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

what is use of disp parameter in dd statement?

0 Answers   IBM,


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

0 Answers  


What is one line to pass PARM from JCL to COBOL?

0 Answers  


How dummy is used in jcl?

0 Answers  


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

2 Answers  






Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?

5 Answers   Patni,


Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?

2 Answers  


When output dataset space is required, what quantity categories are used?

0 Answers  


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

0 Answers  


how many max steps can we use in a job? pls answer to my question

9 Answers   TCS,


which utility is used a dummy utility?

0 Answers   IBM,


Explain concatenating datasets?

2 Answers   CTS,


Categories