I'm currently working in a project to run COBOL applications in windows 7 and windows 8. The application runs flawless in windows 7 but I cant make it work in windows 8. Any idea how to deal with this?
#COBOL
#COBOLVISUALCOBOLMIGRATION
I'm currently working in a project to run COBOL applications in windows 7 and windows 8. The application runs flawless in windows 7 but I cant make it work in windows 8. Any idea how to deal with this?
I'm currently working in a project to run COBOL applications in windows 7 and windows 8. The application runs flawless in windows 7 but I cant make it work in windows 8. Any idea how to deal with this?
Hi, all should be fine on Win8. Can I check how you installed the COBOL Server modules? Did you use the Micro Focus installer? Thanks
I'm currently working in a project to run COBOL applications in windows 7 and windows 8. The application runs flawless in windows 7 but I cant make it work in windows 8. Any idea how to deal with this?
In the windows 8 computer there is nothing installed. Is a fresh windows install.
I'm currently working in a project to run COBOL applications in windows 7 and windows 8. The application runs flawless in windows 7 but I cant make it work in windows 8. Any idea how to deal with this?
So you have not installed the COBOL Server product on the Windows 8 computer, is that correct?
That is really essential to getting this to run correctly as COBOL Server contains all of the required run-time files that appear to be missing.
Did you simply copy your program over to the Windows 8 computer or are you running from a network?
I'm currently working in a project to run COBOL applications in windows 7 and windows 8. The application runs flawless in windows 7 but I cant make it work in windows 8. Any idea how to deal with this?
At first it was a simple copy, then installed cobolserver21_update1_2010 (the only file i had)
Now I get this
I'm currently working in a project to run COBOL applications in windows 7 and windows 8. The application runs flawless in windows 7 but I cant make it work in windows 8. Any idea how to deal with this?
I think the problem now is in my code.
I'm currently working in a project to run COBOL applications in windows 7 and windows 8. The application runs flawless in windows 7 but I cant make it work in windows 8. Any idea how to deal with this?
Edited the code and added a CALL "C$SLEEP" USING "10" at the beginning. Now I get 
I'm currently working in a project to run COBOL applications in windows 7 and windows 8. The application runs flawless in windows 7 but I cant make it work in windows 8. Any idea how to deal with this?
The COBOL Server version 2.1 update 1 2010 is an older product release.
The version of COBOL Server that you use must match to the product version under which the application was compiled.
What Visual COBOL product version are you using to compile and with what version of Visual Studio are you running?
You can get the version information by opening Visual Studio selecting Help-->About Visual Studio and then clicking on Visual COBOL entry.
If you are using ACU calls then I believe you need to compile with the DIALECT"ACU" directive.
I'm currently working in a project to run COBOL applications in windows 7 and windows 8. The application runs flawless in windows 7 but I cant make it work in windows 8. Any idea how to deal with this?
Micro Focus Visual COBOL 2.2 Version 2.2.01220.
the dialect directive im using is OSVS
I'm currently working in a project to run COBOL applications in windows 7 and windows 8. The application runs flawless in windows 7 but I cant make it work in windows 8. Any idea how to deal with this?
So you are compiling with Visual COBOL 2.2 update 1.
That means that you need to download and install the COBOL Server 2.2 update 1 in order to correctly run your application.
This is available for download from the Supportline Product Updates site.
If you are compiling with dialect OSVS then you will not be able to make ACU calls as OSVS is for strict compatibility with the mainframe.
I'm currently working in a project to run COBOL applications in windows 7 and windows 8. The application runs flawless in windows 7 but I cant make it work in windows 8. Any idea how to deal with this?
Any links? I don't see a COBOL server update in the options.
I'm currently working in a project to run COBOL applications in windows 7 and windows 8. The application runs flawless in windows 7 but I cant make it work in windows 8. Any idea how to deal with this?
Found it ! the cs2010_221.exe file i had didnt run. Downloaded a new one and the program runs perfectly. THANK YOU !
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.