SYSDUMP Resource Table

A CICS® Resource that describes a system dump code in an active CICS system being managed by CICSPlex® SM.

The Primary key field for this resource class is SYSDUMPCODE.

The following actions are supported:
ADD
Add a system dump code.
The parameter data for the ADD action is:
   PARM('CODE(code) [SCOPE(cvda1)] [MAX(nnn)]
         [SHUT(cvda2)] [SDUMP(cvda3)] [DAE(cvda4)].')
where:
  • code is required and must be the 1- to 8-character system dump code.
  • cvda1 is one of the following valid CVDA values for the dump scope option:
    • LOCAL
    • RELATED
  • nnn is the maximum number of dumps, from 0 - 999.
  • cvda2 is one of the following valid CVDA values for the shutdown option:
    • SHUTDOWN
    • NOSHUTDOWN
  • cvda3 is one of the following valid CVDA values for the system dump option:
    • SYSDUMP
    • NOSYSDUMP
  • cvda4 is one of the following valid CVDA values for the DAE option:
    • DAE
    • NODAE
DELETE
Remove a system dump code.
RESET
Reset system dump code values.

External resource name
CICSSystemDump
Length
56
Usage
API or WUI or CICS Management Client Interface or EVALDEF
API view
Yes
CMAS context
No
SCOPE applies
Yes
Only query CMASs in workload
No
Object type
CICS Resource
Copybook identifier
EYUt0004
Table 1. Valid CPSM operations
Operations Actions Parameters Required
GET   None N/A
SET   None N/A
PERFORM SET ADD CODE(value) Yes
    DAE(DAE, NODAE) No
    MAX(value) No
    SCOPE(LOCAL, RELATED) No
    SDUMP(SYSDUMP, NOSYSDUMP) No
    SHUT(SHUTDOWN, NOSHUTDOWN) No
  RESET None N/A
  DELETE None N/A
Table 2. SYSDUMP FEEDBACK error codes
Value Code Description
1 SYSDUMP_ADD_FAILED Add failed
Table 3. SYSDUMP resource table attributes
Name Datatype Source Len Sum Set Description Attr ID
EYU_CICSNAME CHAR CPSM 8 DIFF No CICS System Name  
EYU_CICSREL CHAR CPSM 4 DIFF No CICS Release
EYU_RESERVED CHAR CPSM 4 N/A No Reserved
CURRENT BINARY INQ 4 AVG No Number of dump calls since last reset 2
DAEOPTION CVDAS INQ 4 LIKE Yes Dump analysis and elimination (DAE) option 9
DAEOPTION Input/output valid values NODAE, DAE
MAXIMUM BINARY INQ 4 AVG Yes Maximum number of dumps with this code 3
SDMPSUPP BINARY STAT 4 AVG No Number of system dumps suppressed 7
SDMPTOTL BINARY STAT 4 AVG No Number of system dumps taken 6
SDUMPSCOPE CVDAS INQ 4 LIKE Yes System dump scope type 8
SDUMPSCOPE Input/output valid values LOCAL, RELATED
SHUTOPTION CVDAS INQ 4 LIKE Yes Shutdown option 4
SHUTOPTION Input/output valid values SHUTDOWN, NOSHUTDOWN
 SYSDUMPCODE-1  CHAR INQ 8 DIFF No System dump code 1
SYSDUMPING CVDAS INQ 4 LIKE Yes System dump option 5
SYSDUMPING Input/output valid values SYSDUMP, NOSYSDUMP