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

What do you understand by the term notcat 2 – gs?

0 Answers  


how to compare two datasets without using superce because output is limited to 133 bytes

0 Answers  


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

9 Answers   TCS,


Give the syntax of job specifying jcl statement.

0 Answers  


what is a cataloged procedure ?

1 Answers   Xansa,






How can values be passed from the job stream to an executable program?

0 Answers  


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

0 Answers   IBM,


i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)

1 Answers  


Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below,  What will be the output file name in each step ?  PROC starts      Step 1 has ID.GDG.FILE(+1)      Step2 has  ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ?  PROC starts      Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts      Step2 has  ID.GDG.FILE(+4) PEND

2 Answers   FIS,


Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?

4 Answers   IBM,


HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?

1 Answers   IBM,


How to print data of sequential file to Spool..?

2 Answers  


Categories