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 is JCL LIB ?
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
SORT card to eliminate duplicity.
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How do you access an uncatalogued dataset in a jcl?
How many types we can give input to JCL
Differentiate between addressing mode and run mode.
how to set dependancy for jobs?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
How is a new GDG coded?
Describe the DD statement, its meaning, syntax and keywords?
How do you submit a job for execution?