DUMP view
This tabular view displays the virtual storage for an IBM CICS region or the BBI-SS PAS that controls the target in the context. You must be in target mode to display this view.
PK is an alias for the DUMP view.
To display the contents of CICS virtual storage, issue one of the following commands:
DUMP or PK
The following figure is displayed:
COMMAND ===> SCROLL ===> PAGE
CURR WIN ===> 1 ALT WIN ===>
>W1 =DUMP============(BCVCD690=*===========)ddmmmyyyy==hh:mm:ss====MVCICS===D===1027
- Block/Table name System.. SJSD
offset Job/STC. BCVSSDVD
Type Hex ASID 00F0
Hex Address..... 0000000000000000 Stack-- Back Fwd Clear
CM Addr
-- 31-63 Key -Offset- 0....... 4....... 8....... C....... 0...4...8...C...
00000000 0f 0 000A0000 000130E1 00000000 00000000 ................
00000010 0f 10 00FDB5A0 00000000 7FFFF000 7FFFF000 ........'.0.'.0.
00000020 0f 20 7FFFF000 7FFFF000 7FFFF000 7FFFF000 '.0.'.0.'.0.'.0.
00000030 0f 30 00000000 00000000 7FFFF000 7FFFF000 ........'.0.'.0.
00000040 0f 40 00000000 00000000 00000000 00FDB5A0 ................
00000050 0f 50 00000000 00000000 000A0000 000140E1 .............. .
00000060 0f 60 000A0000 000150E1 000A0000 000160E1 ......&.......-.
00000070 0f 70 000A0000 000170E1 000A0000 000180E1 ................
00000080 0f 80 00000000 00001005 00020001 00040016 ................
00000090 0f 90 00000002 000E0000 00000000 00000000 ................
000000A0 0f A0 0200EF01 01413808 00000000 25C09400 ..............m.
000000B0 0f B0 00000000 0000030C 0001304B 00EF3CF0 ...............0
000000C0 0f C0 28000000 00000000 FBFFFFFB FCFFF840 ..............8
000000D0 0f D0 FFDE0000 00000000 00000000 00000000 ................
000000E0 0f E0 00000000 00000000 00000000 00000000 ................
000000F0 0f F0 00000000 00000000 00000000 00000000 ................
00000100 0f 100 00000000 00000000 00000000 00000000 ................
Usage notes
- You do not have to shut the system down or take a snap dump before displaying virtual storage with the DUMP view.
- The DUMP view allows you to display virtual storage from the following sources:
- CICS region
- BBI-SS PAS
The Block/Table name field contains the name of a block that you want to view. You can use this field to select and examine CICS control blocks such as FCT or PPT entries. When displaying CICS control blocks, prefix the name of the block with DFH. Some control blocks, such as the FCT entries, can accept additional input such as DFHFCT filename.
The Block/Table name field also supports finding the load or entry point for programs loaded by CICS using the command CPROG pgmname to identify a program. To find the entry point, use the command CPROGE pgmname.
See the online help for a list of named control blocks supported by the DUMP command.
- The value in the offset field provides an offset into the block specified in the Block/Table field.
- The Job/STC field provides the job or STC name of the address space whose storage the view displays. The value in this field defaults to the name of the BBI-SS PAS that controls the target in the context when you enter the DUMP command. If you hyperlink to this view, the field defaults to the target name of the context.
- The Hex ASID field provides the hexadecimal ID of the address space (ASID).
- The Hex Address field provides the 64-bit address of storage.
- You can navigate to other addresses by entering one of the following hyperlink action characters followed by an address, and pressing Enter:
- an exclamation mark (!) to hyperlink to a 64-bit address: !address
- a question mark (?) to hyperlink to a 31-bit address: ?address
- a percentage sign (%) to hyperlink to a 24-bit address: %address
- You can also use any of the following three fixed hyperlinks in the fixed section to navigate through the stack of storage displays:
- Back returns to the previous storage display in the stack.
- Fwd moves forward to the next storage display in the stack.
- Clear clears all storage displays in the stack (and the current entry remains).
Actions
The DUMP view supports the following line command actions:
Line command | Description | Where to enter |
---|---|---|
D | Change the display to show storage starting at this address | Enter the D line command in the prefix area. |
P | Change the display to show storage immediately before this address | Enter the P line command in the prefix area. |
! | Change the display to show storage starting at a 64-bit address | Enter this command in the CM column next to the address that you want to display. |
? | Change the display to show storage starting at a 31-bit address | Enter this command in the CM column next to the address that you want to display. |
% | Change the display to show storage starting at a 24-bit address | Enter this command in the CM column next to the address that you want to display. |
Z | Modify storage | Enter in the COMMAND line. |
Related topic