How do you skip a particular step in a proc/JOB?
Answer Posted / guest
Can use either condition codes or use the jcl control
statement IF (only in ESA JCL)\
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Is it possible to define dd statements as you want?
is there any way to execute more than one proc in the same exec statement at the same time..?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Is automatic restart possible in jcl? If yes, how?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Are there any set of rules for the names of the steps used in a job?
what is use of dcb parameter in dd statement?
Explain how can an in-stream dataset be terminated?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
which parameter is use to declare the name of dataset in dd statement?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
when does a dataset go uncataloged?
Can we use DISP=SHR in output file in JCL
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Define concatenating?