Table 2-1. Ddl Special Characters - HP DDL D40 Reference Manual

Data definition language
Table of Contents

Advertisement

DDL Language Elements
CHARACTER
COMPLEX
In addition to checking for reserved words, the DDL compiler checks DDL names to
see if they are reserved words in a host language for which DDL is generating source
code. If a DDL name is a host-language reserved word, DDL issues an error message
and does not generate source code for the object identified by the reserved word or
containing an element identified by the reserved word. In this way, DDL avoids
generating source code that does not compile.
The DDL compiler also checks data names in DDL RECORD statements for Enform
reserved words. If it finds an Enform reserved word, DDL issues only a warning
message, not an error message. This message warns users when they define a record
that cannot be used for an Enform query.
For a list of the reserved words that pertain to a host language, see the reference
manual for that language. For a list of Enform reserved words, see the Enform Plus
Reference Manual.
DDL Special Characters
The special characters shown in
DDL source file.

Table 2-1. DDL Special Characters

Name
Blank
Percent Sign
Quote
Apostrophe
Exclamation
Point
Asterisk
Question
Mark
Comma
Period
Semicolon
Data Definition Language (DDL) Reference Manual—426798-002
FILLER
FLOAT
Table 2-1
Character
Function
Separates keywords, data names, and other language
elements.
%
Denotes an octal number.
"
Used as a delimiter for various language elements.
'
Can be used in place of a quotation mark.
!
The DDL interactive prompt; separates listing comments from
statements and commands; after a file name in a DDL
command, ! clears the file.
*
Denotes dictionary comment when * is the first character of a
line; can be used as a wild-card character for dictionary
references.
?
Denotes a compiler command when ? is the first character of
a line.
,
Separates multiple commands on the same line; separates
multiple sections in a SOURCE command.
.
Ends statements and parts of compound statements; used in
qualification of field names.
;
Needed in previous DDL versions, but now interpreted as
blank.
OF
ON
provide punctuation and other services in a
2 -8
DDL Special Characters
TIME
TIMESTAMP

Advertisement

Table of Contents
loading

Table of Contents