ha.rajamohamed Beginner
Joined: 29 Jan 2006 Posts: 71 Topics: 22
|
Posted: Mon Feb 27, 2006 12:44 am Post subject: "OR" Operator in JCL COND CODES |
|
|
I need to execute a step
a. If any of the previous Job step aborts i.e COND=ONLY
or
b. If any of the previos Job step RC > 8.
I had given COND=((8,GE),ONLY) but the job is taking this condition as "AND" operator. Is there any way we can specify "OR" operator in it. |
|