Misc. exits

There are a number of other software products where EXITS may be ‚in-use‘.



Areas like CICS, IMS. DB2, MQS, 3rd party programs etc. would have to be examined.



DB2 exits
The default DB2 exit routine - Copyright IBM Corporation 2004, 2009. All Rights Reserved.
The default DB2® exit routine at the DSNX@XAC exit point returns a code to the DB2 authorization module indicating that an installation-defined access control authorization exit routine is not available. DB2 then performs native authorization checking and does not attempt to invoke this exit routine again. The default DB2 exit routine called DSNX@XAC is in library prefix.SDSNLOAD. The source code for the default DB2 exit routine is in the DSNXSXAC member of prefix.SDSNSAMP. The DB2 installation process puts the results of the assembly into prefix.SDSNEXIT.
By contrast, the RACF access control module is provided in DSNXRXAC member of
prefix.SDSNSAMP and provides access control using a combination of RACF® and DB2 checking. You can easily alter the DB2 installation process by modifying the DSNTIJEX job to assemble the RACF access control module, rather than the default DB2 exit routine.