COBOL · CICS abend code
What does CICS ASRA mean in COBOL?
Program check exception. The most common CICS abend, functionally the same thing as a batch S0C7: an arithmetic or data-movement operation ran against invalid data, most often a packed-decimal field holding spaces or otherwise non-numeric content.
Program check exception. The most common CICS abend, functionally the same thing as a batch S0C7: an arithmetic or data-movement operation ran against invalid data, most often a packed-decimal field holding spaces or otherwise non-numeric content.
Check for spaces or uninitialized values in a packed-decimal field involved in the failing statement, and check for a record or file layout that changed without every program reading it being recompiled against the new copybook.