INQUIRE SYSTEM

Retrieve CICS® system information.

INQUIRE SYSTEM

Read syntax diagramSkip visual syntax diagramINQUIRE SYSTEM ACTOPENTCBS( data-area)AKP( data-area)CDSASIZE( data-area)CICSSTATUS( cvda)CICSSYS( data-area)CICSTSLEVEL( data-area)CMDPROTECT( cvda)COLDSTATUS( cvda)DB2CONN( data-area)DEBUGTOOL( cvda)DFLTUSER( data-area)DSALIMIT( data-area)DSRTPROGRAM( data-area)DTRPROGRAM( data-area)DUMPING( cvda)ECDSASIZE( data-area)EDSALIMIT( data-area)ERDSASIZE( data-area)ESDSASIZE( data-area)ETDSASIZE( data-area)EUDSASIZE( data-area)FORCEQR( cvda)GCDSASIZE( data-area)GMMTEXT( data-area)GMMLENGTH( data-area) GSDSASIZE( data-area)GUDSASIZE( data-area)GMMTRANID( data-area)INITSTATUS( cvda)JOBNAME( data-area)LOGDEFER( data-area)MAXOPENTCBS( data-area)MAXTASKS( data-area)MEMLIMIT( data-area)MESSAGECASE( cvda)MQCONN( data-area)MROBATCH( data-area)MVSSMFID( data-area)MVSSYSNAME( data-area)OPREL( data-area)OPSYS( data-area)OSLEVEL( data-area)PROGAUTOCTLG( cvda)PROGAUTOEXIT( data-area)PROGAUTOINST( cvda)PRTYAGING( data-area)RDSASIZE( data-area)REENTPROTECT( cvda)RELEASE( data-area)RLSSTATUS( cvda)RUNAWAY( data-area)SCANDELAY( data-area)SDSASIZE( data-area)SDTRAN( data-area)SECURITYMGR( cvda)SHUTSTATUS( cvda)SOSABOVEBAR( cvda)SOSABOVELINE( cvda)SOSBELOWLINE( cvda)SOSSTATUS( cvda)STARTUP( cvda)STARTUPDATE( data-area)STOREPROTECT( cvda)TIME( data-area)TRANISOLATE( cvda)UDSASIZE( data-area)XRFSTATUS( cvda)

Condition: NOTAUTH

For more information about the use of CVDAs, see CICS-value data areas (CVDAs).

Start of changeThis command is threadsafe.End of change

Description

The INQUIRE SYSTEM command returns information about the CICS system in which the task that issues the command is running.

Many options in this command correspond to system initialization parameters and take their initial values from the parameters. Some options can be changed by a subsequent SET SYSTEM command, or its CEMT equivalent. Other options return information about the CICS or MVS™ release levels, and others return information determined solely by the current state of the system. Table 1 indicates the origin of the option values and, for options that are specified in the system initialization parameter, the name of the parameter.

Table 1. INQUIRE SYSTEM options
Option Origin
ACTOPENTCBS System state
AKP AKPFREQ system initialization parameter
CDSASIZE System state
CICSSTATUS System state
CICSSYS System state
CICSTSLEVEL CICS control block
CMDPROTECT CMDPROT system initialization parameter
COLDSTATUS System state
DB2CONN Installed DB2CONN resource definition
DEBUGTOOL DEBUGTOOL system initialization parameter
DFLTUSER DFLTUSER system initialization parameter
DSALIMIT DSALIM system initialization parameter
DSRTPROGRAM DSRTPGM system initialization parameter
DTRPROGRAM DTRPGM system initialization parameter
DUMPING DUMP system initialization parameter
ECDSASIZE System state
EDSALIMIT EDSALIM system initialization parameter
ERDSASIZE System state
ESDSASIZE System state
ETDSASIZE System state
EUDSASIZE System state
FORCEQR FORCEQR system initialization parameter
GCDSASIZE System state
GMMTEXT, GMMLENGTH GMTEXT system initialization parameter
GMMTRANID GMTRAN system initialization parameter
GSDSASIZE System state
GUDSASIZE System state
INITSTATUS System state
JOBNAME JCL or cataloged procedure
LOGDEFER LGDFINT system initialization parameter
MAXOPENTCBS Limit set automatically by CICS
MAXTASKS MXT system initialization parameter
MEMLIMIT System state
Start of changeMESSAGECASEEnd of change Start of changeSystem stateEnd of change
MQCONN Installed MQCONN resource definition
MROBATCH MROBTCH system initialization parameter
Start of changeMVSSMFIDEnd of change Start of changeSystem stateEnd of change
Start of changeMVSSYSNAMEEnd of change Start of changeSystem stateEnd of change
OPREL Operating system (MVS)
OPSYS Operating system (MVS)
OSLEVEL Operating system (z/OS®)
PROGAUTOCTLG PGAICTLG system initialization parameter
PROGAUTOEXIT PGAIEXIT system initialization parameter
PROGAUTOINST PGAIPGM system initialization parameter
PRTYAGING PRTYAGE system initialization parameter
RDSASIZE System state
REENTPROTECT RENTPGM system initialization parameter
RELEASE CICS system code
RLSSTATUS RLS system initialization parameter
RUNAWAY ICVR system initialization parameter
SCANDELAY ICVTSD system initialization parameter
SDSASIZE System state
SDTRAN SDTRAN system initialization parameter
SECURITYMGR SEC system initialization parameter
SHUTSTATUS System state
SOSABOVEBAR System state
SOSABOVELINE System state
SOSBELOWLINE System state
SOSSTATUS System state
STARTUP System state
STARTUPDATE System state
STOREPROTECT STGPROT system initialization parameter, and hardware
TIME ICV system initialization parameter
TRANISOLATE TRANISO system initialization parameter, and hardware
UDSASIZE System state
XRFSTATUS XRF system initialization parameter, and system state
Note: The CSCS, ECSCS, ERSCS, EUSCS, and USCS options, each of which returned the size of the storage cushion for a particular dynamic storage area, are obsolete in CICS Transaction Server for z/OS. The translator accepts them and gives a warning. At run time, the data areas provided are left unchanged.

Options

ACTOPENTCBS(data-area)
Returns a fullword binary field giving the number of open TCBs currently allocated to user tasks. CICS dispatcher maintains a pool of L8 and L9 mode TCBs for use by OPENAPI applications and by task-related user exits that are enabled with the OPENAPI option. Task-related user exits use only L8 mode TCBs; for example, the CICS DB2 adapter when connecting to DB2. The ACTOPENTCBS value can be equal to, or less than, the MAXOPENTCBS value. If the value is equal to MAXOPENTCBS, tasks that require an open TCB are made to wait.
AKP(data-area)
Returns a fullword binary field giving the activity keypoint trigger value, which is the number of write requests to the CICS system log stream output buffer between the taking of keypoints.

A value of minus one (not applicable) means that keypoints are not being taken.

CDSASIZE(data-area)
Returns the current size in bytes of the CICS dynamic storage area (CDSA), in fullword binary form. It includes both storage in use and storage available for use. This size is calculated and managed by CICS automatically, within the DSALIMIT value, that is, the overall limit for dynamic storage areas that reside below 16 MB (below the line).
CICSSTATUS(cvda)
Returns a CVDA value that identifies the current execution status of CICS:
ACTIVE
CICS is fully active.
FINALQUIESCE
CICS is in the final quiesce stage of shutdown. Programs in the second stage of the program list table for shutdown (PLTSD) are run during this stage.
FIRSTQUIESCE
CICS is in the first quiesce stage of shutdown. Programs in the first stage of the PLTSD are run during this stage.
STARTUP
CICS is starting up but is not yet fully active. Programs in the program list table for program initiation (PLTPI) are run during startup. See the INITSTATUS option for further information.
CICSSYS(data-area)
Returns a 1-character value that identifies the operating system for which the running CICS system has been built. A value of “X” represents MVS.
CICSTSLEVEL(data-area)
Returns a 6-character value that identifies the version, release, and modification level of the CICS Transaction Server for z/OS product under which the CICS region is running. The value is of the form vvrrmm, and CICS Transaction Server for z/OS, Version 5 Release 2 returns 050200.
CMDPROTECT(cvda)
Returns a CVDA value that indicates whether command protection is active. When a task issues a command and command protection is active, CICS verifies that the task has write access to the first byte of every area into which CICS is to return information. If any area fails the test, an AEYD abend occurs.
The CVDA values are as follows:
CMDPROT
Command protection is active.
NOCMDPROT
Command protection is not active.
COLDSTATUS(cvda)
Returns a CVDA value that indicates whether CICS performed a cold or an initial start.
The CVDA values are as follows:
COLD
CICS performed a cold start. Log information about local resources was erased, but information about the outcome of local units of work, needed to allow remote systems or RMI-connected resource managers to resynchronize their resources, was preserved.
INITIAL
CICS performed an initial start. All log information about both local and remote resources was erased.
NOTAPPLIC
CICS performed neither a cold nor an initial start.
DB2CONN(data-area)
Returns the 1-8 character name of the DB2CONN resource definition that is currently installed for the CICS region, or blanks if no DB2CONN definition is currently installed. Only one DB2CONN definition can be installed at a time. The DB2CONN resource definition specifies the attributes of the connection between CICS and DB2®.
DEBUGTOOL(cvda)
Returns a CVDA value that indicates whether you can use debugging profiles to select the programs that will run under the control of a debugging tool. The following debugging tools use debugging profiles:
  • Debug Tool, for compiled language application programs (programs written in COBOL, PL/I, C, C++, and Assembler)
  • Remote debugging tools (for compiled language application programs and Java™ programs)
Other debugging mechanisms, for example the CICS Execution Diagnostic Facility (CEDF), do not use debugging profiles. The CVDA values are as follows:
DEBUG
You can use CICS debugging profiles to select the programs that will run under the control of a debugging tool.
NODEBUG
You cannot use CICS debugging profiles to select the programs that will run under the control of a debugger tool.

For more information about using debugging profiles, see Debugging profiles.

DFLTUSER(data-area)
Returns the 8-character identifier of the default user for this CICS region.
DSALIMIT(data-area)
Returns a fullword binary field giving the maximum amount of storage, in bytes, within which CICS can dynamically allocate storage for the four individual dynamic storage areas that reside below 16 MB (below the line). See the CDSASIZE, RDSASIZE, SDSASIZE, and UDSASIZE options of this command.
DSRTPROGRAM(data-area)
Returns the 8-character name of the distributed routing program.
DTRPROGRAM(data-area)
Returns the 8-character name of the dynamic routing program.
DUMPING(cvda)
Returns a CVDA value that indicates whether the taking of CICS system dumps is suppressed:
NOSYSDUMP
System dumps are suppressed.
SYSDUMP
System dumps are not suppressed.

These values are set by the system initialization parameter DUMP=YES or NO.

ECDSASIZE(data-area)
Returns the current size in bytes of the extended CICS dynamic storage area (ECDSA), in fullword binary form. It includes both storage in use and storage available for use. This size is calculated and managed by CICS automatically, within the EDSALIMIT value, that is, the overall limit for dynamic storage areas that reside above 16 MB but below 2 GB (above the line).
EDSALIMIT(data-area)
Returns a fullword binary field giving the maximum amount of storage, in bytes, within which CICS can dynamically allocate storage for the individual dynamic storage areas that reside above 16 MB but below 2 GB (above the line). See the ECDSASIZE, ERDSASIZE, ESDSASIZE, and EUDSASIZE options of this command.
ERDSASIZE(data-area)
Returns the current size in bytes of the extended read-only dynamic storage area (ERDSA), in fullword binary form. It includes both storage in use and storage available for use. This size is calculated and managed by CICS automatically, within the EDSALIMIT value, that is, the overall limit for dynamic storage areas that reside above 16 MB but below 2 GB (above the line).
ESDSASIZE(data-area)
Returns the current size in bytes of the extended shared dynamic storage area (ESDSA), in fullword binary form. It includes both storage in use and storage available for use. This size is calculated and managed by CICS automatically, within the EDSALIMIT value, that is, the overall limit for dynamic storage areas that reside above 16 MB but below 2 GB (above the line).
ETDSASIZE(data-area)
Returns the current size in bytes of the extended trusted dynamic storage area (ETDSA), in fullword binary form. It includes both storage in use and storage available for use. This size is calculated and managed by CICS automatically, within the EDSALIMIT value, that is, the overall limit for dynamic storage areas that reside above 16 MB but below 2 GB (above the line).
EUDSASIZE(data-area)
Returns the current size in bytes of the extended user dynamic storage area (EUDSA), in fullword binary form. It includes both storage in use and storage available for use. This size is calculated and managed by CICS automatically, within the EDSALIMIT value, that is, the overall limit for dynamic storage areas that reside above 16 MB but below 2 GB (above the line).
FORCEQR(cvda)
Returns a CVDA value that indicates whether CICS forces CICSAPI user application programs that are defined as threadsafe to run on the quasi-reentrant (QR) TCB:
FORCE
CICS forces all user application programs specified with the CONCURRENCY(THREADSAFE) attribute to run under the QR TCB, as if they were specified with CONCURRENCY(QUASIRENT). Force does not apply to certain programs, for example OPENAPI programs, or C or C++ programs compiled with XPLINK. For details, see FORCEQR system initialization parameter.
NOFORCE
CICS honors the CONCURRENCY(THREADSAFE) attribute on CICSAPI user application programs, and allows user programs to run on an open TCB to avoid unnecessary TCB switching.
GCDSASIZE(data-area)
Returns the current size in bytes of the above-the-bar CICS dynamic storage area (GCDSA), in doubleword binary form. It includes both storage in use and storage available for use. This size is calculated and managed by CICS automatically.
GMMLENGTH(data-area)
Returns a halfword binary field that shows the length in bytes of the good morning message text.
GMMTEXT(data-area)
Returns the good morning message text in the data-area you provide, which must be long enough to accommodate it. The maximum length of any good morning message is 246 bytes. The actual length is returned in the GMMLENGTH option value.
GMMTRANID(data-area)
Returns the 4-character name of the transaction that generates the good morning message.
GSDSASIZE(data-area)
Returns the current size in bytes of the above-the-bar shared dynamic storage area (GSDSA), in doubleword binary form. It includes both storage in use and storage available for use. This size is calculated and managed by CICS automatically.
GUDSASIZE(data-area)
Returns the current size in bytes of the above-the-bar user dynamic storage area (GUDSA), in doubleword binary form. It includes both storage in use and storage available for use. This size is calculated and managed by CICS automatically.
INITSTATUS(cvda)
Returns a fullword binary field that shows the initialization status of the CICS system. CVDA values are as follows:
FIRSTINIT
First stage of CICS initialization.
INITCOMPLETE
CICS initialization is complete.
SECONDINIT
Second stage of initialization.
THIRDINIT
Third stage of initialization.
JOBNAME(data-area)
Returns the 8-character MVS jobname under which CICS is running.
LOGDEFER(data-area)
Returns the halfword binary value that shows the log deferral interval, which is the period of time used by CICS Log Manager when determining how long to delay a forced journal write request before invoking the MVS system logger. See LGDFINT system initialization parameter for information about the LOGDEFER parameter and associated system initialization parameter LGDFINT.
MAXOPENTCBS(data-area)
Returns a fullword binary field giving the maximum number of L8 and L9 mode open TCBs that CICS attaches and maintains in its pool of L8 and L9 mode TCBs. CICS sets this limit automatically based on the maximum number of tasks (MXT or MAXTASKS) specified for the CICS region, using the following formula:
(2 * MXT Value) + 32

For information about the number of L8 and L9 mode open TCBs allocated, see the ACTOPENTCBS value. The difference between MAXOPENTCBS and ACTOPENTCBS represents the number of L8 and L9 mode open TCBs that are free.

MAXTASKS(data-area)
Returns a fullword binary field that shows the maximum number of tasks that can be eligible for dispatch at any one time in this CICS system. Both active and suspended tasks count toward this limit, but tasks that have not reached the point of initial dispatch do not. System tasks such as terminal and journal control tasks are not counted.
MEMLIMIT(data-area)
Returns a doubleword binary field that shows the maximum amount, in bytes, of storage above the bar for use by the CICS region. A value of -1 indicates that no limit has been imposed on the amount of storage that the region can attempt to use (also known as NOLIMIT). The MEMLIMIT value can be set as a PARMLIB member, by JCL, or through the IEFUSI global user exit.
Start of changeMESSAGECASE(cvda) End of change
Start of changeReturns a CVDA value that shows how the message domains display mixed case messages, as set by the MSGCASE system initialization parameter. CVDA values are as follows:
MIXED
All messages displayed by the CICS message domain or the CICSPlex® SM message domain remain in mixed case.
UPPER
The message domain displays all mixed case messages in uppercase only.
End of change
MQCONN(data-area)
Returns the 1- to 8-character name of the MQCONN resource definition that is currently installed for the CICS region, or blanks if no MQCONN definition is currently installed. Only one MQCONN definition can be installed at a time. The MQCONN resource definition specifies the attributes of the connection between CICS and WebSphere® MQ.
MROBATCH(data-area)
Returns a fullword binary field that shows the number of events that must occur, from a list of MRO and DASD I/O events on which CICS is waiting, before CICS is posted explicitly to process them.
Start of changeMVSSMFID(data-area) End of change
Start of changeReturns a 4-byte value indicating the MVS system identification. This field is copied from the SMCASID field of the SMCA MVS control block.End of change
Start of changeMVSSYSNAME(data-area) End of change
Start of changeReturns an 8-byte value indicating the MVS system name. This field is copied from the CVTSNAME field of the MVS CVT control block. End of change
OPREL(data-area)   (supported for compatibility only)
Returns a halfword binary field that shows the last 2 digits of the level number of the operating system under which the CICS region is running. For example, z/OS Release 9 is represented by 09.
Note: This field is supported for compatibility purposes only. The information is derived from the last two numbers held in the MVS CVTPRODN field. See the OSLEVEL field for the full version and release number of z/OS.
OPSYS(data-area)
Returns a 1-character value that identifies the operating system under which CICS is running. A value of X represents MVS.
OSLEVEL(data-area)
Returns a 6-byte field that shows the version, release, and modification level of the z/OS product on which CICS is running. For example, z/OS, Version 1 Release 13 Modification 0 returns the value 011300.
PROGAUTOCTLG(cvda)
Returns a CVDA value that indicates whether and when autoinstalled program definitions are cataloged. Cataloged definitions are restored on a warm or emergency restart. Those not cataloged are discarded at shutdown, and must be installed again if they are used in a subsequent execution of CICS.
Decisions to catalog are made both at initial installation and whenever an autoinstalled definition is modified, and are based on the PROGAUTOCTLG value at the time. CVDA values are as follows:
CTLGALL
Definitions are cataloged both when installed and when modified.
CTLGMODIFY
Definitions are cataloged only when modified.
CTLGNONE
Definitions are not cataloged.
PROGAUTOEXIT(data-area)
Returns the 8-character name of the user-provided program that is called by the CICS program autoinstall code to provide a model definition.
PROGAUTOINST(cvda)
Returns a CVDA value that indicates whether autoinstall for programs is active or inactive. When a task requests a program, map set, or partition set that is not defined, CICS attempts to create a definition for it automatically if autoinstall for programs is active. If not, CICS raises the PGMIDERR exceptional condition. CVDA values are as follows:
AUTOACTIVE
Autoinstall for programs is active.
AUTOINACTIVE
Autoinstall for programs is not active.
PRTYAGING(data-area)
Returns a fullword binary field giving the rate at which CICS increases the priority of a task waiting for dispatch. CICS increases the task priority by 1 after each PRTYAGING milliseconds of wait time without a dispatch.
RDSASIZE(data-area)
Returns the current size in bytes of the read-only dynamic storage area (RDSA), in fullword binary form. It includes both storage in use and storage available for use. This size is calculated and managed by CICS automatically, within the DSALIMIT value, that is, the overall limit for dynamic storage areas that reside below 16 MB (below the line).
REENTPROTECT(cvda)
Returns a CVDA value that indicates whether storage for reentrant programs (the RDSA and ERDSA) is in key 0 or CICS key. MVS key 0 storage is write protected from programs running in CICS key or user key; programs in CICS key storage are protected only from those running in user key when CICS key and user key are different (that is, when storage protection is active). CVDA values are as follows:
REENTPROT
Read-only DSAs are in key 0 storage.
NOREENTPROT
Read-only DSAs are in CICS-key storage.
RELEASE(data-area)   (supported for compatibility only)
Returns a 4-character string containing the level number of the CICS code. In this release, the value is 0690.

This option is supported only for compatibility with earlier releases. As an exclusive element of CICS Transaction Server for z/OS, CICS does not have a product version and release number of its own. You are recommended to use CICSTSLEVEL to determine the version and release number of CICS Transaction Server.

RLSSTATUS(cvda)
Returns a CVDA value that indicates whether VSAM RLS is active - that is, the CICS region is registered (with a currently-open control ACB) with an SMSVSAM address space:
NOTAPPLIC
This CICS region does not support VSAM RLS because of one of the following reasons:
  • CICS initialized with RLS=NO as a system initialization parameter
  • CICS has forced RLS=NO because the level of VSAM in the MVS in which CICS is running does not support VSAM RLS.
RLSACTIVE
CICS has registered with an SMSVSAM server and VSAM RLS is currently active.
RLSINACTIVE
CICS has registered with an SMSVSAM server, but VSAM RLS is currently inactive due to an SMSVSAM server failure. All RLS requests fail until CICS performs dynamic VSAM RLS restart, which occurs automatically when the SMSVSAM server has restarted.
RUNAWAY(data-area)
Returns a fullword binary field that shows the default value for runaway task time. This value is used for any task executing a transaction whose profile does not specify runaway task time (see the RUNAWAY option of the INQUIRE TRANSACTION command.
SCANDELAY(data-area)
Returns a fullword binary field giving the maximum number of milliseconds between a user task making a terminal I/O request and CICS dispatching the terminal control task to process it. This value is sometimes called the terminal scan delay, and is set by the ICVTSD option in the system initialization table.
SDSASIZE(data-area)
Returns the current size in bytes of the shared dynamic storage area (SDSA), in fullword binary form. It includes both storage in use and storage available for use. This size is calculated and managed by CICS automatically, within the DSALIMIT value, that is, the overall limit for dynamic storage areas that reside below 16 MB (below the line).
SDTRAN(data-area)
Returns the 4-character name of the transaction to run at the beginning of normal or immediate shutdown. This can be the name of a user-supplied transaction, or the CICS-supplied default transaction, CESD.
SECURITYMGR(cvda)
Returns a CVDA value that identifies whether an external security manager (such as RACF®) is active in the system:
EXTSECURITY
An external security manager is active.
NOSECURITY
No security is being used.
SHUTSTATUS(cvda)
Returns a CVDA value that indicates the shutdown status of CICS (see the CICSSTATUS option):
CANCELLED
CICS is canceled.
CONTROLSHUT
CICS is performing a controlled shutdown (that is, a normal shutdown with a warm keypoint).
NOTAPPLIC
CICS is not shutting down.
SHUTDOWN
CICS is performing an immediate shutdown.
SOSABOVEBAR(cvda)
Returns a CVDA value that indicates whether CICS is short on storage in the dynamic storage areas above the bar:
NOTSOS
CICS is not short on storage in any of the dynamic storage areas above the bar.
SOS
CICS is short on storage in at least one dynamic storage area above the bar.
SOSABOVELINE(cvda)
Returns a CVDA value that indicates whether CICS is short on storage in the dynamic storage areas above 16 MB but below 2 GB (above the line):
NOTSOS
CICS is not short on storage in any of the dynamic storage areas above 16 MB but below 2 GB.
SOS
CICS is short on storage in at least one dynamic storage area above 16 MB but below 2 GB.
SOSBELOWLINE(cvda)
Returns a CVDA value that indicates whether CICS is short on storage in the dynamic storage areas below 16 MB (below the line):
NOTSOS
CICS is not short on storage in any of the dynamic storage areas below 16 MB.
SOS
CICS is short on storage in at least one dynamic storage area below 16 MB.
SOSSTATUS(cvda)
Returns a CVDA value that indicates whether CICS is short on storage in any of the dynamic storage areas below 2 GB (below the bar):
NOTSOS
CICS is not short on storage in any of the dynamic storage areas below 2 GB.
SOS
CICS is short on storage in at least one dynamic storage area below 16 MB, and at least one dynamic storage area above 16 MB but below 2 GB.
SOSABOVE
CICS is short on storage in at least one dynamic storage area above 16 MB but below 2 GB, but is not short on storage in any of the dynamic storage areas below 16 MB.
SOSBELOW
CICS is short on storage in at least one dynamic storage area below 16 MB, but is not short on storage in any of the dynamic storage areas above 16 MB but below 2 GB.
STARTUP(cvda)
Returns a CVDA value that indicates how the current execution of CICS started:
COLDSTART
CICS performed an initial or a cold start.
Note: The STARTUP option does not distinguish between an initial and a cold start. See the COLDSTATUS option.
EMERGENCY
CICS performed an emergency restart because the previous run did not shut down normally.
WARMSTART
CICS performed a warm restart following the normal shutdown of the previous run.
STARTUPDATE(data-area)
Returns a 4-byte packed-decimal field containing the date on which the current execution of CICS started. The date is in the form 0cyyddd+, where c is the century code (0 for the 1900s, 1 for 2000–2099), yy is the low-order two digits of the year and ddd is the day of the year.
STOREPROTECT(cvda)
Returns a CVDA value that indicates whether storage protection is active. For storage protection to be active, it must be requested (the STGPROT option in the system initialization table), and the required hardware and software support for storage protection must be available. CVDA values are as follows:
ACTIVE
Storage protection is active.
INACTIVE
Storage protection is not active.
TIME(data-area)
Returns a fullword binary field giving the maximum interval in milliseconds for which CICS gives control to the operating system if no tasks are ready for dispatch. This value is set by the ICV option in the system initialization table and is sometimes called the region exit time interval.
TRANISOLATE(cvda)
Returns a CVDA value that indicates whether transaction isolation is active. For it to be active, both transaction isolation and storage protection must be requested (the TRANISO and STGPROT system initialization parameters), and the required hardware and software support for storage protection must be available. CVDA values are as follows:
ACTIVE
Transaction isolation is active.
INACTIVE
Transaction isolation is not active.
UDSASIZE(data-area)
Returns the current size in bytes of the user dynamic storage area (UDSA), in fullword binary form. It includes both storage in use and storage available for use. This size is calculated and managed by CICS automatically, within the DSALIMIT value, that is, the overall limit for dynamic storage areas that reside below 16 MB (below the line).
XRFSTATUS(cvda)
Returns a CVDA value that indicates whether the current execution of CICS started as an active or alternate region under the extended recovery facility (XRF):
NOTAPPLIC
CICS is running without XRF support. (XRF=NO in the system initialization table.)
PRIMARY
CICS started as the active region.
TAKEOVER
CICS started as the alternate region.

Conditions

NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.