TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-27
ATTACHSEG Command
•
For more information about segment files, see the CREATESEG Command on 
page 8-46. 
Examples
This command loads the segment file MYSEGFIL into memory and records the names 
of the loaded variables in the directory MYDIR. Other users can access the segment 
as well.
23> ATTACHSEG SHARED mysegfil :mydir
These commands attach two segment files to a directory. The second file is attached 
through a subdirectory:
23>ATTACHSEG PRIVATE myseg :mydir
24>ATTACHSEG SHARED yourseg :mydir:subdir
Note. The PRIVATE option allows access by only one process. You cannot access a segment 
file if you have opened it with PRIVATE access with another TACL process.










