Display Directory Panels (QOKDSPDP) API


  Required Parameter Group:


  Default Public Authority: *USE

  Threadsafe: No

The Display Directory Panels (QOKDSPDP) API has the ability to display the Add Directory Information and Change Directory Information displays. It can run that function interactively without using an administration interface. This API is for interactive use only.


Authorities and Locks

If you have security administrator (*SECADM) authority, you can change all the directory information. If you do not have security administrator authority, then you can only change your own directory information.


Required Parameter Group

User ID
INPUT; CHAR(8)

The user ID to be processed. The ID needs to be in character set 697, code page 500, and monocase.

User address
INPUT; CHAR(8)

The address of the user to be processed. The address needs to be in character set 697, code page 500, and monocase.

Title
INPUT; CHAR(10)

The type of directory panel to be displayed. The following are the possible values:


Function key processing
OUTPUT; CHAR(10)

The operation processed for the key pressed. This indicates what type of ending processing to do. The following are the possible values:


Message to be displayed
INPUT; CHAR(*)

A structure with a message ID and replacement text that is to be shown on the display. If the message size is 0, no message will be displayed. For the format of the structure, see Message to Be Displayed Format.

Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter.


Message to Be Displayed Format

The format of the message to be displayed parameter is as follows:



Field Descriptions

Length of message data. The length of the message data. The maximum length is 256.

Message data. The data to be replaced in the message. The maximum size is 256.

Message file. The message file name where the message is displayed from. When the message is sent, it picks up the message library from *LIBL.

Message ID. The message ID of the message to be displayed.

Message size. The total length of the message to be displayed format. If this value is greater than zero, the message will be sent.

Message type. The message type of the message to be signaled. The valid values are:



Error Messages



API introduced: V2R2

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