Multiple choice technology mainframe

Which of the following is a wrong SEND command?

  1. EXEC CICS SEND MAP(.........) MAPSET(....) CURSOR(100) ERASE END-EXEC.

  2. EXEC CICS SEND MAP(.........) MAPSET(....) CURSOR ERASE END-EXEC.

  3. EXEC CICS SEND MAP(.........) MAPSET(....) CURSOR(EIBCPOSN) ERASE END-EXEC.

  4. EXEC CICS SEND MAP(.........) MAPS(…….) CURSOR(EIBCPOSN) ERASE END-EXEC.

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

Option D is incorrect because the MAPSET keyword is misspelled as 'MAPS'. The correct CICS SEND command syntax requires MAPSET to specify the mapset name. Options A, B, and C show valid variations of the SEND command with proper MAP and MAPSET keywords, along with CURSOR and ERASE options.