Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-46
Displaying Program Code
item [ , item ]
specifies the list of items to display. Inspect determines the default display format 
of an item based on the type of value that the item represents.
display-code
specifies a code location to display. scope-path and code-referenceare 
described in Section 2, Inspect Concepts.
WHOLE
directs Inspect to display the value as a character string. Inspect ignores the 
WHOLE clause if you use the FOR or IN ICODE clause.
PLAIN
directs Inspect to suppress the identifying information it normally displays for an 
item, including:
The name of the item
The names of the elements of a group item
The quotation marks that delimit string values
FOR for-spec 
directs Inspect to display the value as a number of groups. The FOR clause uses 
WORD as the default unit when displaying program code. For more information, 
see Using the FOR Clause on page 6-64.
formatting-clause
specifies the format Inspect should use when displaying each item. Inspect 
provides three format clauses: FORMAT, IN, and PIC. For more information about 
these clauses, see Using the FORMAT Clause
 on page 6-67, Using the IN Clause 
on page 6-70, and Using the PIC Clause
 on page 6-73.
formatting-clause: one of
 IN base [ base ]...
 { FORMAT | FMT } format-list
 PIC mask-string [ , mask-string ]...










