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 |
how to increase the space of a dataset in instream procedure.
which statement is used to end the in-stream procedure in a jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain the function of dd disp parameter?
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.
What are SD37, SB37, SE37 abends?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
Which storage devices are grouped under DASD and SYSDA ?
What are the basic JCL Statements for a Job?
How is a dataset passed from one step to another?
Is it possible to code instream data in a PROC?
what is “Cond= even” and “Cond=only”?