For general reference, including environment variable settings, see 
documents under the docs directory.

Modify the makefile as needed for your environment.

"Make" your executables using the makefile.

To test the ddc driver (ddc_driver) and ddc server (ddcs), following are 
two scenarios to 1) test the driver against the server, and 2) the 
driver against Baan.

(1) To test the driver against the server:
*  set environment variables in one login window (i.e. use ddc.env.ksh)
*  start ddcs in this window
*  set environment variables in second window
*  start the driver, with script start.driver
*  two way communication will procede until the specified # of transactions
   has elapsed.

(2) To test the driver against Baan:
* set the environment variables in a login window (i.e. use ddc.env.ksh)
* start the Baan product.
* In session Maintain DDC Drivers (tuddc0140m000) session:
  * add an entry for ddc_driver
  * add entries for input, output, download queues (these are file names, 
    and must exist in $BSE/lib; use touch ddc.in...)
  * enter path for where ddc_driver is located
* Start the server using Start DDC Server (tuddc1201m000) session.
