COBOL Manual for TNS/E Programs (H06.03+)

Using HP COBOL in the OSS Environment
HP COBOL Manual for TNS/E Programs520347-003
19-7
OSS Pathnames
file-name
is the name of a file. A file name can contain any characters except slash (/) and
the NULL character (zero). Its first character cannot be a hyphen (-). Its maximum
length is NAME_MAX characters, as defined by the limitsh header file. If file-
name contains special characters, the entire pathname must be enclosed in
quotation marks.
OSS Pathnames for Guardian Files
The OSS pathname of a Guardian file has this format:
device
specifies a Guardian device or either of the special names #DYNAMIC or #TERM.
file-id-1
node.volume.subvolume.file_id
node
specifies the name of a remote node. The operating system on the node must be
version D40.00 or later, and the node must have a compatible OSS name server.
file-id-2
/G/volume/subvolume/file_id
Example 19-1. OSS Pathnames for OSS Files
file2
vol1/file2
usr/vol1/file2
/usr/vol1/file2
/usr/vol1/part3/file2
"OSS /usr/vol1/file2"
/E/qa2/usr/vol1/file2
"OSS /E/qa2/usr/vol1/file2"
GUARDIAN
/E/
OSS
ns
ns
"
node
file-id-1
device
file-id-2
ns
"
ns
ns
VST734.vsd