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
What do you understand by the terms: joblib and steplib?
what is use of space parameter in dd statement?
Name the statement which can be used to send data to another mvs jes3 node?
Is it possible to define dd statements as you want?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How jcl is used for testing batch programs?
Describe the various parameters utilized in the creation of a gdg?
What is the significance of addrspc parameter in the exec statement?
How do you overcome this limitation ?
What do you understand by the term job time – out and how can you overcome that?
Explain dd statement in jcl?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
what is use of disp parameter in dd statement?
I need exexution process for JCL programs