I have a program tryng to read a flat file, undelimited written with MS-DOS QBASIC. The records are fixed length
as a long string of bytes which are 'logical' records and which QBASIC reads and writes nicely with the 'random' file option. This treats the file as a series of regular, fixed
length records.
I am trying to read the file and convert its content with a Fujitsu Cobol V3.0 program (no GUI, batch program)
and write a Fujitsu 'relative' file from it.
Fujitsu gives: JMP0310I-U Open Error File Basdata.dat,
'INV-DELMTR'.
Can it be said that Fujitsu cannot read files written by QBASIC ? I set up the FD for 'record' sequential...not 'line' sequential which calls for a CRLF
after each record. My records have no delimters.
Thanks, John Dutcher
as a long string of bytes which are 'logical' records and which QBASIC reads and writes nicely with the 'random' file option. This treats the file as a series of regular, fixed
length records.
I am trying to read the file and convert its content with a Fujitsu Cobol V3.0 program (no GUI, batch program)
and write a Fujitsu 'relative' file from it.
Fujitsu gives: JMP0310I-U Open Error File Basdata.dat,
'INV-DELMTR'.
Can it be said that Fujitsu cannot read files written by QBASIC ? I set up the FD for 'record' sequential...not 'line' sequential which calls for a CRLF
after each record. My records have no delimters.
Thanks, John Dutcher