Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.

0 Answers  


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

0 Answers  


What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?

12 Answers   Convergys,


I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?

2 Answers  


how to create a member or sequential dataset through tso command??

4 Answers  


Explain how can values be passed from the job stream to an executable program?

0 Answers  


Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?

4 Answers   IBM,


I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?

5 Answers   Xansa,


Is condition checking possible in jcl?

0 Answers  


What does the statements: typrun=scan and typrun=hold do in a JCL statement

2 Answers  


What is the function of the dd mgmtclas keyword in sms datasets?

0 Answers  


What is the error code SOC01 indicate ?

5 Answers   Microsoft,


Categories