contents.gifindex.gifprev1.gifnext1.gif

4.2 The Sample Orders Program

This program, written completely in ACUCOBOL-GT, emulates a business program designed to handle the orders of a company. Like an actual order-entry application, this program can be and was used to enter data into a Vision file system. The sample Vision files included with AcuODBC were created using this order program. You can add to or modify the data in the sample Vision files using this program, or you can try to access the data as it is.

This program manages five files, called:

odb90000.gif CUSTOMER

odb90000.gif ORDERS

odb90000.gif ARTICLES

odb90000.gif UNITS

odb90000.gif CURRENCY

The files are structured as follows:

odb00003.gif