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

do we need to mention the location of catalogued procedure for each it's call in a single job?

1 Answers  


if the submitter of a job wants to inform another user about the job completion, how can it be done?

0 Answers   IBM,


I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?

2 Answers   IBM,


What does SYSIN * indicate?

2 Answers  


List some valid operation codes in JCL

3 Answers  


How to compare 2 files using File-Aid?

1 Answers   IBM,


Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance

2 Answers   Cap Gemini,


I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP

4 Answers   CSC,


can u execute a proc from another proc?

5 Answers   Logica CMG,


Can we change a FB file to VB file in JCL? Please help

1 Answers  


List the various advantages of using jcl language?

0 Answers  


If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?

1 Answers   IBM,


Categories