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 ?

Answers were Sorted based on User's Feedback



There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be e..

Answer / 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

There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be e..

Answer / sahana

for 1st one give COND=ONLY(it will execute 1st step if n only if second step executed)
2) COND=EVEN
3)COND=EVEN
4)COND=EVEN

Is This Answer Correct ?    0 Yes 0 No

There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be e..

Answer / 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

More JCL Interview Questions

how to convert a file form fixed Length to variable length?

2 Answers   Syntel,


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

0 Answers   IBM,


What is the purpose of disp parameter?

0 Answers  


i want to avoid the positional parameter how to code it ?

3 Answers   TCS,


How to pass data to a program that is coded in an exec statement?

0 Answers  






What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?

11 Answers   Tesco,


When should DISP=MOD is used?

6 Answers   TCS,


What is the function of job statement in jcl?

0 Answers  


What parameter directs the output of the job log dataset?

0 Answers  


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

0 Answers  


How can the submitting users racf authority be overridden in a job stream?

0 Answers  


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

0 Answers   IBM,


Categories