Schema DDL Grouping to form a record type
U929-J-Z125-9-76 69
Dokuschablonen 19x24 Version 7.3us für FrameMaker V7.x vom 14.02.2007 © cognitas GmbH 2001-2007 24. Oktober 2007 Stand 09:30.23 Pfad: G:\vogt\fsc\ud s\Manuale\en\udsent_e\uds ent.k04
Example
RECORD NAME IS CUSTOMER
.
.
.
01 C-NO PICTURE IS 9(10).
01 C-NAME PICTURE IS X(20).
01 ADDRESSES OCCURS 2 TIMES.
02 CUST-ADDRESS PICTURE IS X(20) OC CURS 2 TIMES.
02 TEL PICTURE IS X(12).
Figure 11: Grouping of items and a repeating group to form a record type
ADDRESSES
CUST-ADDRESS CUST-ADDRESS
TEL TEL
Repeating group
Vectors
Items C-NO C-NAME
CUSTOMER
Record type