Hi,
I have a complete system that was written in RMCobol for DOS and runs ok on windows 95 under the "DOS cmd prompt". I have the source code too and I am able to comile and run the software without any problems.
I need to move this over to a W2K machine. I tried copying the complete system but now I am getting errors, as follows:
------------ Compiling ----------
C:\DOCUME~1>rmcobol fl1.cbl
RM/COBOL Compiler (ver 1.5D) for IBM Personal Computer DOS
(c) Copyright 1982 by Ryan-McFarland Corp. All rights reserved.
Divide overflow
------------ Running -------------
C:\DOCUME~1>runcobol fl1.cbl
RM/COBOL Runtime (ver 1.5D) for IBM Personal Computer DOS
(c) Copyright 1982 by Ryan-McFarland Corp. All rights reserved.
MAIN PROGRAM LOAD FAIL
Any ideas? I tried running cmd /Y thinking that this might make it compatible but it had the same result.
What can I do to run this system on Windows 2000?
Any help would be greatly appreciated.
I have a complete system that was written in RMCobol for DOS and runs ok on windows 95 under the "DOS cmd prompt". I have the source code too and I am able to comile and run the software without any problems.
I need to move this over to a W2K machine. I tried copying the complete system but now I am getting errors, as follows:
------------ Compiling ----------
C:\DOCUME~1>rmcobol fl1.cbl
RM/COBOL Compiler (ver 1.5D) for IBM Personal Computer DOS
(c) Copyright 1982 by Ryan-McFarland Corp. All rights reserved.
Divide overflow
------------ Running -------------
C:\DOCUME~1>runcobol fl1.cbl
RM/COBOL Runtime (ver 1.5D) for IBM Personal Computer DOS
(c) Copyright 1982 by Ryan-McFarland Corp. All rights reserved.
MAIN PROGRAM LOAD FAIL
Any ideas? I tried running cmd /Y thinking that this might make it compatible but it had the same result.
What can I do to run this system on Windows 2000?
Any help would be greatly appreciated.