User Exits for RENAME and IMPORT Functions
The following user exits are provided for the renaming and import functions.
- INGEX15: This is called before an entry is renamed. The following parameters are passed:
- Entry Name
- Entry Type
Note: When renaming an entry, a new entry is created and the old entry is deleted. Therefore, INGEX05 is called before the old entry is deleted and INGEX06 is called after the entry has been deleted. - INGEX16: This is called after an entry has been renamed. The following parameters are
passed:
- Entry Type
- Old Entry Name
- New Entry Name
- INGEX17: This is called during the IMPORT function, when reading data from the source
policy database. One parameter is passed:
- Name of copy data work table. This table contains the entry types and entry names of the data to be copied.
- INGEX18: This is called after the IMPORT function has ended. INGEX18 is only called if
INGEX17 was called at the beginning of the IMPORT function. If checks have been made that prevent
INGEX17 being called, INGEX18 is not called either.
One parameter is passed:
- Indicator whether the IMPORT process was successful (S=successful, U=unsuccessful)