TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-238
VARINFO Command
VARINFO Command
Use the VARINFO command to display attribute information about one or more of your
variables.
variable
is the name of an existing variable.
Considerations
If you omit variable, VARINFO displays information about all variables in your
home directory.
VARINFO displays information similar to this:
Variable L/D Type Frm Mode File Process
MYDIR 1/1 DIRECTORY 0 SHARED $V1.SV2.FILE3
Variable
indicates the name of the variable.
L/D L
indicates the specific level of a variable about which you want information; D
(depth) indicates the total number of levels. Type indicates the type of variable
(directory, text, and so on).
Frm
indicates the frame number in which the variable level being examined was
created.
Mode
indicates different types of status of a variable depending on whether it is
associated with #REQUESTER or #SERVER, or with a segment:
Mode is one of these options for #REQUESTER:
READ WRITE
Mode is one of these options for #SERVER:
IN IN_DYNAMIC OUT STATUS PROMPT
Mode is one of these options for a segment:
VARINFO [ variable [ [,] variable ] ... ]