Data Definition Language (DDL) Reference Manual

DDL Language Elements
Data Definition Language (DDL) Reference Manual529431-004
2-4
Network File Names
Network File Names
Network file names identify files that are accessed across a network of HP NonStop
systems. Always identify a network file by a fully qualified file name that includes the
system, volume, and subvolume.
system-name
is one alphabetic character followed by up to 6 alphanumeric ASCII characters.
volume-name
is one alphabetic character followed by up to 6 alphanumeric ASCII characters.
subvolume-name
is one alphabetic character followed by up to 7 alphanumeric ASCII characters.
file-identifier
is one alphabetic character followed by up to 7 alphanumeric ASCII characters.
Locale Names
The DDL compiler recognizes locale names for internationalization support. Using the
clause LN
on page 6-13, you can specify the language, territory, and character set for
a text item. See Table 6-3, Supported Locale Names,
on page 6-14.
\system-name.$volume-name.subvolume-name.file-identifier
Note. The maximum number of characters in the volume name of a network file is less
than the maximum for the volume name of a local file: only 6 characters plus the dollar
sign rather than 7 characters plus the dollar sign for a local volume.
Table 2-1. DDL File Names
File Name Description
\DALLAS.$DATA.SALES.CUSTOMER Network file name
$DATA.SALES.CUSTOMER Fully qualified local file name
$DATA.CUSTOMER Local file name, assumes current default subvolume
SALES.CUSTOMER Local file name, assumes current default volume
CUSTOMER Local file name, assumes current default volume and
subvolume