Identify exit point for data queue server.
The data queue server has one exit point defined:
QIBM_QZHQ_DATA_QUEUE format ZHQ00100
The exit point QIBM_QZHQ_DATA_QUEUE is defined to run an exit point program when the following data queue server requests are received:
Offset | Type | Field | Description | |
---|---|---|---|---|
Dec | Hex | |||
0 | 0 | CHAR(10) | User profile name | The name of the user profile that is calling the server |
10 | A | CHAR(10) | Server identifier | For the data queue, server the value is *DATAQSRV. |
20 | 14 | CHAR(8) | Format name | The user exit format name being used. For QIBM_QZHQ_DATA_QUEUE the format name is ZHQ00100. |
28 | 1C | BINARY(4) | Requested function | The function being performed
|
32 | 20 | CHAR(10) | Object name | Data queue name |
42 | 2A | CHAR(10) | Library name | Data queue library |
52 | 34 | CHAR(2) | Relational operation | Relational operator for receive-by-key operation on the request
|
54 | 36 | BINARY(4) | Key length | Key length specified on the request |
58 | 3A | CHAR(256) | Key value | Key value specified on the request |
Note: This format is defined by member
EZHQEP in files H, QRPGSRC, QRPGLESRC, QLBLSRC and QCBLLESRC in library QSYSINC.
|