I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / veer
we can achieve this with the IEBEDIT Utility......!!!
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what happens in execution stage in job processing?
What is the purpose of dd * statement in jcl?
Explain the jcl exec statement?
What is Cataloged Procedures?
Explain about LMQUERY�give a dialog information about a data set
In sms datasets, what is the function of the dd avgrec keyword?
Explain the function of the dd dcb keyword?
How can the attributes of one sms dataset be copied to another dataset?
How can the submitting users racf authority be overridden in a job stream?
how you can access an uncataloged dataset in a JCL?
How is a type of file defined in the jcl that executes the cobol program?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
List the various advantages of using jcl language?
What do you understand by jcl?
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.