What is the procedure to generate the load module LIBRPROG for LIBRARIAN 4.4?
Background:
Need to apply the rename for the Librarian batch load module and or the Comparator load module.
Environment:
Librarian V4.4
Instructions:
Usermod MLJ4400 will allow you to rename the batch Librarian and Comparator load modules.
++RENAME(COMP2) TONAME(YYYYYYYY) /* COMPARATOR II */ in member MLJ4400 located in CALJJCL library to your site specifications.
The example for usermod MLJ4400 with the SMPE JCL and statements are below:
//RCVB1 EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M
//SMPCSI DD DISP=SHR,DSN=LIBR.CSI
//SMPLOG DD DUMMY
//SMPSNAP DD SYSOUT=*
//SMPPTFIN DD *
++USERMOD(MLJ4400) .
++VER(Z038) FMID(CALJ440) /* V4.4 */ .
++RENAME(AFOLIBR) TONAME(XXXXXXXX) /* BATCH LIBRARIAN */ .
++RENAME(COMP2) TONAME(YYYYYYYY) /* COMPARATOR II */ .
//SMPCNTL DD *
SET BDY(GLOBAL).
RECEIVE SELECT(MLJ4400) SYSMOD.
SET BDY(CAIT0).
APPLY SELECT(MLJ4400) RETRY(YES) COMPRESS(ALL).
//
If you wish to rename the batch librarian load module but not the comparator load module then remove the ++RENAME(COMP2) statement.