how can i code cond parameter in procedures ?

i have a jclk calling a proc which has 10 steps i want to execute
from step 5 to step 10 where can i code restrat parameter or
cond parameter for ths

Answers were Sorted based on User's Feedback



how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i w..

Answer / greeshma

In job parameters give Restart= proc invoked step in
jcl.step in the proc where we want to restart.

Is This Answer Correct ?    2 Yes 0 No

how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i w..

Answer / shaan

If you want to restart from a particular step from a
cataloged procedure, then type RESTART.PROCSTEPNAME.JOBSTEPNAME.

Is This Answer Correct ?    1 Yes 2 No

how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i w..

Answer / shubham_a

You can code the RESTATRT in job card itself like :

//JOBNAME JOB 'ACCINFO',MSGCLASS RESTART=PROCNAME.STEP05

Is This Answer Correct ?    0 Yes 1 No

how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i w..

Answer / prachi

COND parameter can be coded in Job card as well as on STEP..
In this case if you want to execute from STEP5 to STEP10
then you need to code Restart parameter on Job card as
Restart=STEP5

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More JCL Interview Questions

how to increase the space of a dataset in instream procedure.

1 Answers   HCL,


which statement is used to end the in-stream procedure in a jcl?

1 Answers   IBM,


write a jcl to execute a job by 7:00 am on jan 20,1986?

0 Answers   IBM,


Explain the function of dd disp parameter?

0 Answers  


How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.

3 Answers  






What are SD37, SB37, SE37 abends?

4 Answers  


What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?

2 Answers   IBM,


Which storage devices are grouped under DASD and SYSDA ?

1 Answers   IBM,


What are the basic JCL Statements for a Job?

1 Answers  


How is a dataset passed from one step to another?

2 Answers   DELL,


Is it possible to code instream data in a PROC?

0 Answers  


what is “Cond= even” and “Cond=only”?

0 Answers  


Categories