Mainframe JCL Abends

download Mainframe JCL Abends

of 2

description

List of JCL System Abends

Transcript of Mainframe JCL Abends

ABENDSSB37,SD37,SE37Space AENDS. Refer Space parameter for solution.

S80A,S804,S822Region Problem. Refer REGION parameter for solution.

S122,S222Job is cancelled. S122 Operator cancelled your job as it requests some unavailable resource. S222-You cancelled your job.

S322TIME OUT. Refer TIME parameter for solution.

S522JOB exceeded maximum wait time.

S722Output lines exceeded the limit set by OUTLIM OR LINES parameter.

S706Load module found but it is not executable

S806Load module not found.

S0C1Operation exception. Misspelled DD names

S0C4Protection exception Trying to access a memory location for which you dont have access.Ex: Accessing 11thelement of an array of size 10 in the program compiled with SSRANGE, Trying to read/write an unopened file.

S0C5Addressing exception Trying to access a memory location that is not available in memory.

S0C7Data Exception: Non-numeric operation on numeric field. It is usually due to un-initialized numeric item

S0C8-S0C9Fixed Point- Overflow and Divide exceptions respectively.

S0CA,S0CBDecimal Point- Overflow and Divide exception respectively.

S0CC,S0CDFloating Point- Exponent Underflow and overflow exceptions respectively.

S013Open Problem. Usually this ABEND occurs, when the program tries to read a member of PDS and the member is not found.Ex: During compilation, if you code a non-existing member as source (SYSIN).

S878Memory issue. Usually this ABEND occurs in TSO, while executing your job using XPEDITOR. Close any other screens that are open and then try to re-execute the JOB.