Answer Posted / 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 |
Post New Answer View All Answers
What parameter of the job statement is used to limit the cpu time consumed by the job?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is the purpose of the dd keylen parameter?
What is the use of disp parameter?
What is one line to pass PARM from JCL to COBOL?
What are the 2 types of parameters in dd statement?
which parameter is use to declare the name of dataset in dd statement?
What dd statement is used to supply the name of a dataset?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what is the resolution for sb37 error
Where can program checkpoints be stored for use in a restart?
List in order the hierarchical levels of jcl?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Explain the purpose of dd * statement in jcl?