Previous Topic: CAIENF Control OptionsNext Topic: Control Options Summary - CAIENF


Special DCM and EVENT Utility

The ENFUTIL utility has been provided to create the new DCM and EVENT control option statements that are required to upgrade from CA Common Services r11. This utility uses a CA Common Services r11 DB detail listing as input. ENFUTIL resides in CAW0JCL.

When creating the control statements, this utility does not take into account any DCMs or EVENTs that are no longer valid in the current release of the product supplying the DCM.

To obtain a CA Common Services r11 detail listing, use the following JCL:

//CAS9DB   EXEC PGM=CAS9DB,REGION=4096K,TIME=1440
//STEPLIB  DD DSN==YOUR.COMMON.SERVICES.R11.CAILIB,DISP=SHR  ===> UPDATE
//DBOUT    DD DISP=(NEW,CATLG),
//         DSN=YOUR.R11.ENFDB.LISTING,                  ===> UPDATE
//         UNIT=3390,VOL=SER=??????,SPACE=(CYL,(1,1)),
//         DCB=(RECFM=FBA,LRECL=133,BLKSIZE=6118)
//DBIN     DD *
LIST DB(*) DETAIL
/*

Important! Update the STEPLIB statement with the DSN of your CA Common Services r11 CAILIB before you submit the JCL.

Once you have obtained a detail listing, see the CA Common Services SAMPJCL member ENFUTIL for instructions on how to edit the JCL. The output from the ENFUTIL job can be placed in the member or data set referenced by ENFPARMS DD in your CAIENF startup procedure.