Purpose: The ENABLE EXIT command activates a user exit
for the specified product. If the exit already exists, the
EXIT command will delete the current version of the exit and load a new copy.
The exits are loaded into CSA, or extended CSA, based on the RMODE of the user exit.
The DISABLE EXIT command will deactivate the specified exit and remove the
exit from CSA. An EXIT command without ENABLE or
DISABLE preceding the command will list the current exits for the
product.
Syntax:
ENABLE EXIT {product | *} {exitname}
DISABLE EXIT {product | *} {exitname}
EXIT {product | *}
Comments: User exits are loaded from the
STEPLIB DD
statement found in the DIF started task. Tip: For more information about user exits, see “User Exits” on page 3-96
in the Rules Language Programming Guide.
Examples: The following command will activate the
ACCUSR01 user exit.
F DIF,ENABLE ACC ACCUSR01