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
Why block size is multiple of lrecl in jcl?
What is the purpose of disp parameter?
Explain the jcl exec statement?
What is the function of the dd avgrec keyword in sms datasets?
Name the statement which can be used to send data to another mvs jes3 node?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the function of job statement in jcl?
which parameter is used to check the syntax of a jcl without executing it?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What are the difference between jcl and jes?
Matching Logic in Jcl not in cobol.Could any one please answer this question
define cond parameter in jcl?
What is use of restart and how to use it?
when can a job time-out occur? How to overcome that?