IF we are calling a PROC from Jcl...This Proc have 3 steps
in it and we want to execute only the second step using the
JCL, How to do it??
Please give the answer ASAP:)
Answer Posted / chandra babu
In job card : RESTART=Step name of the PROC.Step02,
COND=(0,LE, Step name of the PROC .Step03)
Is it correct?
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure?
Are there any set of rules for the names of the steps used in a job?
Is condition checking possible in jcl?
How to submit a jcl from cics?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
how to run batch program without jcl?
Mention the types of job control statements?
Is it possible to left uncode disp? If yes, how?
what is DSN parameter and DISP parameter is used for?
Why block size is multiple of lrecl in jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
what is DD statement is used in JCL?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How is a type of file defined in the jcl that executes the cobol program?
which parameter is used to check the syntax of a jcl without executing it?