There are 2PROCS in a JCL. I want following conditions to
be carried out
1) 1st PROC should be executed as such
In second PROC
2) First 4steps should not be executed
3) 5th step should not be executed
4) 6th and 7th step should be executed
The change should be done only in the JCL and PROC should
be untouched ?
Answer Posted / cr.arulmozhi
Using a condition Parameter like this in the JCL step
executing the second PROC might solve the problem....
// cond.step1=(0,le), cond.step2=(0,le), cond.step3=
(0,le)...
but I want to know if there is any other way to do it.
Could anyone help me on the same ?
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How is a type of file defined in the jcl that executes the cobol program?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what is use of disp parameter in dd statement?
What statement can be used to send data to another mvs jes3 node?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
Explain how can return codes be tested before execution of a job step?
what is the purpose of coding notify parameter in job statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Explain the function of job statement in jcl?
Explain in DD statement what is the use of DCB parameter?
What is the function of the steplib dd statement?
How can the attributes of one sms dataset be copied to another dataset?
What is the purpose of disp parameter?
Give the syntax of job specifying jcl statement.
Explain how can a stopped job be started again?