Dictionary/3000 Reference Manual (32244-90001)

Chapter 7 251
The Dictionary DICTCDE Utility
Examples of Generated Code
005100 05 ITEM-SELL-PRICE PIC S9(8).
005200
005300 01 DS-LINE-ITEMS-D PIC X(13) VALUE "LINE-ITEMS-D ".
005400
005500
005600 01 DB-ORDERS PIC X(9) VALUE " ORDERS ".
005700 01 ORDERS-PWD PIC X(10) VALUE "; ".
005800
005900 01 DI-CUST-NUM PIC X(9) VALUE "CUST-NUM ".
006000 01 DI-X-DATE PIC X(5) VALUE "DATE ".
006100 01 DI-INVOICE-NUM PIC X(12) VALUE "INVOICE-NUM ".
006200 01 DI-ITEM-NUM PIC X(9) VALUE "ITEM-NUM ".
006300 01 DI-INVOICE-DATE PIC X(13) VALUE "INVOICE-DATE ".
IMAGE Data Set Deļ¬nitions
The code generated for an IMAGE data set includes the record layout of the data set, a
name which can be passed as the
dset
parameter to IMAGE, and the names for the search
items which can be passed as the item parameter to DBFIND. If the alias option is enabled
when the code is generated, then any element that has an alias within the data set will be
generated with its alias. Regardless of whether the alias option is enabled or not, the
respective VALUE clauses for the data set and search items will use the aliases if they
exist for those entities.