The client is doing a new CA DADS Plus for CICS ESD PAX install. The receive job JCL member OS40REC fails with error message.
GIM69179S aaaaaaaa PROCESSING FAILED FOR SYSMOD bbbbbbbb BECAUSE THE DATA SET NAME SPECIFIED FOR THE cccccccc DATA SET IS THE SAME AS THE DATA SET NAME SPECIFIED FOR THE dddddddd DATA SET. THIS IS NOT ALLOWED.
As per the GIM69179S message
Programmer Response: If this message was issued during RECEIVE processing and a DSPREFIX was specified for the SMPTLIB data set, one of the following is true:
The DSPREFIX is the same as the RFPREFIX value specified on the RECEIVE command.
The RFPREFIX specified in the receive JCL (below) is the value that was specified when you ran UNZIPJCL to create the installation data sets on DASD.
RECEIVE SELECT(COS4000) RFPREFIX(DADSPL40.SP0507.UZ)
The DSPREFIX is defined during the base install JCL member OSINITE5 parameter DSPREFIX(HLQ)
The DSPREFIX and the RFPREFIX cannot be the same.