🎴 Flashcard Mode

COBOL and Mainframe Programming

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
ASRA
💡 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.

Change Mode