Data Definition Language (DDL) Reference Manual — 426798-002
8 -1
8
Dictionary Manipulation Statements
The statements described in this section are used to manipulate objects in a DDL
dictionary. You use the DDL statements listed in
Table 8-1
to perform operations on an
open DDL dictionary.
DELETE Statement
DELETE purges DDL objects from the currently open dictionary. The DELETE
statement can be used to delete a single object of a particular object type or a list of
objects of the same type.
constant-name
is the name of a constant in the open DDL dictionary. You can specify up to 50
constants.
def-name
is a DDL name that uniquely identifies an existing definition in an open DDL
dictionary. You can specify up to 50 definitions.
Table 8-1. Dictionary Manipulation Statements
Statement
Function
DELETE
Deletes one or more DDL objects of a particular object type from
an open DDL dictionary.
EXIT
Terminates an interactive DDL session.
OUTPUT
Generates DDL, FUP, REPORT, or host-language source code
from an open DDL dictionary.
OUTPUT UPDATE
Generates DDL source code from an open DDL dictionary to
delete or modify DDL objects.
SHOW USE OF
Displays all DDL objects that refer to a specified DDL object.
{ CONSTANT constant-name ... }
{ DEF[INITION] def-name ... }
{ RECORD record-name ... }
DELETE { TOKEN-CODE token-name ... }
{ TOKEN-MAP map-name ... }
{ TOKEN-TYPE type-name ... }
Содержание 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 ...