Previous Topic: Source to Load Module VerificationNext Topic: Considerations for Verification


Incorporating Verification into LIB/CCF

Because LIBREXIT, LIBDEXIT, IEXSLAT, and IEXDSLAT are batch CA Librarian exits, you can easily incorporate them into LIB/CCF as follows:

LIBREXIT

(z/OS and OS/390) Can be invoked during the login compile by adding the parm OEX=LIBREXIT to the batch CA Librarian step of the compile or assembly skeletons.

LIBDEXIT

(VSE/ESA) Can be invoked by the login compile skeleton by executing a version of the batch CA Librarian that was linked with LIBDEXIT.

IEXSLAT

(z/OS and OS/390) Can be invoked at login during the update of the production module using LIBRCOPY. Add the parm IEX=IEXSLAT to the batch CA Librarian step of the LIBRCOPY skeleton.

IEXDSLAT

(VSE/ESA) Can be invoked at login during the update of the production module using LIBDCOPY. The CA Librarian step must execute a version of the batch CA Librarian that was linked with IEXDSLAT.

LIBRSCAN and LIBDSCAN

Stand-alone utilities and, as such, can be executed at any time outside of LIB/CCF.