System Debug Reference Manual (32650-90888)
104 Chapter4
System Debug Command Specifications :-Exit
D (display)
process stack as appropriate to enable the process to continue correctly.
Examples
%cmdebug > c
Limitations, Restrictions
The CONTINUE command cannot be used from within macro bodies that are invoked as a
function.
This command resumes execution of your program or the CI if you entered the debugger
with a DEBUG command. If you wish to abort your program or session, use the ABORT
command.
D (display)
Privileged Mode: DA, DCS, DCA, DZ, DSEC
Displays the contents of the specified address.
Syntax
DA
offset
[
count
] [
base
] [
recw
] [
bytew
] ABS relative
DD
dst.off
[
count
] [
base
] [
recw
] [
bytew
] CM data segment
DDB
offset
[
count
] [
base
] [
recw
] [
bytew
] DB relative
DS
offset
[
count
] [
base
] [
recw
] [
bytew
] S relative
DQ
offset
[
count
] [
base
] [
recw
] [
bytew
] Q relative
DC
logaddr
[
count
] [
base
] [
recw
] [
bytew
] Program file
DCG
logaddr
[
count
] [
base
] [
recw
] [
bytew
] Group library
DCP
logaddr
[
count
] [
base
] [
recw
] [
bytew
] Account library
DCLG
logaddr
[
count
] [
base
] [
recw
] [
bytew
] Logon group lib
DCLP
logaddr
[
count
] [
base
] [
recw
] [
bytew
] Logon account lib
DCS
logaddr
[
count
] [
base
] [
recw
] [
bytew
] System library
DCU
fname logaddr
[
count
] [
base
] [
recw
] [
bytew
] User library
DCA
cmabsaddr
[
count
] [
base
] [
recw
] [
bytew
] Absolute CST
DCAX
cmabsaddr
[
count
] [
base
] [
recw
] [
bytew
] Absolute CSTX
DV
virtaddr
[
count
] [
base
] [
recw
] [
bytew
] Virtual
DZ
realaddr
[
count
] [
base
] [
recw
] [
bytew
] Real memory
DSEC
ldev.off
[
count
] [
base
] [
recw
] [
bytew
] Secondary store
Parameters
offset
DA, DDB, DQ, DS only.
The CM word offset that specifies the relative starting location of the area
to be displayed.
dst.off
DD only.