common jcl abends??
Answers were Sorted based on User's Feedback
S806 - LOAD MODULE NOT FOUND.
SOC7 - 1. Moving non-numeric value to numeric field
2. Not initilizing 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 - UNAVAILABLE RESOURCE
| Is This Answer Correct ? | 55 Yes | 4 No |
Answer / bramar
S0CB - Attempting to divide by 0 and not using ON SIZE
ERROR
S002 - Very large record length/ wrong record length
Sx22 - Job has been cancelled. The value of x will vary
depending on the way the job was
cancelled.
S222 - The job was cancelled (by subsystem or
operator) because it violated
some restriction
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 initilizing 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
S0C1 - Operation Exception. Check for subscript errors,
missing DD card, file not opened.
SE37 - Insufficient disk space.
| Is This Answer Correct ? | 40 Yes | 5 No |
What is the difference between a symbolic and an override in executing a PROC?
How to execute 300 steps in a Job?
What all are the changes to be made in JCL so as to do testing?
Can we browse or edit the GDG dataset if it is a tape entry?
List in order the hierarchical levels of jcl?
which utility is used a dummy utility?
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
What do you do if you do not want to keep all the space allocated to a dataset?
once we submitted the job to the operating system, how can we cancel the job before execution?
how can i use the parameters decalred in main pgm in sub pgm
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?