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
Hi,
Code as: RESTART=PROCNAME.STEP17,COND=(4095,NE)
This executes 17th step only and no other step. For
successful execotuin, you will recieve message 'STEP17
PROCNAME - ENDED BY CC 0000 - TIME=nn' in JESMSGLG in SPOOL.
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How does jcl act on a cobol code?
what is the JCL statement consists of?
How to alter the parameters for the existing gdg?
what operation is performed by job statement?
Explain the purpose of dd * statement in jcl?
what is a jcl?
when does a dataset go uncataloged?
How can a stopped job be started again?
Is condition checking possible in jcl?
How do you create a temporary dataset?
what is use of dsn parameter in dd statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Must tape dataset definitions include vol=ser specifications?
Is their any limit for data sets?