Retrieve CICS system information.
INQUIRE SYSTEM >>-INQUIRE SYSTEM-----------------------------------------------> .----------------------------------------------. .-----------------------------. V | V | >----+------------------------------------------+-+----+-------------------------+-+->< +-ACTOPENTCBS(data-area)-------------------+ +-MAXOPENTCBS(data-area)--+ +-AKP(data-area)---------------------------+ +-MAXTASKS(data-area)-----+ +-CDSASIZE(data-area)----------------------+ +-MROBATCH(data-area)-----+ +-CICSSTATUS(cvda)-------------------------+ +-OPREL(data-area)--------+ +-CICSSYS(data-area)-----------------------+ +-OPSYS(data-area)--------+ +-CICSTSLEVEL(data-area)-------------------+ +-OSLEVEL(data-area)------+ +-CMDPROTECT(cvda)-------------------------+ +-PROGAUTOCTLG(cvda)------+ +-COLDSTATUS(cvda)-------------------------+ +-PROGAUTOEXIT(data-area)-+ +-DB2CONN(data-area)-----------------------+ +-PROGAUTOINST(cvda)------+ +-DEBUGTOOL(cvda)--------------------------+ +-PRTYAGING(data-area)----+ +-DFLTUSER(data-area)----------------------+ +-RDSASIZE(data-area)-----+ +-DSALIMIT(data-area)----------------------+ +-REENTPROTECT(cvda)------+ +-DSRTPROGRAM(data-area)-------------------+ +-RELEASE(data-area)------+ +-DTRPROGRAM(data-area)--------------------+ +-RLSSTATUS(cvda)---------+ +-DUMPING(cvda)----------------------------+ +-RUNAWAY(data-area)------+ +-ECDSASIZE(data-area)---------------------+ +-SCANDELAY(data-area)----+ +-EDSALIMIT(data-area)---------------------+ +-SDSASIZE(data-area)-----+ +-ERDSASIZE(data-area)---------------------+ +-SDTRAN(data-area)-------+ +-ESDSASIZE(data-area)---------------------+ +-SECURITYMGR(cvda)-------+ +-EUDSASIZE(data-area)---------------------+ +-SHUTSTATUS(cvda)--------+ +-FORCEQR(cvda)----------------------------+ +-SOSSTATUS(cvda)---------+ +-GMMTEXT(data-area)--GMMLENGTH(data-area)-+ +-STARTUP(cvda)-----------+ +-GMMTRANID(data-area)---------------------+ +-STARTUPDATE(data-area)--+ +-INITSTATUS(cvda)-------------------------+ +-STOREPROTECT(cvda)------+ +-JOBNAME(data-area)-----------------------+ +-TIME(data-area)---------+ '-LOGDEFER(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).
The INQUIRE SYSTEM command returns information about the CICS system under which the task issuing the command is executing.
Many of the options in this command correspond to system initialization parameters and take their initial values from the parameters. Some of these 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 still others return information determined solely by the current state of the system. Table 3 indicates where the option values come from and, in the case of those specified in the system initialization parameter, the name of the parameter. For these options, the CICS® System Definition Guide is a good source of additional information. For state options, the CICS Customization Guide is the primary source.
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 | DB2CONN system initialization parameter |
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 |
EUDSASIZE | System state |
FORCEQR | FORCEQR system initialization parameter |
GMMTEXT, GMMLENGTH | GMTEXT system initialization parameter |
GMMTRANID | GMTRAN system initialization parameter |
INITSTATUS | System state |
JOBNAME | JCL or cataloged procedure |
LOGDEFER | LGDFINT system initialization parameter |
MAXOPENTCBS | MAXOPENTCBS system initialization parameter |
MAXTASKS | MXT system initialization parameter |
MROBATCH | MROBTCH system initialization parameter |
OPREL | Operating system (MVS) |
OPSYS | Operating system (MVS) |
OSLEVEL | Operating system (OS/390) |
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 |
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 |
A value of minus one (not applicable) means
that keypoints are not being taken.
The CVDA values are:
The CVDA values are:
The CVDA values are:
For more information about using debugging profiles, see the CICS Application Programming Guide.
These values are set by the system initialization parameter DUMP=YES or NO.
See the CICS Customization Guide for more information about CICS initialization.
The difference between MAXOPENTCBS and ACTOPENTCBS represents the number of open TCBs that are free.
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:
This option is supported only for compatibility with earlier releases. As an exclusive element of CICS Transaction Server for OS/390, 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.