Displays the contents of virtual storage from the selected dump.
D
DUMP address
Where:
Specifies the virtual storage location to be dumped, address can include a symbol and can specify an indirect address. Enter address using the following syntax. The base variable is required; the prefix, suffix and offset variables are optional:
[prefix]base[suffix][+|-offset[suffix]…]
A symbol can be used as part or all of the address operand. The symbol is automatically replaced by its assigned value during address resolution. For more information, see Using Symbols in the chapter "Advanced Techniques." The built-in symbols are as follows:
The PSW at the time the dump was captured.
The address of the TCB at the time the dump was captured.
The general purpose registers at the time the dump was captured.
Valid values for prefix are:
Treats the address as a 31-bit indirect address.
Treats the address as a 24-bit indirect address.
Valid values for base are:
Current location reference. Valid only when the Command is entered from a DUMP, MAP, or DISASSEM display. The asterisk (*) is replaced by the starting address of the current display.
A one- to eight-digit hexadecimal address.
A one to 10 decimal digit followed by a decimal point.
A symbol previously defined by an EQUATE command or one of the predefined symbols.
Valid values for suffix are:
Treats the address as a 31-bit indirect address.
Treats the address as a 24-bit indirect address.
Valid values for offset are:
A one to eight digit hexadecimal address.
A one to ten decimal digit followed by a decimal point.
The length of a previously defined symbol.
The length of a previously loaded map.
The length of a previously loaded label within a loaded map.
Any number of kilobytes (KB). The value nnnnnnnn is multiplied by 1024 for kilobytes.
Any number of pages (P). The value nnnnnnnn is multiplied by 4096 for pages.
Any number of megabytes (MB). The value nnnnnnnn is multiplied by 1048576 for megabytes.
The offset of a label defined within a loaded map (that is, psa.psaaold).
The value of a symbol previously defined by an EQUATE command or the value of a predefined symbol.
An indirect address identifies the address of an address. Suffix characters used to specify indirect address references are processed as they are encountered from left to right. Prefix characters used to specify indirect address references are processed once after the remainder of the address parameter has been completely resolved.
Examples:
DUMP *-100
DUMP *
DUMP R1
DUMP R1?+0? DUMP R1??
DUMP CURRTCB DUMP PSA.PSATOLD%
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |