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
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
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the purpose of disp parameter?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is the maximum length of a single line of jcl?
Suppose I have five jobs to do. But I want to hold one?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What statement can be used to send data to another mvs jes3 node?
what JCL Procedures?
What is use of restart and how to use it?
what is DSN in JCL and what are the parameters to declare the DSN?
What is catelog procedure and how many catelog procedure to use in one job?
what is the purpose of coding class parameter in job statement?
Describe the various parameters utilized in the creation of a gdg?