SPI Tokens
Data Definition Language (DDL) Reference Manual — 426798-002
7- 26
TOKEN-MAP Statement
VERSION "C10" FOR z-3 THRU z-4.
END.
*** ERROR *** Inconsistent VERSION within byte - Z-2
In the next example, the field bits-2 cannot have a version number because DDL would
put bits-2 in the same byte as bits-3, for which NOVERSION is specified:
DEF bit-ddl-ex-b.
02 bits-8 Type BIT 8.
02 bits-3 Type BIT 3 SPI-NULL 255.
02 bits-2 Type BIT 2.
02 bits-10 Type BIT 10.
02 bits-1 Type BIT 1 SPI-NULL 255.
END.
TOKEN-MAP bit-map-ex-b VALUE 1 DEF bit-ddl-ex-b.
VERSION "C00" FOR bits-8.
NOVERSION FOR bits-3.
VERSION "C10" FOR bits-2.
VERSION "C20" FOR bits-10 THRU bits-1.
END.
*** ERROR *** Inconsistent VERSION within byte - BITS-2
Содержание 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 ...