0% found this document useful (0 votes)
250 views2 pages

JCL Abends

The document lists various COBOL error codes and their descriptions. Some of the errors include a load module not being found, operation exceptions due to subscript errors or missing DD cards, output lines exceeding limits, jobs being cancelled by an operator, dividing by zero without error handling, and unauthorized access attempts to datasets. Space allocation and authorization issues can also cause errors.

Uploaded by

Jeevan Koyyada
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
250 views2 pages

JCL Abends

The document lists various COBOL error codes and their descriptions. Some of the errors include a load module not being found, operation exceptions due to subscript errors or missing DD cards, output lines exceeding limits, jobs being cancelled by an operator, dividing by zero without error handling, and unauthorized access attempts to datasets. Space allocation and authorization issues can also cause errors.

Uploaded by

Jeevan Koyyada
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

S806 LOAD MODULE NOT FOUND.

S0C1- Operation Exception. Check for subscript errors,


Missing DD card, file not opened.

SOC7 - 1. Moving non-numeric value to numeric field


2. Not initializing the numeric variables before
first use
SOC4 - 1. Index exceeds the size of table
2. Trying to use File Section variables without
opening the file

SD37 NO SECONDARY SPACE ALLOCATION.

S722 OUTPUT LINES EXCEEDS THE LIMIT SET BY


OUTLIM OR LINES PARAMETER

S222 The job was cancelled (by subsystem or


operator) because it violated
S0CB Attempting to divide by 0 and not using ON SIZE
ERROR

S002 Very large record length/ wrong record length

S522 JOB or TSO session exceeded maximum


job wait time OR
operator did not mount the require tape
within allowed time limit
S806 Load module not found

S837 Space problem, Alloted space is not enough for


data set

S913 You are trying to access a dataset which you are


not authorized to use.

SOC7 - 1. Moving non-numeric value to numeric field


2. Not initializing the numeric variables before first use

You might also like