What is the error code SOC01 indicate ?
Answer Posted / 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 |
Post New Answer View All Answers
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Where can program checkpoints be stored for use in a restart?
List the different components of jcl statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Give the syntax of job specifying jcl statement.
how can the same proc be re-used and called by many jobs?
What is the purpose of dd * statement in jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What are steplib and joblib?
Can I share my data with other jobs? How?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is the function of dd disp parameter?
How can the disposition of sysout datasets be set for an entire jobstream?