Problem:
I am getting allocation error for a DD name CAX1DDTR and CAX1OPTN. How do I fix this?
Cause:
PTF RO47699 had ++HOLD(ACTION) to add DDDEF for CAX1DDTR and AAX1DDTR in the comments section of the fix. PTF RO48571 has action to add CAX1OPTN and AAX1OPTN.
Resolution:
++HOLD (RO47699) SYSTEM FMID(CAX1F00)
REASON (ACTION ) DATE (12191)
COMMENT (
SMP APPLY, LLA refresh and restart of ACF2
required to install this APAR.
Any existing users of the CIA feature, including users of
CA Mainframe Chorus for Security and Compliance Management r2.0,
need to delete and re-install the current CIA application and
reload the CIA repository. For more information, see Technical
Document TEC573409.
Prior to the APPLY for the APAR please read the following
instructions:
***********************************************************
*
* This PTF is used to define the required DDDEF's for the
* DATACOM/AD DDTRSLM TRANSFER FILE.
* THESE ENHANCEMENTS MUST HAVE THESE DDDEF'S CREATED IN THE
* PRODUCTS SMPE CSI.
* The two additional libraries must also be allocated
* before releasing this PTF so that the required SMPE
* members in this PTF are addded into these required
* libraries.
*
* You need to copy and change the following JCL and submit
* it so that we have defined the correct files in the SMPE
* CSI and also allocated these files.
* Please ensure that the correct Target and Distribution
* zones are used in the JCL shown below for your CA product
*
* //CAPRDDEF JOB ACCTNUMBER,'DDDEF ADDITION',MSGCLASS=?,
* // USER=USERNAME,NOTIFY=USERNAME,CLASS=?
* //*
* //DDDEF EXEC PGM=GIMSMP,COND=(0,NE),REGION=0M,
* // PARM='CSI=PRODUCT.SMPE.CSI,PROCESS=END'
* //*
* //SMPLOG DD SYSOUT=*
* //SMPPTS DD DSN=PRODUCT.SMPE.SMPPTS,DISP=SHR
* //*
* //SMPCNTL DD *
*
* SET BDY(CAIT0).
* UCLIN .
*
* /*****************************************************/
* /* TARGET ZONE DDDEF for the CA product DDTRSLM*/
* /*****************************************************/
*
* ADD DDDEF(CAX1DDTR)
* DA(PRODUCT.HLQ.CAX1DDTR) SHR
* .
* ADD DDDEF(AAX1DDTR)
* DA(PRODUCT.HLQ.AAX1DDTR) SHR
* .
* ENDUCL .
*
* SET BDY(CAID0).
* UCLIN .
*
* /*****************************************************/
* /* DISTRIBUTION ZONE DDDEF for the CA product DDTRSLM*/
* /*****************************************************/
*
* ADD DDDEF(AAX1DDTR)
* DA(PRODUCT.HLQ.AAX1DDTR) SHR
* .
* ENDUCL .
*
* /*
* //*****************************************************
* //* JCL to ALLOCATE the two Files that are needed. *
* //*****************************************************
* //*
* //ALLOCLIB EXEC PGM=IEFBR14
* //*
* //ALLOCTAR DD DSN=PRODUCT.HLQ.CAX1DDTR,
* // SPACE=(CYL,(5,1,25)),DSNTYPE=LIBRARY,
* // DISP=(NEW,CATLG),STORCLAS=???????,
* // DCB=(RECFM=FB,LRECL=80,BLKSIZE=32720,DSORG=PO)
* //*
* //ALLOCDIS DD DSN=PRODUCT.HLQ.AAX1DDTR,
* // SPACE=(CYL,(5,1,25)),DSNTYPE=LIBRARY,
* // DISP=(NEW,CATLG),STORCLAS=???????,
* // DCB=(RECFM=FB,LRECL=80,BLKSIZE=32720,DSORG=PO)
* //*
* *
* *
--------------------------------------------
++HOLD (RO48571) SYSTEM FMID(CAX1F00)
REASON (DDDEF ) DATE (12236)
COMMENT (
Before the SMP/E install of this PTF run the following JCL to
ALLOCATE the required datasets, and the UCLIN to define
the DDDEFS to SMP/E
***********************************************************
*
* This PTF is used to define the required DDDEF's for the
* DATACOM/AD PARM OPTN FIle.
* THESE ENHANCEMENTS MUST HAVE THESE DDDEF'S CREATED IN THE
* PRODUCTS SMPE CSI.
* The two additional libraries must also be allocated
* before releasing this PTF so that the required SMPE
* members in this PTF are added into these required
* libraries.
*
* You need to copy and change the following JCL and submit
* it so that we have defined the correct files in the SMPE
* CSI and also allocated these files.
* Please ensure that the correct Target and Distribution
* zones are used in the JCL shown below for your CA product
*
* //CAPRDDEF JOB ACCTNUMBER,'DDDEF ADDITION',MSGCLASS=?,
* // USER=USERNAME,NOTIFY=USERNAME,CLASS=?
* //*
* //DDDEF EXEC PGM=GIMSMP,COND=(0,NE),REGION=0M,
* // PARM='CSI=PRODUCT.SMPE.CSI,PROCESS=END'
* //*
* //SMPLOG DD SYSOUT=*
* //SMPPTS DD DSN=PRODUCT.SMPE.SMPPTS,DISP=SHR
* //*
* //SMPCNTL DD *
*
* SET BDY(CAIT0).
* UCLIN .
*
* /*****************************************************/
* /* TARGET ZONE DDDEF for the CA product OPTN */
* /*****************************************************/
*
* ADD DDDEF(CAX1OPTN)
* DA(PRODUCT.HLQ.CAX1OPTN) SHR
* .
* ADD DDDEF(AAX1OPTN)
* DA(PRODUCT.HLQ.AAX1OPTN) SHR
* .
* ENDUCL .
*
* SET BDY(CAID0).
* UCLIN .
*
* /*****************************************************/
* /* DISTRIBUTION ZONE DDDEF for the CA product OPTN */
* /*****************************************************/
*
* ADD DDDEF(AAX1OPTN)
* DA(PRODUCT.HLQ.AAX1OPTN) SHR
* .
* ENDUCL .
*
* /*
* //*****************************************************
* //* JCL to ALLOCATE the two Files that are needed. *
* //*****************************************************
* //*
* //ALLOCLIB EXEC PGM=IEFBR14
* //*
* //ALLOCTAR DD DSN=PRODUCT.HLQ.CAX1OPTN,
* // SPACE=(TRK,(5,1,25)),DSNTYPE=LIBRARY,
* // DISP=(NEW,CATLG),STORCLAS=???????,
* // DCB=(RECFM=FB,LRECL=80,BLKSIZE=32720,DSORG=PO)
* //*
* //ALLOCDIS DD DSN=PRODUCT.HLQ.AAX1OPTN,
* // SPACE=(TRK,(5,1,25)),DSNTYPE=LIBRARY,
* // DISP=(NEW,CATLG),STORCLAS=???????,
* // DCB=(RECFM=FB,LRECL=80,BLKSIZE=32720,DSORG=PO)
* //*
* *
* *