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 |
How do you pass parameters to the program as the job is being executed ?
what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What parameter directs the output of the job log dataset?
How can an in-stream dataset be terminated?
What are steplib and joblib? What for they are used?
what is the cond=even only
What is a procedure?
Which statement is used to identify the private libraries in job?
In job processing, what happens in conversion stage?