Display CICS Status (DSPCICSSTS)

Where allowed to run:
  • Batch job (*BATCH)
  • Interactive job (*INTERACT)
  • Batch program (*BPGM)
  • Interactive program (*IPGM)
  • Batch REXX procedure (*BREXX)
  • Interactive REXX procedure (*IREXX)
  • Using QCMDEXEC, QCAEXEC, or QCAPCMD API (*EXEC)
Threadsafe: No
Parameters
Examples
Error messages

This command displays or prints detailed information about CICS resources for a specific control region.

Top

Parameters

Keyword Description Choices Notes
CTLRGN Control region Character value Required, Positional 1
OPTION Option Character value Required, Positional 2
RSC Resource identifier Character value, *ALL Optional, Positional 3
OUTPUT Location of Output *PRINT, * Optional, Positional 4
Top

Control region(CTLRGN)

Name of Control Region

Top

Option(OPTION)

Type of CICS resource.

*TERM
Work with Terminals
*CNN
Work with Connections
*JRN
Work with Journals
*FILE
Work with Files
*PGM
Work with CICS Programs
*TRAN
Work with Transactions
*SIT
Display System Definitions
*CSA
Display Common System Area
*QUEUE
Work with Queues
*SHELL
Work with User Shells
*TERMRUN
Display Terminal Runtime Information
*TERMCFG
Work with Terminals
*TCA
Display Task Details
*EIB
Display EXEC CICS Interface
Top

Resource identifier(RSC)

Specify the resource name to work with.

Top

Location of Output(OUTPUT)

Specify the location of output

Top

Examples

None
Top

Error messages

Unknown
Top