Previous Topic: Receive/Apply Customer ID USERMODNext Topic: Install External Security Interface, Activate LAM Subsystem


Receive/Apply Module Rename USERMOD

During installation, the CA Librarian batch program is given a default name of AFOLIBR and Comparator II is given a default name of COMP2. You can rename these modules through USERMOD MLJ4400.

Member LJMODAFO on the CALJJCL library contains the SMP/E job to rename these modules.

Alter the SMP/E control statements as follows:

++RENAME(AFOLIBR) TONAME(xxxxxxxx)
++RENAME(COMP2) TONAME(yyyyyyyy)
xxxxxxxx

Specifies the new name for the batch CA Librarian.

yyyyyyyy

Specifies the new name for Comparator II.

Delete the appropriate ++RENAME statement if you want to rename only one of the modules.

Note: The default name of AFOLIBR is used in subsequent steps of the installation process. If you rename AFOLIBR to xxxxxxxx in this step, you must change all references of AFOLIBR to xxxxxxxx. For example, you must change LIBNAME=AFOLIBR to reflect the new name when you assemble and link the $CCFGEN macro.