I have a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??
Answer Posted / atul
In addition to answer 5, RESTART parameter can be coded as:
RESTART=PRCNAME.STEP17,COND=(4095,GT) and another one has
already been mentioned in answer # 3.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain dfsort utility?
Is acct parameter mandatory?
What parameter directs the output of the job log dataset?
how can you check if a file is empty using jcl?
Can we use DISP=SHR in output file in JCL
Explain the function of the dd dcb keyword?
What is the purpose of dd * statement in jcl?
What are steplib and joblib?
How do you submit a job for execution?
What are some jcl statements that are not allowed in procedures?
how would you create a temporary dataset? And where will you use them?
What is the function of //cntl statement?
what is use of dcb parameter in dd statement?
List the different components of jcl statement?
Name the statement which can be used to send data to another mvs jes3 node?