Delete User Profile Exit Program


  Required Parameter:


 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.

When a user profile is deleted, 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.


Authorities and Locks

User Profile Authority
*ALLOBJ and *SECADM to add exit programs to the registration facility

Required Parameter

Delete profile exit information
INPUT; CHAR(*)

Information needed by the exit program for notification of any profile deletions. For details, see Format of Delete Profile Exit Information.


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.



Field Descriptions

Exit point format name. The format name for the Delete User Profile exit program. The possible format name is:

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.


Exit program introduced: V3R7

[ Back to top | Security APIs | APIs by category ]