The set_system call, The set_system – IBM SC33-1683-02 User Manual

Page 391

Advertising
background image

name4

The name of a 4-byte location that is to receive the startup date of this
CICS system.

TERMURM(name8 | *)

returns the name of the autoinstall user program for terminals.

name8

The name of an 8-byte area that is to receive the name of the
autoinstall user program for terminals.

TIMEOFDAY(name4 | *)

returns the current time-of-day in packed decimal form (4-bytes hhmmsstc
where hh=hours, mm=minutes, ss=seconds, t=tenths of a second, and c is the
sign).

name4

The name of a 4-byte location that is to receive the time.

XRFSTATUS(NOXRF|PRIMARY|TAKEOVER)

returns the XRF status of the CICS region.

NOXRF

CICS was started with the system initialization parameter XRF=NO
specified. XRF is not active.

PRIMARY

The CICS region was started as an active CICS in an XRF
environment.

TAKEOVER

The CICS region was started as an alternate CICS, with the
START=STANDBY system initialization parameter.

RESPONSE and REASON values for INQUIRE_SYSTEM

RESPONSE

REASON

OK

None

INVALID

INVALID_FUNCTION

EXCEPTION

LENGTH_ERROR
UNKNOWN_DATA

DISASTER

INQ_FAILED

PURGED

None

The SET_SYSTEM call

The SET_SYSTEM call allows you to set CICS system data values in the AP
domain.

state data access functions

Chapter 3. The user exit programming interface (XPI)

359

Advertising