Multiple choice technology mainframe

Which is not a valid CICS command? a. SEND PAGE b. SEND TEXT c. SEND MAPSET d. SEND CONTROL

  1. A

  2. B

  3. C

  4. D

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

CICS provides SEND commands for various output types. SEND MAP outputs a map definition, SEND TEXT sends text data, SEND CONTROL handles terminal control, and SEND PAGE manages page output. SEND MAPSET is not a valid CICS command - maps are sent individually using SEND MAP, not as mapsets.