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 / biswajit
Sorry there is little modification on JOB CARD to my
earlier answer.
In Job card RESTART = Proc stepname.stepname ie
STEP2.Stepname of job that invokes the proc This will result
to start at STEP2 of proc.
In Exec statement of the job that invoking the proc u can
code COND.STEP3 = (0,LE),The result of this is the STEP3
of proc will have COND=(0,LE).Whcih is allways true so this
step will be always bypassed.As a result of both only STEP2
of proc will be excuted.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What are the utility programs in jcl?
What are steplib and joblib?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What do you understand by the terms: joblib and steplib?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is the maximum length of a single line of jcl?
what is the purpose of coding class parameter in job statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How can the disposition of sysout datasets be set for an entire jobstream?
What is the function of dd disp parameter?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
which utility is used to sort a file in jcl?
what is the use of IEBGENER utility?
In sms datasets, what is the function of the dd mgmtclas keyword?