Skip to content

Enabling and Modifying Exits

Read the general information about exits in the “User Exits” chapter of the ChangeMan ZMF Customization Guide.

Preserve the original exit program code delivered from Micro Focus by copying the vendor version from the CMNZMF ASMSRC library into your custom ASMSRC library, then make your changes in the custom library.

CMNEX102

This exit is invoked by CMNDB2SQ to allow the user to define a collection id other than that assigned by ZMF.

If you have used this exit before, it should be noted that it now passes CMNx (where x is the ZMF subsystem character) in the exit field CMN$PKGI whereas it used to pass a blank.

CMNEX201

This exit is called by release audit to bypass processing for specified library types.

If you coded exit program CMNEX031 to bypass package audit processing for certain library types, you probably want to code CMNEX201 to bypass the same library types in release audit.