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
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is the function of //cntl statement?
what is the use of IEBGENER utility?
How do you create a temporary dataset?
Explain how can return codes be tested before execution of a job step?
List the different components of jcl statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what is a jcl?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Where can program checkpoints be stored for use in a restart?
what is JCL?
What parameter directs the output of the job log dataset?
Explain how can the attributes of one sms dataset be copied to another dataset?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?