Previous Topic: 7.3.2.2.2 MSI File User Exits

Next Topic: 7.3.3 Define Reports (DYfdaEXC, fdaEVA, and DYfdaMBO)

7.3.2.2.3 MSI User Exits

MSI provides user exits for each file to allow for custom
processing, without modification to MSI code.  These exits
are automatically generated as part of the normal CA MICS
Component Generator (MCG) generation process (GEN GENFILES),
and are implemented using the FXIT facility.  Those marked
with an asterisk (*) are Open Code Exits that are not
implemented in a data step.

         +-----------+--------------------------|
         | *cccFMT6  | Exit after the           |
         |           | processing of all input  |
         |           | files for product ccc.   |
         +-----------+--------------------------+
         | *MSIFMT1  | Exit prior to processing |
         |           | of any input files.      |
         |-----------+--------------------------|
         | *MSIFMT6  | Exit after the           |
         |           | processing of all input  |
         |           | files.                   |
         +-----------+--------------------------+