IBM SC34-6814-04 User Manual

Page 437

Advertising
background image

[TASK_PRIORITY(name1),]
[TCLASS(name1),[TCLASS_NAME(name8),]]
[TERMINATE_PROTECTED(name1),]

[TPURGE(name1),]

[TRANNUM(name4 | string | 'string'),]
[TRAN_PRIORITY(name1),]
[TRAN_ROUTING_PROFILE(name8),]
[TRANSACTION_ID(name4),]
[USERID(name8),]
RESPONSE (name1 | *),
REASON (name1 | *)]

This command is threadsafe.

The descriptions of the following parameters are the same as the corresponding
parameters on the INQUIRE_TRANDEF function call.

DTIMEOUT
DYNAMIC
INITIAL_PROGRAM
REMOTE
REMOTE_NAME
REMOTE_SYSTEM
RESTART
SPURGE
STATUS
TCLASS
TRAN_ROUTING_PROFILE
TRANSACTION_ID

The parameter descriptions that follow explain briefly the possible values that can
be returned on an INQUIRE_TRANSACTION call. For a more detailed explanation
of these parameters, see the corresponding parameter descriptions for the
TRANSACTION resource definition in TRANSACTION definition attributes, in the
CICS Resource Definition Guide.

ATTACH_TIME(name8)

returns the time in milliseconds since the task was attached.

name8

The name of an 8-byte location to receive the time, in packed decimal
ABSTIME format.

CICS_UOW_ID(name8)

returns the CICS unit of work identifier for the task.

name8

The name of an 8-byte location to receive the unit of work id.

FACILITY_NAME(name4)

returns the name of the principal facility associated with the task.

name4

The name of a 4-byte location to receive the name of the principal
facility.

FACILITY_TYPE(name1)

returns, in a 1-byte location (name1), an equated value indicating the type of
principal facility associated with the task.

XMIQ_NONE

There is no principal facility.

XMIQ_START

The principal facility is an interval control element.

Chapter 3. The user exit programming interface (XPI)

415

Advertising