Data Definition Language (DDL) Reference Manual

Syntax Summary
Data Definition Language (DDL) Reference Manual529431-004
F-2
RUN DDL Command
RUN DDL Command
CONSTANT Statement
num-value-clause
VALUE [ IS ] { { constant-number } [ LN-clause ]... }
{ { national-literal } }
{ { existing-constant } }
type
BINARY { [16] } [ UNSIGNED ]
{ 32 }
Default: BINARY 16
value-clause
VALUE [ IS ] { { constant-number } [ LN-clause ]... }
{ { "string " } }
{ { national-literal } }
{ { existing-constant } }
{ }
{ VERSION "Lnn " }
national-literal
{ N }{ "2-byte-character ..." }
{ n }{ ‘2-byte-character ...’ }
DEFINITION Statement
Field Definition on page F-3
Group Definition on page F-4
Reference Definition on page F-5
[RUN] DDL [ / run-option [ , run-option ] .../ ]
[ compiler-command [ , compiler-command ] ...
CONSTANT constant-name { num-value-clause [ TYPE type ] }
{ [ TYPE type ] num-value-clause }
{ value-clause }.