in acucobol
Primary Key prhead-key 9(10)
move 0 to prhead-key
start file not < prhead-key
works when accessing vision file translates 0 to 0000000000 (I believe)
and finds all records
Oracle Table
move 0 to prhead-key returns a status = 23 because it interprets key as 0sssssssss where s = a space
Also empty 'temporary' files return a '92' error when read
Is there a configuration variable to handle these little quirks?
Thank you



