Previous Topic: GUI Runtime User ExitsNext Topic: Rebuilding DBMS DLLs and Executables


Block Mode Runtime User Exits

The following table summarizes the functions available through the user exits for generated block mode applications:

Name

Description

TIRDCRYP

Decrypt User Exit

TIRNCRYP

Encrypt User Exit

TIRDLCT

User Dialect User Exit

TIRDRTL

Default Retry Limit User Exit

TIRURTL

Ultimate Retry Limit User Exit

DBCONNCT

Database connection User Exit. There is one user exit routine for each supported database: ODBC, Oracle, and DB2.

DBCOMMIT

Database commit User Exit. There is one user exit routine for each supported database: ODBC, Oracle, and DB2.

DBDISCNT

Database disconnect User Exit. There is one user exit routine for each supported database: ODBC, Oracle, and DB2.

TIRELOG

Server Error Logging User Exit

TIRHELP

Help Interface User Exit

TIRUPDB

MBCS Uppercase Translation User Exit

TIRUPPR

Uppercase Translation User Exit

SRVRERROR

Server to Server Error User Exit

TIRMTQB

Message Table User Exit

TIRSECR

Security Interface User Exit

TIRSECV

Server Security Validation User Exit

TIRSYSID

System ID User Exit

TIRUSRID

User ID User Exit

TIRTERMA

User Termination User Exit

TIRXLAT

National Language Translation User Exit

TIRXINFO

Locale Information User Exit

TIRYYX

Date User Exit

Block mode runtime user exits are rebuilt into the DLL AEUEXITxxN.DLL using the command procedure %GENxx%Gen\VSabc\mkexits.bat for Visual Studio 32-bit, or %GENxx%Gen\VSabc\amd64\mkexits.bat for Visual Studio 64-bit.

Note: VSabc refers to the supported version of Visual Studio. Replace VSabc with VS100 for Visual Studio 2010 and VS110 for Visual Studio 2012. xx refers to the current release of CA Gen. For the current release number, see the Release Notes.

Note: For more information about block mode runtime user exits, see the User Exit Reference Guide.