Multiple choice technology mainframe

CICS Abend caused when alphanumeric string is moved to numeric data Item

  1. ASRA

  2. AICA

  3. AEY9

  4. ANUM

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

ASRA is the CICS abend code for a program check (exception), commonly caused when a program attempts to move incompatible data types, such as moving an alphanumeric string to a numeric field (PIC 9). This is a data type mismatch that the runtime system catches as a program check exception.