10. MODIFICATION › 10.2 Standard User Exits › 10.2.2 Parameter-Related Exits
10.2.2 Parameter-Related Exits
This section identifies the DB2 parameter-related exits you
define at product installation. Detailed descriptions of
these exits are presented in Chapter 7 of this guide.
+---------------+
| D B 2 A C R T | DB2 Account Code Derivation Exit
+---------------+
DESCRIPTION: The DB2ACRT exit derives the value of the
account code elements defined in
sharedprefix.MICS.PARMS(DB2ACCT). It is a complex-level exit
(it resides in the same library as DB2ACCT) and its
definition applies to all database units in which the Analyzer
Option for DB2 is installed.
INVOCATION: The DB2ACRT exit gains control during the input
format routine of the daily update process step DAY065.
It is invoked once for each detail transaction record
processed by the Analyzer Option for DB2.
ACCOUNTING INTERFACE: No interface is provided.
USES: This exit sets the value of the DB2ACTx variables.
ELEMENTS AVAILABLE: All DETAIL timespan elements of the
files are available.
CODING RESTRICTIONS: Refer to Section 7.2.3 of this guide.
SPECIAL NOTES: The exit code is contained in
sharedprefix.MICS.PARMS(DB2ACRT).
SAMPLE USER EXIT: See Section 7.2.3 for a sample exit.