RE: Getting started
The question should have read "there is no COBOL on the list I got for project choices. Any ideas?
View ArticleVS Cobol PE
When downloading the VS Cobol PE; I receive a message that indicates I need to download Visual Studio 2012 Content Help Manager?
View ArticleRE: VS Cobol PE
We have different product installers for each specific version of Visual Studio.If you are downloading the installer for Visual Studio 2012 then you need to install it into Visual Studio 2012 as it...
View ArticleRE: Getting started
You will need to install the license that should have been sent to you in a separate e-mail in order for the COBOL projects to be made available.Licenses can be installed by starting Start...
View ArticleRE: Getting started
Did you start Eclipse.exe or Visual COBOL for Eclipse? I guess these are different executables.Did you get the license?
View ArticleGetting started
I am a first time user. I downloaded the trial version with eclipse. I followed it's getting started example til it told me to choose new>project>COBOL.There is on COBOL anything in the list. Any...
View ArticleVC for VS Error
Dear Sir,I am Getting the Error enclosed when I Build an Application in Visual Cobol fot Visual Studio.When I Debuggins with animation I see That all is fine but not Find de File "C:\FILE1C.DAT"that...
View ArticleRE: VC for VS Error
Hi Pedro,The method name should be capitalized as Text instead of text.move NEUTRALNAME to TextboxFname::Textmove SURNAME to TextBoxSname::TextIt also looks like there is a problem with the...
View ArticleRE: sql default schema
Hello,for preprocessed programs I could imagine compiler options like this :SQL(DBMAN=JDBC) SQL(NOAUTOCOMMIT) SQL(CHECK=true) SQL(DB=jdbc:db2://zzzzz.muc.xxxxx.de:50003/vvsk1) SQL(PASS=xxxx.xxx)...
View ArticleWrite XML File
Dear Sir,When I executed this Code in Visual Cobol for Visual Studio, Thge Output File is Empty : $set p(prexml) endp program-id grabaxml as"XMLDemo.grabaxml". EnvironmentDivision....
View ArticleVC for Eclipse 2.2 does not start
Hello,We just did a fresh installation of VC for Eclipse under Windows 7 64 bits and here is the error message :An internal error occurred during: "Initializing Java...
View ArticleRE: VC for Eclipse 2.2 does not start
This error message can occur if you do not have a valid license installed for this product or if you have only a 64-bit version of Java installed on your system.Visual COBOL for Eclipse requires that...
View ArticleRE: Working storage variables persisting after class finalized in native code
I created a demo and opened incident 2780525.
View ArticleRE: Working storage variables persisting after class finalized in native code
I'll also upload the demo.
View ArticleWorking storage variables persisting after class finalized in native code
A class had a method that used WORKING-STORAGE instead of LOCAL-STORAGE. I created in instance of the class and set a variable in WORKING-STORAGE to a value, then finalized the instance. I then...
View ArticleRE: Working storage variables persisting after class finalized in native code
Morning,The working-storage section is static and shared between all instances, so if you want the field to part of the object-storage and exist in each instance move the field into the "object-storage...
View ArticleRE: sql default schema
Hi Michael,I spoke to development regarding this and for managed JVM code the connection properties are not controlled by OpenESQL but need to be set within the connection definition itself.Using...
View Articleabstract method
I have a class that inherits from an abstract class. Inside of this class is an abstract method. In the inherited class I want the abstract method to be private. When I code override I get an error...
View ArticleRE: Visual Studio Error
What exactly are you doing when you get this error?Can you please show me what the program looks like?Thanks
View Article