What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
Answer Posted / brian
B37 - Runtime ABEND usually encountered when writing to a
file and running out of space allocated in the dataset
paramemters of the DD statement.
| Is This Answer Correct ? | 43 Yes | 11 No |
Post New Answer View All Answers
how to run batch program without jcl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Give the syntax of job specifying jcl statement.
what is the JCL statement consists of?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is NOTCAT ?
What is the difference between run mode and addressing mode?
How is the record format of an output dataset specified?
what is SOC4 error?
Can an individual step be restricted from using all the jobs allowed cpu time?
When output dataset space is required, what quantity categories are used?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How is a type of file defined in the jcl that executes the cobol program?