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 / prem...
Even IEDEDIT utility can be used and other way is restart
from the particular step and use a cond parmeter when you
want to skip any step in the job flow(0,le) and to skip the
last steps null(//) can be used.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can the disposition of sysout datasets be set for an entire jobstream?
how you will the direct the data to spool using sysout option?
How can a jobs execution priority be modified?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How can values be passed from the job stream to an executable program?
Explain the function of //jcllib statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What do you understand by the term notcat 2 – gs?
how can the same proc be re-used and called by many jobs?
What are the 4 fields in dd statement?
what is use of space parameter in dd statement?
How does the jcl specify the job to os?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How does jcl act on a cobol code?
Explain how can values be passed from the job stream to an executable program?