In Job, there are 10 steps. If I want to execute the first 6
steps and don't want to execute from 7th to 10th step. What
is the solution for this ?
Answer Posted / aishwarya
Just give a null statement after 6th step like // Any line
after null statement in jcl will not be executed. Hence
remaining steps will be skiped from 7 to 10. Simple
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is the function of dd name parameter with a 2 part structure; audit.report?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain dfsort utility?
Explain how can an in-stream dataset be terminated?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
how to run batch program without jcl?
Explain the function of the dd dcb keyword?
Is it possible to left uncode disp? If yes, how?
Is automatic restart possible in jcl?
What is catelog procedure and how many catelog procedure to use in one job?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the purpose of dd dummy statement?