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
In sms datasets, what is the function of the dd avgrec keyword?
Can I send output of job to my remote device careerride123?
Mention the types of job control statements?
What are the parameter we cannot use in procedure?
Why include statement is used in a jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
How to override loadlib?
In job processing, what happens in conversion stage?
what is the purpose of coding class parameter in job statement?
Is it possible to left uncode disp?
Differentiate between addressing mode and run mode.
Explain how can values be passed from the job stream to an executable program?
Explain how can an in-stream dataset be terminated?
What is the difference between run mode and addressing mode?
How do you access an uncatalogued dataset in a jcl?