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


Please Help Members By Posting Answers For Below Questions

How can a fb file convert to vb file using sort program?

794


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2040


how to compare two datasets without using superce because output is limited to 133 bytes

1471


Describe the various parameters utilized in the creation of a gdg?

669


How can the disposition of sysout datasets be set for an entire jobstream?

826






Can we use DISP=SHR in output file in JCL

940


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

710


which parameter is use to declare the name of dataset in dd statement?

717


Mention the types of job control statements?

678


What is the purpose of disp parameter?

633


For what purpose steplib and joblib are used ?

678


what is use of dcb parameter in dd statement?

762


Is there any command to check wether the ps file is in sorted order?

2416


What is the difference between the positional and keyword parameters? Give examples.

689


Brief description of inline procedure of jcl.

669