Data Definition Language (DDL) Reference Manual
Dictionary-Manipulation Statements
Data Definition Language (DDL) Reference Manual—529431-004
8-5
OUTPUT
OUTPUT
The OUTPUT statement reads objects from the open dictionary and writes them to any
open DDL schema file, FUP source code file, REPORT file, or host-language source
code file.
constant-name
is the name of a constant in the open dictionary. You can specify constant-name
up to 50 times.
def-name
is a name that uniquely identifies an existing definition in the open dictionary. You
can specify def-name up to 50 times.
record-name
is a name that uniquely identifies an existing record in the open dictionary. You can
specify record-name up to 50 times.
token-name
is a name that uniquely identifies an existing token code in the open dictionary.
You can specify token-name up to 50 times.
map-name
is a name that uniquely identifies an existing token map in the open dictionary. You
can specify map-name up to 50 times.
OUTPUT { CONSTANT { constant-name ... } }
{ { * } }
{ }
{ DEF[INITION] { def-name ... } }
{ { * } }
{ }
{ RECORD { record-name ... } }
{ { * } }
{ }
{ TOKEN-CODE { token-name ... } }
{ { * } }
{ }
{ TOKEN-MAP { map-name ... } }
{ { * } }
{ }
{ TOKEN-TYPE { type-name ... } }
{ { * } }
{ }
{ * } .