Getting Started with TRANSACT (32247-90007)
Chapter 9 165
Creating Custom Applications
Adding, Deleting, and Changing Elements
Next the database is unloaded using DICTDBU.
Figure 9-18. Unloading the Database with DICTDBU
Then the current database is purged using DBUTIL.
:run dictdbu.pub.sys
DICTIONARY/3000 DB UNLOADER P32244A.02.01-(C)Hewlett-Packard Co. 1984
STORE FILE> mpestore
LIST FILE>
BASE> orders
BASE PASSWORD>
MODE> 1
UNLOAD AUTOMATIC MASTER SETS(N/Y)?>
UNLOAD DETAIL SETS BY CHAIN(Y/N)?>
UNLOAD EDIT(N/Y)?>
PROCESSING SETS
CUSTOMER M:2/100
2 ENTRIES UNLOADED IN <1 CPU-SEC
PARTS M:2/100
2 ENTRIES UNLOADED IN <1 CPU-SEC
ORDER A:2/100
AUTO NOT UNLOADED
INVENTORY D:3/108
3 ENTRIES UNLOADED IN <1 CPU-SEC
ORDERHEAD D:2/112
2 ENTRIES UNLOADED IN <1 CPU-SEC
ORDERLINE D:3/100
3 ENTRIES UNLOADED IN <1 CPU-SEC
UNLOAD COMPLETED
END OF PROGRAM
: