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
What dd statement is used to supply the name of a dataset?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the significance of addrspc parameter in 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' ?
What is the function of the dd dcb keyword?
What is the purpose of disp parameter?
when can a job time-out occur? How to overcome that?
What is the function of the steplib dd statement?
Must tape dataset definitions include vol=ser specifications?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is concatenating?
how can you check if a file is empty using jcl?