|
View previous topic :: View next topic
|
| Author |
Message |
lekshmyrema
New User

Joined: 10 Sep 2009 Posts: 2 Location: Trivandrum
|
|
|
|
| I have two steps in JOB( STEP01 and Step02). STEP02 should run only when the return code from STEP01 is either 0 or 2000. We are asked not to use IF conditon in JCL. How to make the above check possible by using multiple COND parm??? |
|
| Back to top |
|
 |
Terry Heinze
JCL Moderator
Joined: 14 Jul 2008 Posts: 1248 Location: Richfield, MN, USA
|
|
|
|
| May I ask why you have been told to not use the IF/THEN/ELSE/ENDIF construct in favor of the COND parameter in light of the fact that the IF is recommended and most developers find it more readily understood? |
|
| Back to top |
|
 |
lekshmyrema
New User

Joined: 10 Sep 2009 Posts: 2 Location: Trivandrum
|
|
|
|
| If we use IF, the job cannot be restarted in CTM tool |
|
| Back to top |
|
 |
Terry Heinze
JCL Moderator
Joined: 14 Jul 2008 Posts: 1248 Location: Richfield, MN, USA
|
|
|
|
| This appears to be the same question as one in another formum. Please refrain from doing that. |
|
| Back to top |
|
 |
Anuj Dhawan
Superior Member

Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
And this thread also talks about the very similar (same probably) question!  |
|
| Back to top |
|
 |
|
|