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...


in a series of 10 steps, i need to run only 1,3,5,7 & 9th
steps only. how do u code?

Answers were Sorted based on User's Feedback



in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?..

Answer / jagan mohan

by using iebedit utility and specifying required steps in controlcrds we can execute it.

Is This Answer Correct ?    9 Yes 0 No

in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?..

Answer / paray2x

You need to know what return codes Steps 1,3,5,7 and 9 will
give if they execute successfully. Based on that, you can
code COND parameter in STEPS 2,4,6,8 and 10 to bypass them.

This will help if you do not have IEBEDIT.

Is This Answer Correct ?    4 Yes 0 No

in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?..

Answer / swathi

//Jobname
//step1 exec pgm=iebedit
//s1
//s2
//s3
.
.
.
//s10
//sysin dd*
start jobname type = include(s1,s3,s5,s7,s9)
/*

Is This Answer Correct ?    4 Yes 0 No

in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?..

Answer / vinay sonar

//STEP1 EXEC PGM=IEBEDIT
//SYSIN DD*
EDIT TYPE=INCLUDE,STEPNAME=(STEP2,STEP3,STEP5,STEP7,STEP9)
/*

Is This Answer Correct ?    1 Yes 0 No

in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?..

Answer / venu

if u give cond=only, it also do the same

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

how to split a file

4 Answers   IBM,


I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )

9 Answers  


What is a GDG

4 Answers   IBM,


how can we pass external data to instream procedures

5 Answers   IBM, Infosys, Ocwen,


1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?

11 Answers  


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

0 Answers  


What is the difference between Sysin,Sysout,Sysdbout and Sysudump?

3 Answers  


What you mean by skeleton JCl?

2 Answers  


How to concatenate different LRECL of files?

2 Answers   IBM,


What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?

2 Answers  


Please explain with syntax and an example, the Inrec fields and Outrec build in sort.

4 Answers   CTS, TCS,


Explain how can a stopped job be started again?

0 Answers  


Categories