DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 57
EXPANDC Command
def c type a.
typedef a_def c_def;
typedef char c_def[10];
#pragma fieldalign shared2
__d
def d type b.
typedef b_def d_def;
typedef struct __d
short b1;
char b2[10];
struct
{
short b31;
char b32[10];
} b3[5];
} d_def;
def e.
2 e1 type c.
2 e2 type d
Occurs 15 times.
end.
#pragma fieldalign shared2 __e
typedef struct __e
{
c_def e1;
d_def e2[15];
} e_def;
#pragma fieldalign shared2
__e
typedef struct __e
{
char e1[10];
struct
{
short b1;
char b2[10];
struct
{
short b31;
char b32[10];
} b3[5];
} e2[15];
} e_def;
def f.
2 f1 pic x(100).
2 f2 redefines f1.
3 f3 type b.
3 f4 pic x(10).
end.
#pragma fieldalign shared2 __f
typedef struct __f
{
union
{
char f1[100];
struct
{
b_def f3;
char f4[10];
} f2;
} u_f1;
} f_def;
#pragma fieldalign shared2
__f
typedef struct __f
{
union
{
char f1[100];
struct
{
struct
{
short b1;
char b2[10];
struct
{
short b31;
char b32[10];
} b3[5];
} f3;
char f4[10];
} f2;
} u_f1;
} f_def;
Содержание 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 ...