Previous Topic: 10.2.2 Input ExitsNext Topic: 10.2.4 Output Exits


10.2.3 Parameter-Related Exits

This section provides a description of the parameter-related
exits of the IMS Analyzer.

The exit description includes the name and title, a
description of its purpose, when it is invoked, and whether
or not it has an interface to the CA MICS Accounting and
Chargeback product.  It also shows which data elements are
available, the special considerations to note, and a sample
user exit.

+---------------+
| I M S A C R T |  IMS Account Code Derivation (IMSACRT)
+---------------+

DESCRIPTION:
   The IMSACRT exit provides the ability to derive the
   account code data elements described in
   sharedprefix.MICS.PARMS(IMSACCT).

INVOCATION:
   The IMSACRT exit gains control during the input format
   phase of the IMS daily update process step (DAY060).  It
   is invoked while processing each unique data set.

ACCOUNTING INTERFACE:
   No interface is provided.

USES:
   This exit sets the values of the IMSACTx data elements.

ELEMENTS AVAILABLE:
   All data elements are available at this exit point.

CODING RESTRICTIONS:
   Refer to the System Modification Guide, Section 4.3.1.

EXAMPLE:
   See Section 7.2.3 of this guide for an example of code
   for a IMSACRT exit.


+---------------+
| I M S A U R T |  IMS Application Unit Derivation (IMSAURT)
+---------------+

DESCRIPTION:
   The IMSAURT exit provides the ability to derive the
   application unit data element IMSAPU.

INVOCATION:
   The IMSAURT exit gains control during the input format
   phase of the IMS daily update process step (DAY060).  It
   is invoked while processing each unique data set.

ACCOUNTING INTERFACE:
   No interface is provided.

USES:
   This exit sets the value of the IMSAPU data element.

ELEMENTS AVAILABLE:
   All data elements are available at this exit point.

CODING RESTRICTIONS:
   Refer to the System Modification Guide, Section 4.3.1.

EXAMPLE:
   See Section 7.3.3 of this guide for an example of code
   for a IMSAURT exit.

+---------------+
| I M S R L R T |  IMS Longevity Code Derivation (IMSRLRT)
+---------------+

DESCRIPTION:
   The IMSRLRT exit provides the ability to derive the value
   of the longevity code data element TRANTYPE.

INVOCATION:
   The IMSRLRT exit gains control during the input format
   phase of the IMS daily update process step (DAY060).  It
   is invoked while processing each unique data set.

ACCOUNTING INTERFACE:
   No interface is provided.

USES:
   This exit sets the value of the TRANTYPE data element.

ELEMENTS AVAILABLE:
   All data elements are available at this exit point.

CODING RESTRICTIONS:
   Refer to the System Modification Guide, Section 4.3.1.

EXAMPLE:
   See Section 7.3.1 of this guide for an example of code
   for a IMSRLRT exit.