DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 32
CTOKENMAP_ASDEFINE Command
!02 F1 PIC XX.
!END.
Definition EMP size is 2 bytes.
Definition EMP added to dictionary.
#pragma section emp
/* Definition EMP created on 08/02/2000 at 15:03 */
#pragma fieldalign shared2 __emp
typedef struct __emp
{
char f1[2];
} emp_def;
#define emp_def_Size 0
C output produced for EMP.
!TOKEN-MAP MAP1 VALUE 1 DEF EMP.
!VERSION "C00" FOR F1.
!END.
Token Map MAP1 defined.
Token Map MAP1 added to dictionary.
#pragma section map1
/* Token Map MAP1 created on 08/02/2000 at 15:03 */
#define MAP1 { 2303, 1, 2, 17152, 767 }
C output produced for MAP1.
!TOKEN-MAP MAP2 VALUE 20 DEF EMP.
!VERSION "C00" FOR F1.
!END.
Token Map MAP2 defined.
Token Map MAP2 added to dictionary.
#pragma section map2
/* Token Map MAP2 created on 08/02/2000 at 15:04 */
#define MAP2 { 2303, 20, 2, 17152, 767 }
C output produced for MAP2.
!DEF EMP1.
!02 F2 PIC X(500).
!END.
Definition EMP1 size is 500 bytes.
Definition EMP1 added to dictionary.
#pragma section emp1
/* Definition EMP1 created on 08/02/2000 at 15:05 */
#pragma fieldalign shared2 __emp1
typedef struct __emp1
{
char f2[500];
} emp1_def;
#define emp1_def_Size 0
C output produced for EMP1.
!TOKEN-MAP MAP3 VALUE 150 DEF EMP1.
!VERSION "C00" FOR F2.
!END.
Token Map MAP3 defined.
Token Map MAP3 added to dictionary.
#pragma section map3
/* Token Map MAP3 created on 08/02/2000 at 15:05 */
#define MAP3 { 2303, 150, 500, 17152, -1, -2561 }
C output produced for MAP3.
!?CDEFINEUPPER
!OUTPUT *.
Loading Definition EMP
#pragma section emp
/* Definition EMP created on 08/02/2000 at 15:03 */
#pragma fieldalign shared2 __emp
typedef struct __emp
{
char f1[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 ...