CDUMPCD view
The following figure is displayed:
COMMAND ===> SCROLL ===> CSR
CURR WIN ===> 1 ALT WIN ===>
>W1 =CDUMPCD==========(ALL======*=======)ddmmmyyyy==hh:mm:ss====MVCICS===D===12
CMD Dump Target Dump Code Curr TDumps TDumps SDumps SDumps Max Dump
--- Code Type Dumps Taken Supp Taken Supp Dumps Scope
AAL8 BCVCB67 TRANSACTION 0 0 0 0 0 999 LOCAL
AIID BCVCB67 TRANSACTION 0 0 0 0 0 999 LOCAL
AKCS BCVCB67 TRANSACTION 0 0 0 0 0 999 LOCAL
AZCT BCVCB67 TRANSACTION 0 0 0 0 0 999 LOCAL
AAL8 BCVCJH66 TRANSACTION 0 0 0 0 0 999 LOCAL
AIID BCVCJH66 TRANSACTION 0 0 0 0 0 999 LOCAL
AKCS BCVCJH66 TRANSACTION 0 0 0 0 0 999 LOCAL
AZCT BCVCJH66 TRANSACTION 0 0 0 0 0 999 LOCAL
AAL8 BCVCJH67 TRANSACTION 0 0 0 0 0 999 LOCAL
Usage notes
- NOTRANDUMP causes the Tran Dumps Suppressed counter to be incremented. NOSYSDUMP causes the System Dumps Suppressed counter to be incremented. The value of Current Dumps increments regardless of suppression. When the Maximum Dumps count is reached, dumps are suppressed regardless of other options.
- If you issue the RES (reset) command, the Maximum Dumps count is set to 0.
Actions
The CDUMPCD view supports the following line command actions:
Line command | Description |
---|---|
ADD | Adds a new dump code to the CICS system See Adding dump codesfor information about adding and changing dump codes. |
SET | Changes the values of the dump code options The value in the Dump Code Type field cannot be changed with this command. Other editable fields can be changed. See Adding dump codes. |
RES | Resets the current dump count to 0 but does not reset the other counts |
DEL | Deletes the dump code from the CISC system |
Related views
The following views provide additional system and transaction dump information.
View | Description |
---|---|
CDUMPCDZ | To display summarized information about system and transaction dumps for the CICS regions, enter the SUM command from the CDUMPCD view. The data is summarized based on the column selected when using the SUM command. The corresponding Count field reflects the number of records that were accumulated for each summarized element. |
CDUMPCDD | To display detailed information about system and transaction dumps for a specific CICS region, hyperlink from the Dump Code Type field on the CDUMPCD view.
|
CDUMPCDQ | To display the Quick Menu for transaction dumps, hyperlink from the Dump Code field on the CDUMPCD view. |
CDUMPCDR | To display resource signature information for a specific Dump Code, hyperlink from the Resource Signature field of the CDUMPCDQ view. |
Adding dump codes
Use the following procedure to add a dump code.
- Type ADD in the CMD field next to a similar dump code that you want to use as a template to add a new dump code and press Enter.
This displays a dialog where you can make your changes. - Enter a valid and unique dump code name.
- Enter new values into the fields of the dialog with the dump code settings.
The following table lists the fields that you can modify. - Press PF3 (end) to add the dump code.
Editable CDUMPCD fields
Field | Comments |
---|---|
Dump Code | This field identifies the dump code. |
Dump Code Type | Valid values are SYSTEM or TRANSACTION. |
Max Dumps | A numeric field between 0 and 999. 999 indicates an unlimited number of dumps, unless dumps are suppressed by other parameters such as NOTRANDUMP or NOSYSDUMP. |
Dump Scope | Valid values are LOCAL or RELATED. |
Shut Down Option | Valid values are SHUTDOWN or NOSHUTDOWN. |
SDUMP Option | Valid values are SYSDUMP or NOSYSDUMP. |
Tran Dump Option | Valid values are TRANDUMP or NOTRANDUMP. This field is not available (N/A) if Dump Code Type=SYSTEM. |
DAE Option | Valid values are DAE or NODAE. This field is not available (N/A) if Dump Code Type=TRANSACTION. |