Data Definition Language (DDL) Reference Manual

DDL Language Elements
Data Definition Language (DDL) Reference Manual529431-004
2-3
File Names
If a DDL name in a RECORD statement is an Enform Plus reserved word, the DDL
compiler warns you that you cannot use that record for an Enform Plus query. For
a list of Enform Plus reserved words, see the Enform Plus Reference Manual.
SPI variable names and other names defined by HP begin with the letter Z. To
avoid conflict with a current or future HP name, do not begin a name with the letter
Z unless you are referring to an existing SPI variable name, such as ZSPI-TKN-
RETCODE.
File Names
The DDL compiler recognizes these types of file names:
Local File Names on page 2-3
Network File Names on page 2-4
Local File Names
Local file names identify files on a single system (or node). If the local file name is not
in the current subvolume or volume, you must qualify the name with a specific
subvolume or volume.
volume-name
is one alphabetic character followed by up to 6 alphanumeric ASCII characters.
Default: current default volume name
subvolume-name
is one alphabetic character followed by up to 7 alphanumeric ASCII characters.
Default: current default subvolume name
file-name
is one alphabetic character followed by up to 7 alphanumeric ASCII characters.
[$volume-name.][subvolume-name.]file-name