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:
C1X0010I STEP COMP PROGRAM CCNDRVR COMPLETED, RC=0004
C1X0012I STEP GENER INVOKING PROGRAM IEBGENER
C1X0010I STEP GENER PROGRAM IEBGENER COMPLETED, RC=0000
C1X0014I STEP 0007 (PLKED) NOT EXECUTED BECAUSE OF CONDITION CODE(S)
C1X0014I STEP 0008 (LKED) NOT EXECUTED BECAUSE OF CONDITION CODE(S)
Here is the LINK JCL step:
//PLKED EXEC PGM=EDCPRLK,COND=(4,LE,COMP),
// PARM='&PPARM.,DLLNAME(&MBR)',
// EXECIF=(&PRELINK,EQ,'Y')