IBM SC33-1683-02 User Manual

Page 410

Advertising
background image

YES

The UOW is to wait, pending recovery from the failure, to determine
whether recoverable resources are to be backed out or committed.

INDOUBT_WAIT_TIME(name4)

returns the length of time, in minutes, after a failure during the in-doubt period,
before the transaction is to take the action returned in the INDOUBT field. The
returned value is valid only if the unit of work is in-doubt and INDOUBT_WAIT
returns YES.

name4

The name of a 4-byte location that is to receive the delay time,
expressed as a binary value.

See also INDOUBT and INDOUBT_WAIT.

INITIAL_PROGRAM(name8)

returns the name of the initial program to be given control for the transaction.

name8

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

INQ_TRANSACTION_ID(name4 | string | ‘string’)

specifies the transaction identifier for this transaction definition inquiry.

name4

The name of a 4-byte location that contains the name of the transaction
identifier.

string A string of characters, without intervening blanks, naming the

transaction identifier.

‘string’

A string of characters, within quotation marks, naming the transaction
identifier. The string length is set to 4 by padding with blanks within the
quotation marks.

ISOLATE(name1)

returns, in a 1-byte location (

name1), a value indicating whether transaction

isolation is required for the transaction’s task-lifetime user-key storage.

NO

Transaction isolation is not required for task-lifetime user-key storage.

YES

Transaction isolation is required for task-lifetime user-key storage.

LOCAL_QUEUING(name1)

returns, in a 1-byte location (

name1), a value indicating whether a start request

for this transaction is eligible to queue locally if the transaction is to be started
on another system, and the remote system is not available.

NO

The request is not to be queued locally.

YES

The request can be queued locally.

transaction management functions

378

CICS TS for OS/390: CICS Customization Guide

Advertising