Previous Topic: OverviewNext Topic: Visual Studio Support


User Exits

CA Gen generated applications invoke a number of CA Gen supplied routines at execution time to perform various functions. Most of these routines are provided as DLLs or shared libraries and cannot be modified by the user. However, some routines have been implemented as user exits.

A user exit is modifiable source code that you can customize to fit your specific needs. The user exits can be as simple or as complex as you require. The source modules as delivered are referred to as default exits because the logic they contain is executed if no modifications are made. The source for the default exits are in the CA Gen installation directory.