Getting Started with TRANSACT (32247-90007)

168 Chapter9
Creating Custom Applications
Adding, Deleting, and Changing Elements
The new database is created using DBUTIL.
Figure 9-22. Creating the New Database with DBUTIL
The database is reloaded using DICTDBL.
Figure 9-23. Reloading the Database with DICTDBL
Finally, we recompile the Transact program and implement the new application.
run dbutil.pub.sys
HP32215B.04.61 IMAGE/3000: DBUTIL (C) COPYRIGHT HEWLETT-PACKARD COMPANY 1978
>>cre orders
Data base ORDERS has been CREATED.
>>exit
END OF PROGRAM
:
run dictdbl.pub.sys
DICTIONARY/3000 DB LOADER HP32244A.02.01 - (C) Hewlett-Packard Co. 1984
STORE FILE> mpestore
LIST FILE>
BASE: ORDERS.CUSTOMIZ.MILLER
RUN MODE(LOAD/EDIT/SHOW/EXIT)>
NEW BASE NAME>
BASE PASSWORD>
MODE>
FAST I/O(Y/N)?>
CUSTOMER M 2/100
ZIPCODE ITEM NOT FOUND, NEW ITEM NAME> <cr> = not reloaded
2 ENTRIES LOADED IN <1 CPU-SEC
PARTS M 2/100
2 ENTRIES LOADED IN <1 CPU-SEC
INVENTORY D 3/120
3 ENTRIES LOADED IN <1 CPU-SEC
ORDERHEAD D 2/100
2 ENTRIES LOADED IN <1 CPU-SEC
ORDERLINE D 3/100
3 ENTRIES LOADED IN <1 CPU-SEC
LOAD COMPLETED
END OF PROGRAM
: