Creating a new CA Detector for DB2 for z/OS (PDT) Control File using the job created from the Post Install panels. The job is ending with COND CODE 8 but do not see any message to assist in diagnosing the cause.
This is Post Install PDT Customization option 2. Create the DETECTOR Control File from 2 Tailor - Execute product specific customization tasks.
JCL is:
//PDTCNTL EXEC PGM=PDTCCFCC
//*
//STEPLIB DD DSN=hlq.LOADLIB,DISP=SHR
//*
//PXMPARM DD DISP=SHR,
// DSN=hlq.PXMPARM
//*
//SYSPRINT DD SYSOUT=*
//*
//SYSUDUMP DD SYSOUT=*
//*
//SYSIN DD *
CDSN (hlq.DETCNTL)
CVOL ()
CUNI (C)
CPRI (0010)
CSEC (0010)
CSMM ()
CSMS ()
CSMD ()
Verify that the JCL member for the PDTCCFCC execution does not have NUMBER ON enabled. It was discovered that NUMBER ON was enabled. Removed numbers in columns 73-80 and reran job successfully.