Data Definition Language (DDL) Reference Manual — 426798-002
3 -1
3
Running the DDL Compiler
You can run the DDL compiler in either of two ways:
•
Entering an entire source schema to the compiler from a source file
•
Entering individual source lines interactively from the keyboard
To initiate either method, invoke the DDL compiler with a command interpreter RUN
command.
This section provides information about run options, running DDL in noninteractive and
interactive mode, and processing completion codes.
DDL Run Command
The DDL run command, an implied RUN command (though you can begin the
command with the keyword RUN if you wish), invokes the DDL compiler. In the DDL
run command, you can specify a source schema file to pass to the DDL compiler for
processing.
run-option
is any of the following:
CPU
IN
LIB
OUT
STATUS
DEBUG
INLINE
MEM
OUTV
SWAP
DEFMODE
INSPECT
NAME
PFS
TERM
EXTSWAP
INV
NOWAIT
PRI
WINDOW
HIGHPIN
JOBID
These run options are all described in detail in the TACL Reference Manual. The
run options of most importance to DDL are the following:
IN ddl-source-file
specifies a file that contains DDL source schema statements and commands;
ddl-source-file
is either a local file name or a network file name. For a
description of DDL file names, see
Section 2, DDL Language Elements
. If the
IN run option is omitted, DDL accepts source statements and commands from
its home terminal.
DDL [ / run-option [ , run-option ] .../ ]
[ compiler-command [ , compiler-command ] ...
Note. Some of these options are ignored on systems running recent D-series and
G-series releases.
Содержание 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 ...