We seem to have problems with reading and writing genfile - keep getting either 035 - DATA NOT ALPHA IN FILE or 038 - NOT ENOUGH DATA IN BUFFER - EXTERNAL FILE errors
Does anyone have a solution or the right GENFILE layout? We're using 4.0r541 on SCO.
Thanks
Dan Shannon

GENFILE file definition
Started by Dan Shannon, Apr 03 2000 11:46 PM
3 replies to this topic
#3
Posted 04 April 2000 - 01:36 PM
Further to Wim's message...
That's because GENFILE should be defined as EXTERNAL. External format files assume that the records are fixed length and PRO-IV errors if the record is not as long as it is supposed to be (it seems to throw away the last incomplete field). The @SEPEF is just a kludge to let routines like Import/Export find value variables in the records.
That's because GENFILE should be defined as EXTERNAL. External format files assume that the records are fixed length and PRO-IV errors if the record is not as long as it is supposed to be (it seems to throw away the last incomplete field). The @SEPEF is just a kludge to let routines like Import/Export find value variables in the records.
Reply to this topic

0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users