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
Answer Posted / 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 View All Answers
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
what is the purpose of coding notify parameter in job statement?
Name what parameter directs the output of the job log dataset?
what is a jcl?
What are hierarchy levels in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How can a stopped job be started again?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How can the submitting users racf authority be overridden in a job stream?
What is the function of the steplib dd statement?
What is Cataloged Procedures?
how can you check if a file is empty using jcl?
Is condition checking possible in jcl?
how you can direct the data to spool using SYSOUT option?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?