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
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 |
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 |
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 |
Can we use DISP=SHR in output file in JCL
What is the purpose of the dd keylen parameter?
What is primary allocation for a dataset?
Does jcl support automatic restart?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
i want to store 20 digits . how will u do it in cobol ?
what is alternate index?
can anyone explain me about sort in jcl with inrec and outrec ?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
Can we change a FB file to VB file in JCL? Please help
How many instream we can write in single jcl?
explain concatinating datasets?