Running The Ddl Compiler; Ddl Run Command - HP DDL D40 Reference Manual

Data definition language
Table of Contents

Advertisement

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.
DDL [ / run-option [ , run-option ] .../ ]
[ compiler-command [ , compiler-command ] ...
run-option
is any of the following:
CPU
DEBUG
DEFMODE
EXTSWAP
HIGHPIN
Note. Some of these options are ignored on systems running recent D-series and
G-series releases.
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
IN run option is omitted, DDL accepts source statements and commands from
its home terminal.
Data Definition Language (DDL) Reference Manual—426798-002
IN
LIB
INLINE
MEM
INSPECT
NAME
INV
NOWAIT
JOBID
OUT
OUTV
PFS
PRI
Section 2, DDL Language
3 -1
STATUS
SWAP
TERM
WINDOW
Elements. If the

Advertisement

Table of Contents
loading

Table of Contents