List Saved QoS Monitor Data (QtoqListSavedQoSMonitorData) API


  Required Parameter Group:

1 Receiver variable Output Char(*)
2 Length of receiver variable Input Binary(4)
3 List information Output Char(80)
4 Number of records to return Input Binary(4)
5 Format name Input Char(8)
6 Error code I/O Char(*)

  Service Program: QSYS/QTOQMONAPI

  Default Public Authority: *USE

  Threadsafe: Yes

The List Saved QoS Monitor Data (QtoqListSavedQoSMonitorData) API allows the user to return a list of all collected monitor data that was saved previously.


Authorities and Locks

Special Authority
NONE.

Required Parameter Group

Receiver Variable
OUTPUT; CHAR(*)

The receiver variable that receives the information requested.

Length of receiver variable
INPUT; BINARY(4)

The length of the receiver variable.

List information
OUTPUT; CHAR(80)

The variable used to return status information about the list of QoS monitor data that was opened. For a description of this parameter, see Open list information format.

Number of returned records
INPUT; BINARY(4)

The number of records in the list to put into the receiver variable.

Format name
INPUT; CHAR(8)

The format of the space information to be returned. The format name supported is:

QTOQ0100 Returns a list of names which are user spaces that contains QoS Monitor Data.

Error code
I/O; CHAR(*)

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


QTOQ0100 Format

The QTOQ0100 format includes the complete information for a saved QoS collected data object. For detailed descriptions of the fields in this table, see Field Descriptions.

Offset Type Field
Dec Hex
0 0 CHAR(10) QoS collection name
10 A CHAR(50) QoS collection description text


Field Descriptions

QoS collection description text. The QoS collection description text is a user-defined string of characters that are associated with each QoS collected monitor data.

QoS collection name. The name of each QoS collected monitor data found.


Error Messages

Message ID Error Message Text
CPF3C1E E Required parameter &1 omitted.
CPF3CF1 E Error code parameter not valid.
CPF9810 E Library &1 not found.
CPF9872 E Program or service program &1 in library &2 ended. Reason code &3.


API introduced: V5R2

[ Back to top | UNIX-Type APIs | APIs by category ]