In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps
only,can any one answer me please?
Answer Posted / mahesh
//mat021ex job notify=&sysuid,class=a,msgclass=a,
cond=(step2,00,eq)
//step1 exec
//step2 exec condition satisfied remaining steps areskipped
//step3 exec
//step4 exec
//step5 exec cond=even
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the use of symbol // in jcl?
what operation is performed by job statement?
how you can access an uncataloged dataset in a JCL?
Explain how can return codes be tested before execution of a job step?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What are the parameter we cannot use in procedure?
how would you create a temporary dataset? And where will you use them?
in ways data can be passed to a COBOL program from JCL?
Explain how can the submitting users racf authority be overridden in a job stream?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain about LMFREE�free data set from its association with data ID
what is “Cond= even” and “Cond=only”?
What is the function of dd disp parameter?
How to submit jcl through a cobol program?
how do you code a null statement?