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


Please Help Members By Posting Answers For Below Questions

What is multithreading in jcl?

940


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

784


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9216


How do you overcome this limitation ?

698


What is catelog procedure and how many catelog procedure to use in one job?

7447






Explain dd statement in jcl?

642


A dd statement consists of 4 fields. Name them?

930


What are the jcl procedures?

645


What is the purpose of the dd keylen parameter?

723


What do you understand by jcl?

627


what happens in execution stage in job processing?

652


What is the motivation behind coding class parameter in job statement?

686


What is the use of symbol // in jcl?

921


how can the same proc be re-used and called by many jobs?

909


I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8672