Definition Attributes
Data Definition Language (DDL) Reference Manual — 426798-002
6- 86
88 Condition-Name Clause
Do not use:
•
If the THROUGH option is used, the definition of the first named field or group
must precede that of the second named field or group.
RENAMES Clause Example
In the following example, ORDER-DETAIL renames the definition ODETAIL:
DEF odetail.
02 primkey.
03 ordernum TYPE *.
03 partnum TYPE *.
02 quantity PIC 9(3).
66 order-detail RENAMES primkey THRU quantity.
END
88 Condition-Name Clause
A level 88 condition-name clause associates a condition name with a value, a list of
values, or a range of values, enabling you to refer to the value or values by the
condition name.
DDL ignores this clause when generating C, FORTRAN, Pascal, pTAL, TACL, or TAL
source code.
condition-name
is a DDL name that uniquely identifies a value, a list of values, or a range of
values.
value
is a literal value associated with
condition-name
;
value
can have one of the
following forms:
"character-string" [ LN clause ]
constant-name [ LN clause ]
figurative-constant
national-literal [ LN clause ]
number [ LN clause ]
88 condition-name { VALUE [ IS ] | VALUES [ ARE ] }
{ value [ LN clause ] | value { THROUGH | THRU } value }
[ , value | , value { THROUGH | THRU } value ] ...
street of address of employee
COBOL qualification
VST617.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 ...