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
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
List the various advantages of using jcl language?
What does a disposition of (MOD,DELETE,DELETE) mean ?
how you can access an uncataloged dataset in a JCL?
write a jcl to execute a job by 7:00 am on jan 20,1986?
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 ?
Which statement is used to identify the private libraries in job?
a dd statement has 2 types of parameters. Name them?
how JCL works?
How to submit jcl through a cobol program?
Name the statement which can be used to send data to another mvs jes3 node?
What dd statement is used to supply the name of a dataset?
how you can direct the data to spool using SYSOUT option?
What is condition checking in jcl? Is this possible?
What is the motivation behind coding class parameter in job statement?