I am doing a C compile and link. The COMP step ends with a 0004 but my LINK steps do not run because of condition codes.
The processor JCL has COND=(4,LE,COMP) on the LINK step.
Here is the messages from the Processor execution:
The COND=(4,LE,COMP) parm is interpreted as -
"Bypass this step if 4 is less than or equal to the return code from COMP (in this case - 4) "
Because 4 equals 4, the step is bypassed.
To resolve the problem, change the COND parm to :