Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-173
Default Value
ASCII
displays items as printable 7-bit ASCII characters. If a byte value is not 7-bit ASCII
(32-127), it is shown as ?nnn, in the current output radix.
XASCII
displays items as printable 8-bit extended ASCII characters. If a byte value is not
8-bit ASCII (32-255), it is shown as ?nnn, in the current output radix.
GRAPHICS
displays items as characters, including control characters.
Default Value
The default INSPLOCL file sets the character format as follows:
Related Commands
DISPLAY on page 6-33
SET RADIX on page 6-181
SHOW command with CHARACTER FORMAT option on page 6-194
SET DEREFERENCE DEPTH
The SET DEREFERENCE DEPTH command allows you to control automatic
dereferencing within TAL STRUCTs.
integer
specifies how many times Inspect should recursively dereference a pointer within a
TAL structure.
Default Value
The default INSPLOCL file sets the dereference depth as follows:
SET CHARACTER FORMAT = ASCII
SET DEREFERENCE DEPTH [=] integer
SET DEREFERENCE DEPTH = 0