View previous topic :: View next topic |
Author |
Message |
saijai Beginner
Joined: 06 Sep 2006 Posts: 14 Topics: 6
|
Posted: Wed Sep 13, 2006 7:08 am Post subject: Overriding "IF..Condition code" in a proc through |
|
|
Hi
Is it possible to overide the following if condition in a proc through JCL.
Code: |
//CHK IF ((S090.RC = 0 OR S090.RC = 3333) ) THEN
//S110 EXEC PGM=IEBGENER
//SYSUT1 DD DSN=&P..USAGE.DAILY.GDG+1),DISP=SHR
//SYSUT2 DD DSN=&P..USAGE.DAILY.RECORDS,DISP=MOD
|
I need this step to be executed irrespective of condition codes.I hope that
Cond.S110='condition code' will not override the if condition if the step is restarted from S110.
Please advise... |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Wed Sep 13, 2006 7:51 am Post subject: |
|
|
saijai,
Can't you just delete the IF Construct in the PROC?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
saijai Beginner
Joined: 06 Sep 2006 Posts: 14 Topics: 6
|
Posted: Wed Sep 13, 2006 8:06 am Post subject: |
|
|
That can be done..But thats a production proc whcih needs a new release..
Jus to know is there any other possible ways.... _________________ Thanks,
Jai |
|
Back to top |
|
|
|
|