RE: Eclipse Errors
Hi Eric, are you compiling with the dialect(rm) directive?If not, try adding this at the top of the source file starting in col 7:$set dialect(rm)
View ArticleRE: Eclipse Errors
Hello Eric, It appears you may aleady have dialect(rm) turned on, either through $set dialect(rm) or through the Eclipse. In either event, the ECHO entry in Working Storage will be flagged as a...
View ArticleRE: How To Download Visual Cobol
Chris the download was for Visual COBOL Personal edition. I do not have any of the Visual Studio Versions or Eclipse. I have tried the link several times with no success. Thanks for your response. I...
View ArticleRE: How To Download Visual Cobol
Hello Reed,I think the problem may be in the link. Can you please send me the link in private message (PM).Regards,
View ArticleRE: How To Download Visual Cobol
Unfortunately after I tried the link several more times, I deleted the email as unusable. Thanks for responses, miss days past in dealing with Acucorp...
View ArticleRE: Eclipse Errors
So no work around ... to make Eclipse happy, while I'm importing my RM/Cobol?
View ArticleHow To Download Visual Cobol
Greetings,I had recently requested a download of Visual Cobol. However when I clicked on the link I was taken to a 404-error page. When I reported this back to the origination email an automated...
View ArticleRE: How To Download Visual Cobol
I just went to www.microfocus.com/.../index.aspx and registered for the VC PE for Visual Studio product, was sent an e-mail with a link and the link worked fine and I successfully downloaded the...
View ArticleRE: Eclipse Errors
I am not seeing the error of which you speak when I use dialect"rm" or just the rm directive.I believe that you also had an open incident regarding the call "system" but it failed if you set...
View ArticleRE: Eclipse Errors
using $set rm also works with Visual COBOL for Eclipse with remote projects on DevHub, though you will want to terminate the string call using all SYSTEM with a null terminator such asCALL "SYSTEM"...
View ArticleRE: Eclipse Errors
Using $set RM vs $set DIALECT"RM", worked great!! Is $set RM the better choice when choosing RM Methods?
View ArticleEclipse Errors
Is there a way to tell Eclipse that Echo is a reserved word for Accept Statements, which it is for RM Cobol (Until I remove them all).Either Eclipse tells me that every ECHO is an error, or I add Echo...
View ArticleRE: 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.aspxAlso consult the compatibility guide in...
View ArticleRE: 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 Visual...
View ArticleRE: Runtime Error
I figure that, yes it was a screen shot. I will update and see if that fixes the issue.Thanks
View ArticleRuntime 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...
View ArticleRE: 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 ArticleRE: 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 ArticleRE: Eclipse Errors
If you can supply a small reproducible test case, that would be useful.
View ArticleRE: Run application in windows 8.
In the windows 8 computer there is nothing installed. Is a fresh windows install.
View Article