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
Name the statement which can be used to send data to another mvs jes3 node?
what is use of dsn parameter in dd statement?
Is acct parameter mandatory?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain dfsort utility?
whats the diff bw the evaluate also and and?
What is the function of //jcllib statement?
How to submit jcl through a cobol program?
Explain the function of a dd statement?
What are the 4 fields in dd statement?
how do you code a null statement?
How do you create a temporary dataset?
What is Cataloged Procedures?
Explain the function of the dd dcb keyword?
Is there any command to check wether the ps file is in sorted order?