How can i execute 5th step without executing first 4 steps?

Answers were Sorted based on User's Feedback



How can i execute 5th step without executing first 4 steps?..

Answer / vidhya

The above answer is correct if suppose you have some more
steps below and you dont want to execute them, then give
condition code like RESTART = STEP NAME, cond=(0,LE)in the
job card.

Is This Answer Correct ?    22 Yes 3 No

How can i execute 5th step without executing first 4 steps?..

Answer / guest

We can execute the job from any step by skipping the
previous steps using restart condition.

for example:
To restart from 5th step we have to mention in the job card
as
RESTART=STEP5

Is This Answer Correct ?    17 Yes 1 No

How can i execute 5th step without executing first 4 steps?..

Answer / raje

Vidya is correct

Is This Answer Correct ?    6 Yes 0 No

How can i execute 5th step without executing first 4 steps?..

Answer / satheesh

To Execute particular step, use IEBEDIT option.
Below Sample version
//STEP001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=MYDSN.JCL(MEMBER),DISP=SHR
//SYSUT2 DD SYSOUT=*
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP5)
/*
//*

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More JCL Interview Questions

what is the COND=EVEN ? Can anyone give me an example to explain the usage.

2 Answers  


What are the jcl procedures?

0 Answers  


When we give TYPERUN = SCAN , what are the syntax errors we get?

5 Answers   Kanbay,


what happens in execution stage in job processing?

0 Answers   IBM,


Explain about LMFREE�free data set from its association with data ID

0 Answers  


Is their any limit for data sets?

0 Answers  


List the different jcl statements that are not permitted in the procedures?

0 Answers  


What you mean by skeleton JCl?

2 Answers  


What is the function of a dd statement?

0 Answers  


What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672

6 Answers  


IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C

0 Answers  


Min no of member?s (PDS) in one directory block?

10 Answers  


Categories