Inspect Manual

High-Level Inspect Commands
Inspect Manual429164-006
6-130
Usage Consideration
Usage Consideration
The AS COMMANDS clause directs LIST to display a list as executable Inspect
commands; for example:
If you use the AS COMMANDS clause with the OUT clause, you can create a
command file. You can then incorporate this file in an OBEY file or the INSPLOCL or
INSPCSTM customization files; for example:
Note that if the file already exists, output will be appended to it rather than overriding
existing data.
Related Commands
ADD on page 6-6
DELETE on page 6-29
SELECT on page 6-164
ALIAS[ES] [ alias-name ] [ AS COMMAND[S] ]
BREAKPOINT[S] [ breakpoint-number | * ] [ options ]
HISTORY [ command-range ] [ AS COMMAND[S] ]
KEY[S] [ key-name ] [ AS COMMAND[S] ]
PROGRAM[S] [ program | * ] [ [ , ] DETAIL ]
SOURCE ASSIGN[S] [ AS COMMAND[S] ]
SOURCE OPEN[S]
options: one of
[ [ , ] DETAIL ] | [ AS COMMAND[S] ]
key-name: one of
F1 F2 F3 F4 F5 F6 F7 F8
F9 F10 F11 F12 F13 F14 F15 F16
SF1 SF2 SF3 SF4 SF5 SF6 SF7 SF8
SF9 SF10 SF11 SF12 SF13 SF14 SF15 SF16
program: one of
program-number
program-name
-PRG-LIST ALIASES AS COMMANDS
ADD ALIAS SHOWVARS = "DISPLAY height, width, depth"
ADD ALIAS WATCHVARS = "DISPLAY height, width, depth; RESUME"
-PRG-LIST /OUT alias/ ALIASES AS COMMANDS