Evaluate test data (Linux)
OShell is called with a configuration file ode.ini stored in the project's root directory (~/Sample/ode.ini). When the Sample project had been generated, the OSI sub directory contains an OShell script Sample.osh (~/Sample/osi/Sample.osh), which may be called from the OShell (second line):
~/odaba/Sample$ ./OShell.sh
ODABA>call 'osi/Sample.osh'
The load protocol is written to console as shown in the example below.
12-11-08 - Running /usr/local/lib/odaba/tools/OShell with:
ini-file: ode.ini
script file:
ODABA>call 'osi/Sample.osh'
Any company
Best company
My company
NO company
Your company
cars.count=9
cars.count=5
cars.count=15
cars.count=4
cars.count=13
employees.count=98
employees.count=110
employees.count=96
employees.count=77
employees.count=81
count returns: 462
relativeCount returns: 241
count returns: 1000
Persons probably retired (over 65 and not employed): 400
Total number of children: 1051
Average age distance between children and parents: 41.318873668188736
Minimum/maximum distance is: 11/69
Total income for "Any company" is: 436170.00
Total income for "Best company" is: 543902.00
Total income for "My company" is: 485852.00
Total income for "NO company" is: 369282.00
Total income for "Your company" is: 371598.00
Sample_dat/Company>
Data has been generated randomly, i.e. figures may differ.