Multiple choice technology mainframe

What error we get when we press enter with out entering any value in map

  1. MAPFAIL

  2. ASRA

  3. ASRB

  4. AEI9

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

In CICS MAPFAIL is the error condition when a user presses Enter without entering any value in a map field. This is a CICS-specific exception that occurs when the map receives no input data. The other options (ASRA, ASRB, AEI9) are different CICS abend codes - ASRA is a program check, ASRB is a transaction abend, and AEI9 is an invalid EXEC CICS command.