Create User Profile Exit Program


  Required Parameter:

1 Create profile exit information Input Char(*)

 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 on the iSeries server.

When a user profile is created on the iSeries server, 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.

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


Field Descriptions

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

CRTP0100 The format name that is used after a user profile created.

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
Top | Security APIs | APIs by category