Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Error Running Cobol programs
Name: ravimodi Date: October 24, 2005 at 07:25:34 Pacific OS: WIN-98 CPU/Ram: Pentium-iv with 256 RAM
Comment:
Hi, I am having very old cobol program written in Micro Focus Cobol. Due to some hardware problem in hard disk I had to transfer the complete program with Data from old hard Disk to New Hard Disk. When I run the program in new hard disk I get the following error message : "Data integrity mismatch.Kindly reorganize files" and the program does not run.
The original programmer who has written the program is not traceble and I have no knowled e of Cobol. Can anyone guide me how to solve the above error.
Name: egkenny Date: October 24, 2005 at 19:39:04 Pacific
Reply:
I have Micro Focus Personal Cobol on my PC. I am not sure what differences there between this and regular Micro Focus Cobol.
I just instaleld Micro Focus Personal Cobol on my computer a few weeks ago. I had problems with the binary data from a program I wrote ten years ago. I ended up redoing the program to read regular text data until I figure this out.
Does the program itself run? Is it trying to read some data and having problems with it?
Do you have Micro Focus Cobol installed on the new computer? Can you bring up the IDE for it? You may have to step through the program to find out where it is having the problem.
Summary: I have a fresh install of Mandrake 8.1 and when I compile my C programs as follows: >gcc -Wall -g -o prog prog.c No errors, no warnings. I then try and run the program: >prog < data Nothing happens - ...
Summary: I copy the program to use the outlook function in VC6 software. When I run the program, it can not get the pointer of the outlook. the error is :"CreateDispatch failed()w/error 0x800401f3". I don't kn...
Summary: Program 1: Write a program that inputs from a file a personal record with name and birth date. Then output to a file (a .txt file) their name, how old they are, if they can vote, and if they can drin...