Create User Profile Exit Program


  Required Parameter:


 QSYSINC Member Name:  ECRTPRF1
 Exit Point Name:  QIBM_QSY_CRT_PROFILE
 Exit Point Format Name:  CRTP0100

The Create User Profile exit program is called when a user profile is created.

When a user profile is created, the operating system calls the user-written exit programs through the registration facility. 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 Create 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

Create profile exit information
INPUT; CHAR(*)

Information needed by the exit program for notification of any profile being created. For details, see Format of Create Profile Exit Information.


Format of Create Profile Exit Information

The following table shows the structure of the create profile exit information for format CRTP0100. For a description of the fields in this format, see Field Descriptions.



Field Descriptions

Exit point format name. The format name for the Create 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 that was created.



Exit program introduced: V3R7

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