TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-61
ENV Command
PMSEARCH
displays the search list that your TACL uses to find program and macro files
when they are invoked implicitly. This list is set with the PMSEARCH
Command on page 8-118.
SYSTEM
displays the (possibly null) name of your current default system. You set and
clear this value with the SYSTEM Command on page 8-224.
USE
displays the directories that TACL searches for variables not found in your
home directory. You set this list with the USE Command on page 8-234.
VOLUME
displays the name of your current default volume, including the name of your
current default system if it is different from your saved default system. Your
current default file security is also defined. You set these values with the
VTREE Command on page 8-261.
Consideration
If you do not specify any parameter, ENV displays the settings of all your TACL
environment parameters.
Examples
•
To display your current default system, volume, subvolume, and file security, enter:
14> ENV VOLUME
Volume \MYSYS.$WORK.PROJECT, "NUNU"
•
To display all the environment parameters for your TACL process, enter ENV. This
output is returned:
15> ENV
Home :MYDIR
Inlecho OFF
Inlout ON
Inlprefix #
Inlto
Pmsearch #DEFAULTS, $SYSTEM.SYSTEM
System
Use :MYDIR.1, :, :UTILS.1, :UTILS.1:TACL.1
Volume \MYSYS.$WORK.PROJECT, "NUNU"