Exit xtdout – IBM SC34-6814-04 User Manual

Page 257

Advertising
background image

UEPTDLUD

Address of the fullword length of the unmodified TD data.

UEPTDAMD

Address of the TD data modified by the exit program.

UEPTDLMD

Address of the fullword length of the TD data modified by the exit
program.

Return codes

UERCNORM

Continue TD processing.

UERCPURG

Task purged during XPI call.

XPI calls

You can use:

v

INQ_APPLICATION_DATA

v

INQUIRE_SYSTEM

v

WAIT_MVS

Do not use any other calls.

Exit XTDOUT

When invoked

Before passing the data to a QSAM (for extrapartition) or VSAM (for
intrapartition) user-defined transient data queue.

Exit-specific parameters

UEPTDQUE

Address of the 4-byte TD queue name.

UEPTDAUD

Address of the unmodified TD data.

UEPTDLUD

Address of the fullword length of the unmodified TD data.

UEPTDAMD

Address of the TD data modified by the exit program.

UEPTDLMD

Address of the fullword length of TD data modified by the exit
program.

UEPTDNUM

Address of the fullword containing the number of items in the list.

UEPTDCUR

Address of the fullword containing the number of the current item.

Return codes

UERCNORM

Continue TD processing.

UERCTDOK

Quit TD processing – returning ‘NORMAL’ to the caller.

Chapter 1. Global user exit programs

235

Advertising