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 / chandra babu
In job card : RESTART=Step name of the PROC.Step02,
COND=(0,LE, Step name of the PROC .Step03)
Is it correct?
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the format of comment statement?
What is the difference between run mode and addressing mode?
What do you understand by the terms: joblib and steplib?
Name what parameter directs the output of the job log dataset?
What is timing concept in mainframe?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what are the types of abends that occur on job failure? And explain the possible causes of these
define cond parameter in jcl?
List in order the hierarchical levels of jcl?
What do you understand by the term notcat 2 – gs?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What dd statement is used to supply the name of a dataset?
what is SOC4 error?