IBM SC33-1683-02 User Manual

Page 418

Advertising
background image

T

A terminal input attach.

TT

A permanent transaction terminal attach.

SUSPEND_TIME(name4 | (Rn))

returns the length of time that the task has been in its current suspended state.

name4

The name of a 4-byte location to receive the number of seconds,
rounded down, the task has been suspended, expressed as a binary
value.

(Rn)

A register to receive the number of seconds, rounded down, the task
has been suspended, expressed as a binary value.

SYSTEM_TRANSACTION(name1)

returns, in a 1-byte location (

name1), a value indicating whether the task is

CICS system task.

NO

The task is not a CICS system task.

YES

The task is a CICS system task.

TASK_PRIORITY(name1)

returns the combined task priority, which is the sum of the priorities defined for
the terminal, transaction, and operator.

name1

The name of a 1-byte location to receive the task priority, expressed as
a binary number.

TRANNUM(name4)

returns the task number of the transaction.

name4

The name of a 4-byte location to receive the task number.

TRANSACTION_TOKEN(name8)

specifies the transaction token for the task being inquired upon. This parameter
is optional, and if omitted, the current task is assumed.

If you issue this call within an XXMATT global user exit program, the current
task may be a CICS system task. To inquire on the user task for which
XXMATT is invoked, you must specify the transaction token passed on the
XXMATT exit-specific parameter list.

name8

The name of an 8-byte location that contains the transaction token.

USERID(name8)

returns the userid associated with this task.

name8

The name of an 8-byte location to receive the userid.

transaction management functions

386

CICS TS for OS/390: CICS Customization Guide

Advertising