TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-201
SHOW Command
SHOW Command 
Use the SHOW command to display the values of attributes set with the SET 
command.
OUT list-file
specifies a device, or a sequential file accessible to the sequential I/O (SIO) facility, 
that is to receive a listing of command output. If you omit this option, TACL writes 
the listing to its current OUT file.
If you specify an OUT file that does not exist, TACL creates an EDIT file named 
list-file. If you specify an OUT file that already exists, TACL appends the 
information to the end of the file.
attribute
is any attribute controlled by the SET command. Currently, these attributes are 
controlled by SET:
DEFMODE
is the enable mode (ON or OFF) for DEFINEs. For more information, see the 
RUN[D|V] Command on page 8-156 and SET DEFINE Command on 
page 8-173.
INSPECT
is the name of the alternate symbolic debugging utility. See also the DEBUG 
Command on page 8-48, the SET INSPECT Command on page 8-193, the 
RUN[D|V] Command on page 8-156, and the Inspect Manual.
HIGHPIN
is used to establish the default PIN range for processes started by the current 
TACL when there is no HIGHPIN directive on a RUN command or 
#NEWPROCESS call.
SWAP
is the volume that holds virtual data during memory swaps of the user data 
stack.
Consideration
Entering SHOW without specifying any attributes causes all SET attributes to be 
displayed.
SHOW [ / OUT list-file / ] [ attribute [ , attribute ] ... ]










