Dump CICS (DMPCICS)

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 dumps specified CICS control blocks.

Top

Parameters

Keyword Description Choices Notes
CTLRGN Control region Character value, *CUR Optional, Positional 1
OPTION Option Character value, *ALL Optional, Positional 2
RSC Resource identifier Character value, *ALL Optional, Positional 3
Top

Control region(CTLRGN)

Name of Control Region

Top

Option(OPTION)

Type of CICS resource.

*ALL
Dump all data
*TCT
Dump Terminal Control Table
*SIT
Dump System Definitions
*CSA
Display Common System Area
*PCT
Dump Processing Control Table
*PPT
Dump Processing Program Table
*FCT
Dump File Control Table
*JCT
Dump Journal Control Table
*TCS
Dump Terminal Control System
*DCA
Dump User Shells
*DCT
Dump Destination Control Table
*PCSLCK
Dump Locks
Top

Resource identifier(RSC)

Specify the resource name to work with.

Top

Examples

None
Top

Error messages

Unknown
Top