Programs to test SEARCH and SEARCH ALL statements.

test20a.cob: SEARCH statement.
test20b.cob: SEARCH ALL statement.
test20c.cob: SEARCH ALL statement using files to load table.
test20d.cob: SEARCH ALL statement (similar to test20c.cob).

mktab.sh: Shell script to create tables.
cmd: mktab.sh -[a|d] n1 n2 n3 
     where: {a=ascending d=descending n1=start n2=end n3=increment numbers} 

To compile test program run r.sh or type make. 

The shell script will run make and create a trace files *.trace.txt.

To run type(example):
test20a
test20b
test20c
test20d
  
To clean type make clean.
