7. Writing Field-developed Applications › 7.3 Writing the Code › 7.3.2 Define the Input Format Routine (DYfdaFMT) › 7.3.2.2 Define the MSI Input Routine › 7.3.2.2.3 MSI User Exits
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. |
+-----------+--------------------------+