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


i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?

Answers were Sorted based on User's Feedback



i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i c..

Answer / anoop

//jopbcard,restart=jobstep.procstep

in this case job is calling one proc, this proc has 10
steps. We want to restart job from 5th step of proc.

assuming job calls proc in step1. then restart should be :-

restart=step1.step5

Is This Answer Correct ?    2 Yes 0 No

i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i c..

Answer / siri

//jobname job ,,,,,,,,restart=step5.proc,cond=(00,gt)

Is This Answer Correct ?    0 Yes 0 No

i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i c..

Answer / raghu

we have to code restart parametr on job stmt and code cond on
step level
eg//jooob1 ------------------- restart=stepname.procname

Is This Answer Correct ?    0 Yes 0 No

i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i c..

Answer / jalal

1) Put restart = step5 in the job card.
2) Put Cond = only in all the steps from step1 to step4.

Is This Answer Correct ?    2 Yes 3 No

i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i c..

Answer / rakesh w

//jopbcard,restart=procstp.step5
//procstp exec proc1
//....


i.e restart=procstep.stepname

correct me if i am wrong

Is This Answer Correct ?    1 Yes 2 No

i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i c..

Answer / ch.mohan

w




we can mention job card to restart=step5
and cond param used to step6

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More JCL Interview Questions

can we bowse or edit the GDG dataset if it is a tape entry?

4 Answers  


How to copy one PS file to multiple PS files with same data?

1 Answers  


In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.

4 Answers  


can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch

1 Answers   IBM,


Why do you want to specify the REGION parameter in a JCL step?

4 Answers   Kekran Mekran, TCS,


I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?

16 Answers  


I need exexution process for JCL programs

0 Answers  


why do we use file-aid wht r the adv of using file-aid thn in ispf

7 Answers   HCL, Tech Mahindra,


how to resolve sb37,sd37 se37 abends

3 Answers   Keane India Ltd,


what is the purpose of coding notify parameter in job statement?

0 Answers   IBM,


In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step

1 Answers  


What is the exact difference between PRTY and DPRTY

2 Answers   iGate,


Categories