MichaelSynnott
Programmer
Firstly, I am a complete newbie to AcuCobol and the Vision(?) file system and am flying blind, so please bear with me if any questions or points seem stupid.
I have inherited a system that needs replacing. I have no source code nor had I any idea what the system was written in. I hacked the executables and found out the thing is written in AcuCobol-85. I had never heard of AcuCobol-85 until two weeks ago. The last time I touched COBOL was on a VAX-11 back in '83!
By trawling the Net I have discovered that the file system is called 'Vision' (I think!).
Ok, here's the question: There appears to be an ODBC driver for AcuCobol-GT's file system but does this file system differ greatly from AcuCobol-85's?
If so is there an ODBC driver for AcuCobol-85?
All I need to be able to do is extract the data from the data files cleanly and comprehensively.
A C library to do this would be just as good, if not better.
returns the following:
Over to you guys
TIA,
Michael.
I have inherited a system that needs replacing. I have no source code nor had I any idea what the system was written in. I hacked the executables and found out the thing is written in AcuCobol-85. I had never heard of AcuCobol-85 until two weeks ago. The last time I touched COBOL was on a VAX-11 back in '83!
By trawling the Net I have discovered that the file system is called 'Vision' (I think!).
Ok, here's the question: There appears to be an ODBC driver for AcuCobol-GT's file system but does this file system differ greatly from AcuCobol-85's?
If so is there an ODBC driver for AcuCobol-85?
All I need to be able to do is extract the data from the data files cleanly and comprehensively.
A C library to do this would be just as good, if not better.
Code:
vutil -version
Code:
ACUCOBOL-85 file utility version 2.3.1
Copyright (c) 1985 - 1994, ACUCOBOL, Inc.
Over to you guys
TIA,
Michael.