a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
Answer Posted / mouparna roy
COND=ONLY
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you create a temporary dataset?
In sms datasets, what is the function of the dd avgrec keyword?
How does jcl specify the job to the operating system?
Explain the function of a dd statement?
What is the motivation behind coding class parameter in job statement?
what is DSN parameter and DISP parameter is used for?
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' ?
How can the disposition of sysout datasets be set for an entire jobstream?
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.
write a jcl to execute a job by 7:00 am on jan 20,1986?
how do you code a null statement?
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 concatenating?
What do you know about jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?