What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
Answer Posted / guest
S0C1-May be due to 1.Missing or misspelled DD name
2.Read/Write to unopened dataset 3.Read to dataset opened
output 4.Write to dataset opened input 5.Called subprogram
not found
S0C4-may be due to 1.Missing Select statement(during
compile) 2.Bad Subscript/index 3.Protection Exception
4.Missing parameters on called subprogram 5.Read/Write to
unopened file 6.Move data from/to unopened file
S0C5-May be due to 1.Bad Subscript/index 2.Closing an
unopened dataset 3.Bad exit from a perform 4.Access to I/O
area(FD) before read
S0C7-may be due to 1.Numeric operation on non-numeric data
2.Un-initialize working-storage 3.Coding past the
maximum allowed sub script
S0CB-may be due to 1.Division by Zero
| Is This Answer Correct ? | 150 Yes | 20 No |
Post New Answer View All Answers
What do you understand by the term notcat 2 – gs?
what is use of dsn parameter in dd statement?
a dd statement has 2 types of parameters. Name them?
What is the function of job statement in jcl?
What do you understand by the terms: joblib and steplib?
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
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is the JCL statement consists of?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Why include statement is used in a jcl?
Can I send output of job to my remote device careerride123?
how you can access an uncataloged dataset in a JCL?
How gdg are concatenated?
Where can program checkpoints be stored for use in a restart?
how JCL works?