What is the error code SOC01 indicate ?
Answer Posted / 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 |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job?
Explain the function of a dd statement?
How dummy is used in jcl?
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.
Where & How Do You Code Identifier In Jcl?
which utility is used to run a cobol-db2 program?
Explain how can the attributes of one sms dataset be copied to another dataset?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how do you access an uncataloged dataset in a jcl?
In sms datasets, what is the function of the dd mgmtclas keyword?
How do you submit a job for execution?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is the significance of addrspc parameter in exec statement?
How would you understand error(execution phase)?
Why block size is multiple of lrecl in jcl?