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
How dummy is used in jcl?
What are the parameters that are used in creating a gdg?
Explain the purpose of dd dummy statement?
which utility is used a dummy utility?
Explain in DD statement what is the use of DCB parameter?
How to alter the parameters for the existing gdg?
How can the submitting users racf authority be overridden in a job stream?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How to submit a jcl from cics?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
How does jcl act on code(if you take a cobol program)?
which parameter is use to declare the name of dataset in dd statement?
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
What does a disposition of (new,catlg,keep) for a dsn mean?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file