TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-288
#PMSEARCHLIST Built-In Variable
In this case, TACL searches for $NEW.JONES.TEST.
You can #SET #PMSEARCHLIST [#DEFAULTS] (with brackets around
#DEFAULTS), which uses whatever your current subvolume is at the time
you set the search list; for example:
39> VOLUME $guest.alice
40> #SET #PMSEARCHLIST [#DEFAULTS]
41> VOLUME $new.jones
42> test
In this case, TACL searches for $GUEST.ALICE.TEST
Use #POP #PMSEARCHLIST (or POP #PMSEARCHLIST) to restore the
program and macro search list from the last copy pushed.
Note. Only subvolume names are allowed in #PMSEARCHLIST.