Max Records 65K (AREV Specific)
At 16 DEC 1997 05:39:51PM John van Schaijk wrote:
Hello,
When having a program written but forget the possibility that there may be more than 65K of records (rows) in one item the error "Physical foult writing etc.. etc.. apears " is there a way to solve this like Longint in pascall etc.. does???
Please reply asap
Thanks
John van Schaijk
Or Tvdb
At 17 DEC 1997 08:53AM John Duquette wrote:
John,
No no variable in AREV may exceed 64k. You can chain multiple variables together to try to make it appear as if you have more.
John Revelation
At 18 DEC 1997 04:52PM Jim Jefferson wrote:
John:
Am I assuming correctly that you are describing sequential access to a flat file at the DOS level?
If so, you need to use OSBREAD and OSBWRITE instead of OSREAD and OSWRITE to get past the 64K barrier.
If this is not what you are referring to, I apologize.
Jim Jefferson
JCL Associates, Inc.