What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
Answer Posted / varun jain
SOC 1 - JCL DD name missing.
SOC 4 / SOC 5 - Subscript error
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What is catelog procedure and how many catelog procedure to use in one job?
Explain how can a stopped job be started again?
Is it possible to code instream data in a PROC?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Describe the various parameters utilized in the creation of a gdg?
For what purpose steplib and joblib are used ?
Can we call instream to catalog and catalog to instream?
What is Cataloged Procedures?
What is the function of dd disp parameter?
What is the function of dd name parameter with a 2 part structure; audit.report?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to pass the parameter in parm using linkage section ? (syntax)?
How can a fb file convert to vb file using sort program?