1 | Delete profile exit information | Input | Char(*) |
QSYSINC Member Name: EDLTPRF1, EDLTPRF2 Exit Point Name: QIBM_QSY_DLT_PROFILE Exit Point Format Names: DLTP0100, DLTP0200
The Delete User Profile exit program is called when a user profile is deleted on the iSeries server.
When a user profile is deleted on the iSeries server, the operating system calls the user-written exit programs through the registration facility. Exit programs can register to be notified before the profile is deleted, after the profile is deleted, or both. The predeletion notification is sent prior to doing any owned objects checking, which is required for the deletion of a user profile. Therefore, the predeletion notification is not a guarantee that the profile will actually be deleted. The postdeletion notification is sent after the profile is deleted.
The exit point supports an unlimited number of exit programs. (For information about adding an exit program to an exit point, see the Registration Facility part.)
Note: The Delete User Profile exit program ignores any return codes or error messages that are sent from the exit program.
Information needed by the exit program for notification of any profile deletions. For details, see Format of Delete Profile Exit Information.
The following table shows the structure of the delete profile exit information for formats DLTP0100 and DLTP0200. For a description of the fields in this format, see Field Descriptions.
Offset | Type | Field | |
---|---|---|---|
Dec | Hex | ||
0 | 0 | CHAR(20) | Exit point name |
20 | 14 | CHAR(8) | Exit point format name |
28 | 1C | CHAR(10) | User profile name |
Exit point format name. The format name for the Delete User Profile exit program. The possible format name is:
DLTP0100 | The format name that is used after a user profile is deleted. |
DLTP0200 | The format name that is used before a user profile is deleted. |
Exit point name. The name of the exit point that is calling the exit program.
User profile name. The name of the user profile being deleted.
Top | Security APIs | APIs by category |