If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / name
It depends on the situation. I recommend against using
IEBEDIT to alter the JCL. Use of IF ... THEN is more
perspicuous than use of the COND parm.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
how you will the direct the data to spool using sysout option?
what is “Cond= even” and “Cond=only”?
What is the purpose of dd * statement in jcl?
what happens in conversion stage in job processing?
How can an in-stream dataset be terminated?
Why block size is multiple of lrecl in jcl?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is the purpose of the dd keylen parameter?
How to pass the parameter in parm using linkage section ? (syntax)?
What are steplib and joblib? What for they are used?
How do you access an uncatalogued dataset in a jcl?
What dd statement is used to supply the name of a dataset?
Explain about LMFREE�free data set from its association with data ID
Explain how can values be passed from the job stream to an executable program?
What is the purpose of dd?