TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-335
#SEGMENT Built-In Function
#SEGMENT Built-In Function
Use #SEGMENT to determine the name of the file TACL is using as its default
segment file to hold its variables.
USED
requests an estimate of the number of bytes currently used in your segment.
Result
Without the USED option, #SEGMENT returns the segment file name.
If you include the USED option, #SEGMENT returns an estimate of the number of
bytes currently used in your segment.
Consideration
To obtain information about a segment file, use the #SEGMENTINFO built-in function.
#SEGMENT [ / USED / ]