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 IEBGENER, IEBCOPY and REPRO in IDCAMS utility?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
how many types of sorts are there in jcl?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What are three parameters you can specify on Job statement as well as on exec stmt ?
How do you access an uncatalogued dataset in a jcl?
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
What are the basic JCL Statements for a Job?
what is check pending option
What is the syntax of JCL statement?
What is difference between Return Code, user completion code, Abend code and reason Code?