Forum Post: RE: Eclipse Errors
For RM library routines you may need to follow the second example in the KB below: community.microfocus.com/.../20176.rmcobol-library-routines-call-convention.aspx Also consult the compatibility guide...
View ArticleForum Post: Runtime Error
Getting this error on installation after I have switch development laptops. Current VC version is 2.2.01220. Is there an update to the COBOL server that I need for the client or another issue. Thanks...
View ArticleForum Post: RE: Runtime Error
Hello Kevin, For some reason, I am not seeing the error you are referring to. Is it a screenshot? The version 2.2.01220 is actually 2.2 Update 1, which is the latest version for Visual COBOL for...
View ArticleForum Post: RE: Runtime Error
I figure that, yes it was a screen shot. I will update and see if that fixes the issue. Thanks
View ArticleForum Post: Run application in windows 8.
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?
View ArticleForum Post: RE: Run application in windows 8.
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
View ArticleForum Post: RE: Eclipse Errors
I have found an issue ... if you build the Using Portion of the Call "SYSTEM" in working-storage, you cannot specify the Z option. Which makes for some unpredictable results. Such as the system...
View ArticleForum Post: RE: Eclipse Errors
If you can supply a small reproducible test case, that would be useful.
View ArticleForum Post: RE: Run application in windows 8.
In the windows 8 computer there is nothing installed. Is a fresh windows install.
View ArticleForum Post: RE: Eclipse Errors
Is there a way to specify the Z option in the Call and still use a Working-Storage variable for the Call? Something like. CALL "SYSTEM" USING Z,VARIABLE-BUILT-SCRIPT. ?
View ArticleForum Post: RE: Run application in windows 8.
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...
View ArticleForum Post: RE: Eclipse Errors
No this will not work. As Phil had mentioned can you show us an example of what you are doing? It should be something like: 01 my-command pic x(20) value z"mycommand". call "SYSTEM" using...
View ArticleForum Post: RE: Run application in windows 8.
At first it was a simple copy, then installed cobolserver21_update1_2010 (the only file i had) Now I get this
View ArticleForum Post: RE: Run application in windows 8.
Edited the code and added a CALL "C$SLEEP" USING "10" at the beginning. Now I get
View ArticleForum Post: RE: Run application in windows 8.
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...
View ArticleForum Post: RE: Run application in windows 8.
Micro Focus Visual COBOL 2.2 Version 2.2.01220. the dialect directive im using is OSVS
View ArticleForum Post: RE: Run application in windows 8.
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...
View ArticleForum Post: RE: Run application in windows 8.
Any links? I don't see a COBOL server update in the options.
View ArticleForum Post: RE: Run application in windows 8.
Found it ! the cs2010_221.exe file i had didnt run. Downloaded a new one and the program runs perfectly. THANK YOU !
View Article