TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-174
#FILEINFO Built-In Function
ODDUNSTR
returns -1 if the file exists, is unstructured, and was created with the
ODDUNSTR parameter in effect; otherwise, it returns 0.
OPENNOW
returns -1 if the file exists and is currently open; otherwise, it returns 0.
OWNER
returns the owner’s user ID (0,0 if the file does not exist).
PHYSICALFILENAME
returns the physical file name that is associated with the physical file where the
data resides if the specified file is a logical file. If the file is a remote file, the
remote system name is also returned. If the file does not exist, nothing is
returned.
PHYSICALVOLUME
returns the physical volume name that is associated with the physical file
where the data resides if the specified file is a logical file. If the file is a remote
file, the remote system name is also returned. If no physical volume name has
been specified, the physical volume is chosen by the system and this name is
returned. If the file does not exist, nothing is returned.
PRIMARY
returns the primary extent size (0, if the file does not exist).
PROGID
returns -1 if the file exists and has PROGID authority; otherwise, it returns 0.
RECORDLENGTH
returns the logical record length for the file (0, if the file does not exist or is
unstructured).
REFRESH
returns -1 if the file exists and its refresh flag is set; otherwise, it returns 0.
SECONDARY
returns the secondary extent size (0, if the file does not exist).