IBM SC33-1683-02 User Manual

Page 390

Advertising
background image

name1

The name of a 4-byte area that is to receive the version and release
number of OS/390 on which CICS is running. A value of “0240”
represents OS/390 Release 4.

PLTPI(name2 | *)

returns the suffix that identifies the program list table (PLT) containing the list of
programs to be run during CICS initialization—the program list table post
initialization (PLTPI) list.

name2

The name of a 2-byte area that is to receive the suffix.

SDTRAN(name4 | *)

returns the name of the “shutdown assist” transaction to be run at the beginning
of normal or immediate shutdown. The shutdown assist transaction is described
on page 395.

name4

The name of a 4-byte area to receive the name.

SECURITYMGR(EXTSECURITY|NOSECURITY)

returns a value indicating whether security is active.

EXTSECURITY

CICS is using an external security manager (for example, RACF).

NOSECURITY

Security is not in use in the CICS region—SEC=NO is specified as a
system initialization parameter.

SHUTSTATUS(CONTROLSHUT|NOTSHUTDOWN|SHUTDOWN)

returns the shutdown status of the CICS region.

CONTROLSHUT

CICS is performing a controlled shutdown; that is, a normal shutdown
with a warm keypoint.

NOTSHUTDOWN

CICS is not in shutdown mode.

SHUTDOWN

CICS is performing an immediate shutdown.

STARTUP(COLDSTART|EMERGENCY|WARMSTART)

returns the type of startup the CICS region performed.

COLDSTART

CICS performed a cold start, either because this was explicitly specified
on the system initialization parameter, or because CICS forced a cold
start because of the state of the global catalog.

EMERGENCY

CICS performed an emergency restart because the previous run did not
shut down normally with a warm keypoint.

WARMSTART

CICS performed a warm restart following the normal shutdown of the
previous run.

STARTUPDATE(name4 | *)

returns the start-up-date of this CICS region, in packed decimal form (4-bytes
00yydddc where yy=years, ddd=days, c is the sign).

state data access functions

358

CICS TS for OS/390: CICS Customization Guide

Advertising