TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-175
#FILEINFO Built-In Function
SECURITY
returns the security established for the file:
SUBVOL
returns the subvolume-name portion of the file name (missing fields in file-
name are supplied by the current defaults); the file need not exist. If the file is a
temporary file, SUBVOL returns the file-name portion (#nnnn).
SYSTEM
returns the node-name portion of the file name (missing fields in file-name are
supplied by the current defaults); the file need not exist. If neither the defaults
nor file-name includes a node name, SYSTEM returns nothing.
UNRECLAIMEDFREESPACE
returns -1 if the file exists and an SQL DDL operation has left unreclaimed free
space. Otherwise, it returns 0.
VOLUME
returns the volume-name portion of the file name, using the current defaults if
not specified in the file name. The define name is returned if a define name is
specified. The file need not exist.
file-name
is the name of the file. More than one file can be specified. When specifying a file
name, TACL requires a subvolume name if you supply a volume name. To obtain
the volume portion of the current defaults, use this command:
#FILEINFO /VOLUME/ [#DEFAULTS].X
The file X does not need to exist.
Result
#FILEINFO returns the information requested.
rwep for a Guardian file
**** for a Safeguard file
#### for an OSS file
*SQL for SQL/MX objects
blank for a nonexistent file