Definition Attributes
Data Definition Language (DDL) Reference Manual — 426798-002
6- 16
MUST BE Clause
°
no_NO.ISO8859-1
Norwegian
°
pt_PT.ISO8859-1
Portuguese
°
sv_SE.ISO8859-1
Swedish
°
tr_TR.ISO8859-9
Turkish
°
zh_TW.eucTW
Taiwanese, EUC
LN Clause Example
The following is an example of the LN clause:
DEFINITION custnum PIC 9(4).
HEADING "Finnish" LN"fi_FI.ISO8859-1"
"Norwegian" LN"no_NO.ISO8859-1"
"Danish" LN"da_DK.ISO8859-1".
MUST BE Clause
The MUST BE clause specifies the set of valid values that can be entered into a field.
DDL ignores the MUST BE clause when generating host-language source code.
value
specifies a valid value to be entered in a field. If value-1 and value-2 are specified,
value-1
must be less than or equal to value-2. The form of value can be any of
the following:
"character-string"
constant-name
figurative-constant
national-literal
number
symbolic-literal
value-name
"character-string"
is a string of ASCII characters enclosed in quotation marks. To represent an
ASCII quotation mark character (") within the string, use two consecutive
quotation marks ("").
constant-name
is the name of a constant in the open DDL dictionary. The constant value must
be a valid MUST BE value but cannot be a figurative constant or symbolic
literal.
MUST BE {value }
{value-1 {THROUGH} value-2}
{ {THRU } }
Содержание 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 ...