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.