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

What are the rules employed while naming the steps in a job?

672


what is DSN parameter and DISP parameter is used for?

690


what JCL Procedures?

709


What is the function of dd name parameter with a 2 part structure; audit.report?

714


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1811






Can an individual step be restricted from using all the jobs allowed cpu time?

1021


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

1107


when can a job time-out occur? How to overcome that?

763


What is the motivation behind coding class parameter in job statement?

698


What happens if both JOBLIB & STEPLIB is specified ?

626


Is it possible to left uncode disp? If yes, how?

714


i want to store 20 digits . how will u do it in cobol ?

870


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1678


How does jcl act on code(if you take a cobol program)?

720


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

2441