i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
Answer Posted / pavan
If we can edit the JCL then add a COND to the steps which you don't want to execute so that you can skip those.
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
what happens in execution stage in job processing?
Are there any set of rules for the names of the steps used in a job?
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.
In sms datasets, what is the function of the dd mgmtclas keyword?
which utility is used to sort a file in jcl?
How to do automated restart when a job abend?
Is it possible to code instream data in a PROC?
what are the various stages of job processing?
how would you create a temporary dataset? And where will you use them?
What is the function of //jcllib statement?
A dd statement consists of 4 fields. Name them?
Explain the job statement in jcl?
What is job control language?
what JCL Procedures?
a dd statement has 2 types of parameters. Name them?