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 jena
In Job card RESTART = Procname.STEP2.This will result the
to start at STEP2 proc.And
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 ? | 3 Yes | 2 No |
Post New Answer View All Answers
Can we use DISP=SHR in output file in JCL
How to 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 the parameters that are used in creating a gdg?
In sms datasets, what is the function of the dd avgrec keyword?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
which parameter is used to check the syntax of a jcl without executing it?
What do you know about jcl?
what is DSN parameter and DISP parameter is used for?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain dfsort utility?
Explain the function of dd disp parameter?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
how can you check if a file is empty using jcl?
Explain the function of the steplib dd statement?
How can the attributes of one sms dataset be copied to another dataset?