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 / venkataramana
It is simple after fifth step we will use cond=(0,LE) in
each step for avoiding the execution.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is use of dsn parameter in dd statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
List the different jcl statements that are not permitted in the procedures?
In sms datasets, what is the function of the dd mgmtclas keyword?
What are steplib and joblib? What for they are used?
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.
what sort card you will use to copy the data from one dataset to another dataset?
Explain the function of the dd dcb keyword?
How is the record format of an output dataset specified?
how you can access an uncataloged dataset in a JCL?
What is jcl in mainframe?
What is the function of a dd statement?
how JCL works?
How to submit a jcl from cics?