Definitions and Records
Data Definition Language (DDL) Reference Manual — 426798-002
5 -7
Syntax Elements
JUSTIFIED clause
tells the DDL compiler to output the JUSTIFIED RIGHT clause in COBOL source
files.
LN clause
specifies the language, territory, and character set for a text item.
MUST BE clause
specifies the set of valid values that can be entered into a field. Requesters
generated by the Pathmaker product enforce the MUST BE constraints; user-
written programs must be coded to enforce them.
NULL clause
assigns a null value to a field or group used as an alternate key in an Enscribe
structured file.
OCCURS clause
declares a subscripted array of like fields or like groups.
OCCURS DEPENDING ON clause
declares a variable-length array, only for COBOL or DDL source code.
REDEFINES clause
assigns two different data structures with different names to the same storage
space.
SPI-NULL clause
assigns a null value to a field or group used in an SPI extensible structured token.
[NOT] SQLNULLABLE clause
specifies whether a group or field is to be treated as an SQL nullable item. If
SQLNULLABLE is specified at the group level, all subordinate line items within the
group are SQL nullable unless they are individually specified otherwise. If NOT
SQLNULLABLE is specified at the group level, all subordinate items are not SQL
nullable unless explicitly specified as SQLNULLABLE; this condition is also true if
no specification of SQL nullability is made at the group level.
TACL clause
associates a TACL data type with a DDL data type defined in a field or group
DEFINITION statement or a RECORD statement.
Содержание 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 ...