IBM SC34-6814-04 User Manual

Page 231

Advertising
background image

UEPTERM

Address of the 4-byte terminal ID.

UEPPROG

Address of the 8-byte application program name.

UEP_TS_FUNCTION

Address of a byte containing the function:

v

UEP_TS_FUN_WRITE

v

UEP_TS_FUN_REWRITE

v

UEP_TS_FUN_READ_INTO

v

UEP_TS_FUN_READ_SET

v

UEP_TS_FUN_READ_NEXT_INTO

v

UEP_TS_FUN_READ_NEXT_SET

v

UEP_TS_FUN_DELETE

UEP_TS_QUEUE_NAME

Address of a 16-byte field containing the queue name.

UEP_TS_DATA_P

Address of a fullword containing the address of the data. (All
requests except delete).

UEP_TS_DATA_L

Address of a fullword containing the length of the data. (All requests
except delete).

UEP_TS_ITEM_NUMBER

Address of a fullword containing the item number. (Rewrite,
read_into and read_set requests).

UEP_TS_TOTAL_ITEMS

Address of a fullword containing the total number of items in the
queue. (All requests except delete).

UEP_TS_RESPONSE

Address of a byte containing the response after a request has been
completed.

v

UEP_TS_RESPONSE_OK

v

UEP_TS_RESPONSE_PURGED

v

UEP_TS_RESPONSE_EXCEPTION

v

UEP_TS_RESPONSE_DISASTER

v

UEP_TS_RESPONSE_INVALID

Return codes

UERCNORM

Normal response.

UERCPURG

A purged response was received from an XPI request.

XPI calls

All can be used.

API and SPI calls

None can be used.

Chapter 1. Global user exit programs

209

Advertising