Dictionary Manipulation Statements
Data Definition Language (DDL) Reference Manual — 426798-002
8 -4
EXIT Statement
EXIT Statement
The EXIT statement terminates a DDL session.
EXIT Statement Guidelines
The following points are guidelines for using the EXIT statement:
•
When you run DDL in interactive mode, an EXIT statement terminates DDL and
returns you to the command interpreter.
•
When you run DDL in noninteractive mode, an EXIT statement within the source
schema terminates DDL at that point and returns you to the command interpreter.
Use of the EXIT statement within a source schema is optional, because reaching
the end of the file performs the same function.
•
EXIT closes any files that were opened in the session.
•
Entering CTRL/Y at the terminal has the same effect as an end-of-file mark. If you
type CTRL/Y at the DDL prompt, DDL displays EOF! and ends the session.
EXIT Statement Examples
The following example shows the use of the EXIT statement in an interactive DDL
session.
EXIT [ . ]
10> VOLUME $data.sales
11> DDL
!?DICT
!?FUP fupsrc
!OUTPUT RECORD customer .
!EXIT
Go to subvolume where dictionary resides
Run DDL compiler
Open dictionary
Open file-creation source file
Write record to FUPSRC
Return to command interpreter
VST804.vsd
Содержание 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 ...