Getting Started with TRANSACT (32247-90007)

Chapter 9 153
Creating Custom Applications
Figure 9-2. Dictionary Definitions for Customer VPLUS Form
The following program illustrates how a transaction to update a customer might be
written without allowing for any localization. We will expand this program to illustrate
most of the localization concepts.
FILE customer
FILE TYPE: RESPONSIBILITY:
CUSTOMER MAST
ELEMENT(ALIAS): PROPERTIES: ELEMENT(PRIMARY):
CUST-NO * I+(4,0,2) CUST-NO
NAME X (20,0,20) NAME
STREET-ADDR X (20,0,20) STREET-ADDR
CITY-STATE X (20,0,20) CITY-STATE
ZIPCODE X (6,0,6) ZIPCODE