TRANDUMP Resource Table

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

The Primary key field for this resource class is TRANDUMPCODE.

Start of changeValid characters include uppercase characters (A-Z), lowercase characters (a-z), digits (0-9), and the special characters $ @ # / % & ? ! : | ; , ¢ + * ¬ - and _. In some cases, the characters < > . = and " are also valid depending on where you set them. Any lowercase characters you enter are converted to uppercase.End of change

The following actions are supported:
ADD
Add a transaction dump code.
The parameter data for the ADD action is:
   PARM('CODE(code) [SCOPE(cvda1)] [MAX(nnn)]
         [SHUT(cvda2)] [SDUMP(cvda3)] [TDUMP(cvda4)].')
where:
  • code is required and must be the 1- to Start of change4End of change-character transaction 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 transaction dump option:
    • TRANDUMP
    • NOTRANDUMP
DELETE
Remove a transaction dump code.
RESET
Reset transaction dump code values.

External resource name
CICSTransactionDump
Length
64
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
EYUt0005
Table 1. Valid CPSM operations
Operations Actions Parameters Required
GET   None N/A
SET   None N/A
PERFORM SET ADD CODE(value) Yes
    MAX(value) Yes
    SCOPE(LOCAL, RELATED) No
    SDUMP(SYSDUMP, NOSYSDUMP) No
    SHUT(SHUTDOWN, NOSHUTDOWN) No
    TDUMP(TRANDUMP, NOTRANDUMP) No
  RESET None N/A
  DELETE None N/A
Table 2. TRANDUMP FEEDBACK error codes
Value Code Description
1 TRANDUMP_ADD_FAILED Add failed
Table 3. TRANDUMP resource table attributes
Name Datatype Source Len Sum Set Description Attr ID
EYU_CICSNAME CHAR CPSM 8 DIF No CICS System Name  
EYU_CICSREL CHAR CPSM 4 DIF 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
MAXIMUM BINARY INQ 4 AVG Yes Maximum number of dump calls 3
SDMPSUPP BINARY STAT 4 AVG No Number of system dumps suppressed 10
SDMPTOTL BINARY STAT 4 AVG No Number of system dumps taken 9
SHUTOPTION CVDAS INQ 4 LIKE Yes Shutdown option 4
SHUTOPTION Input/output valid values SHUTDOWN, NOSHUTDOWN
SYSDUMPING CVDAS INQ 4 LIKE Yes System dump option 5
SYSDUMPING Input/output valid values SYSDUMP, NOSYSDUMP
TDMPSUPP BINARY STAT 4 AVG No Number of transaction dumps suppressed 8
TDMPTOTL BINARY STAT 4 AVG No Number of transaction dumps taken 7
TDUMPSCOPE CVDAS INQ 4 LIKE Yes Transaction dump scope type 11
TDUMPSCOPE Input/output valid values LOCAL, RELATED
 TRANDUMPCODE-1  CHAR INQ 4 DIFF Yes Transaction dump code 1
TRANDUMPING CVDAS INQ 4 LIKE Yes Transaction dump option 6
TRANDUMPING Input/output valid values TRANDUMP, NOTRANDUMP


TRANDUMPtab.html | Timestamp icon Last updated: Thursday, 27 June 2019