Getting Started with TRANSACT (32247-90007)

164 Chapter9
Creating Custom Applications
Adding, Deleting, and Changing Elements
Figure 9-17. Changing Dictionary Definitions
> create element
ELEMENT area
LONG NAME
TYPE x
SIZE 6
STORAGE LENGTH(6) !
> delete file
FILE custupdate3
ELEMENT zipcode
ENTRY DELETED
ELEMENT
> add file
FILE custupdate3
ELEMENT area
ELEMENT ALIAS
FIELD NUMBER
DESCRIPTION
ELEMENT
> delete file
FILE custupdate2
ELEMENT zipcode
ENTRY DELETED
ELEMENT
> add file
FILE custupdate2
ELEMENT area
ELEMENT ALIAS
FIELD NUMBER
DESCRIPTION
ELEMENT
> delete file
FILE customer
ELEMENT zipcode
ENTRY DELETED
ELEMENT
> add file
FILE customer
ELEMENT area
ELEMENT ALIAS
DESCRIPTION
ELEMENT
> exit
END OF PROGRAM
: