i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
Answer Posted / harshil gandhi (trainee at cog
i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
yes off course its possible..
step1;
xx step2;
step3;
xx step4;
step5;
xx step6;
step7;
xx step8;
explanation= use xx on the left side of the step or line in the command... and write (sub nx;) in the command...then it will execute only the excluded lines...thank you for reading...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is jcl in mainframe?
What is the function of the dd avgrec keyword in sms datasets?
How can return codes be tested before execution of a job step?
How can an in-stream dataset be terminated?
can any one plzzzzzz tell the jcl code for creating ps using idcams
A dd statement consists of 4 fields. Name them?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What does a disposition of (new,catlg,keep) for a dsn mean?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the function of dd disp parameter?
How can the submitting users racf authority be overridden in a job stream?
How to pass the parameter in parm using linkage section ? (syntax)?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How do you access an uncatalogued dataset in a jcl?