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 are the basic JCL Statements for a Job?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
why do we use file-aid wht r the adv of using file-aid thn in ispf
how do you resolve for soc7 error
How to overide the symbol parameter in the jcl ?
How to identify where file is empty or not? How many ways are there to identifying?
What are the rules employed while naming the steps in a job?
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
How to check empty file in jcl?
How do you handle empty files in a JCL ?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,