What is the error code SOC01 indicate ?
Answers were Sorted based on User's Feedback
Answer / guest
Operation exception error For e.g. a dataset open error
| Is This Answer Correct ? | 17 Yes | 6 No |
Answer / l c sharma
This happens when accept statement is used in COBOL
program for SYSIN but there is no SYSIN defined in the
program.
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / l c sharma
sorry i meant if SYSIN not defined in JCL and used in
program, SOC1 abend will occur.
| Is This Answer Correct ? | 5 Yes | 4 No |
What do you understand by jcl?
What does S0C4 error mean?
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.
What are the jcl procedures?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
SORT card to eliminate duplicity.
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
How to copy one PS file to multiple PS files with same data?
I have a File that has duplicate records. I need only those records that occur more than thrice.
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
How can you trap abends in the JCL?