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
What is the purpose of the dd keylen parameter?
What is the function of the dd avgrec keyword in sms datasets?
How does jcl act on code(if you take a cobol program)?
what is the resolution for sb37 error
What is job control language?
How to alter the parameters for the existing gdg?
what is JCL?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what happens in execution stage in job processing?
Is it possible to code instream data in a PROC?
Why block size is multiple of lrecl in jcl?
Is automatic restart possible in jcl?
What are the utility programs in jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is timing concept in mainframe?