Problem:
Return code 194 received with CBL_OPEN_FILE for file over 4GB in size.
Resolution:
CBL_OPEN_FILE does not use the EXTFH.CFG so the setting of FILEMAXSIZE=8 will not work.
If you add 64 to the access mode parameter then this will create the same results as the FILEMAXSIZE=8.
65 Read only
66 Write only (deny-mode must be 0)
67 Read/write
Old KB# 5211
#netexpress
#ServerExpress
#RMCOBOL
#COBOL
#AcuCobol
