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 to run batch program without jcl?
How can return codes be tested before execution of a job step?
Explain the hierarchy levels in jcl?
Mention the types of job control statements?
what is “Cond= even” and “Cond=only”?
What is jcl in mainframe?
Can we call instream to catalog and catalog to instream?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What is notcat 2 - gs?
What is the function of //cntl statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Are there any set of rules for the names of the steps used in a job?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Give the syntax of job specifying jcl statement.