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 many types of sorts are there in jcl?

2 Answers   IBM,


How to release the Output HELD by using HOLD = YES on DD statement ?

2 Answers   IBM,


Explain about Specifying compiler options in the PROCESS (CBL) statement

1 Answers  


Is condition checking possible in jcl? If yes, how?

0 Answers  


what are JCLLIB and STEPLIB in JCL?

0 Answers  






what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..

3 Answers   Cognizant,


how can we override data definitions in jcl. can any one give detailed example

3 Answers   TCS,


how do u define a file in cobol and jcl ?

2 Answers   TCS,


can any one plzzzzzz tell the jcl code for creating ps using idcams

2 Answers   Fiserv,


Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job

2 Answers   AVB, IBM,


Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?

1 Answers   IBM,


what is a MODELDSCB?

1 Answers  


Categories