Data Definition Language (DDL) Reference Manual — 426798-002
9 -1
9
DDL Compiler Commands
Compiler commands provide information to the DDL compiler and select compilation
features. You can use compiler commands to:
•
Control the production of the data dictionary from a schema
•
Control what source to compile and how many compilation errors to allow
•
Control output of source code to DDL, REPORT, FUP, and host language
source files
•
Control the appearance and destination of the source listing and the schema report
•
Get descriptions of the DDL compiler commands
•
Get interactive access to the editor
You can place compiler commands anywhere within a DDL source file. You can also
pass them to the DDL compiler as part of the DDL run command, or you can enter
them at your terminal when you run DDL interactively.
Some DDL commands perform an action immediately, others set a condition flag that
controls subsequent action, and still others do both.
Table 9-1
lists all the compiler
commands, grouping them according to the general functions they perform. It provides
a brief summary of each command and indicates whether the command acts
immediately (A) or sets a condition (S).
Note that many commands have a second form that begins with NO. You can set and
reset these commands as necessary.
The rest of this section presents detailed descriptions of the compiler commands in
alphabetic order. A description generally consists of the command syntax followed by a
list of guidelines and one or more examples.
For rules governing how you enter DDL compiler commands, see
Section 2, DDL
Language Elements
.
Table 9-1. DDL Compiler Commands (page 1 of 6)
General
Function
Command
Function
Dictionary
control
DICT
NODICT
Opens (or closes) a dictionary (A);
enters subsequent object definitions into
the open dictionary (S).
DICTN
Creates and opens a nonaudited
dictionary or opens an existing
dictionary (A); enters subsequent object
definitions into the open dictionary (S).
DICTR
Opens a dictionary for read access (A).
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...