GET cob compiler and linker command line from Eclipse
I am new to use Visual COBOL Eclipse. I can use Visual COBOL Eclipse to compile and run all the samples in the tutorials. Even some complicated SQL projects from SAMPLE Browser.I know Eclipse is just...
View ArticleRE: Micro Focus COBOL Server license on different subnet.
You should be able to enter value of the License Server, by hostname, or fully qualified domain name, in addition to IP Adress in Advanced Configuration. However, changing the ces.ini file, which the...
View ArticleRE: Micro Focus COBOL Server license on different subnet.
I talked to their network admin and the way they have the network configured CCFDC-3 has an IP address of 192.168.1.74 on the other subnet. So, when I ping CCFDC-3, depending on what subnet I am on,...
View ArticleRE: Micro Focus COBOL Server license on different subnet.
You should be able to specify both ip addresses, separated by a colon delimiter.
View ArticleRE: Micro Focus COBOL Server license on different subnet.
Thanks! I will give that a try and let you know if it works.
View ArticleMicro Focus COBOL Server license on different subnet.
I have a client where we are running Micro Focus COBOL Server Version 2.2 update 1. We are using it to run native, unmanaged INTs. They have 2 separate subnets set up, 192.168.100... and...
View ArticleVisual Cobol compile error
When i try to compile (with Visual Studio 2015) the sample program 02_01_Division_Example Divex.cbl i get the next error:error TRK0002: Failed to execute command: ""C:\Program Files...
View ArticleRE: Visual Cobol compile error
Hi Hemmie,It appears that the Visual COBOL PE product may not be licensed properly. When you first start Visual COBOL did you receive a Dialog box asking for an authorization code or to license the...
View ArticleRE: Visual COBOL Run-time Console in Linux
Hello jzhang18:How do you view the Eclipse IDE when running Eclipse on Red Hat? Are you viewing Eclipse directly on the Red Hat desktop, or through an X-server running on Windows? Or on the console of...
View ArticleRE: Visual COBOL Run-time Console in Linux
I login into my physical Red Hat machine with my account, from console, I switch to a new user account called "cobol" which I use to install Visual COBOL. I run xhost +, then under "cobol"...
View ArticleRE: Visual COBOL Run-time Console in Linux
Thank you, Dan I found the issue, Eclipse call xterm command to show the result.But by default, RED HAT Enterprise does not install xterm package. After I did this installation:sudo yum install...
View ArticleRE: Visual COBOL Run-time Console in Linux
I am running Eclipse on a Red Hat desktop that appears on Windows as a result of running a Red Hat VM under virtualization software (Oracle VirtualBox) on Windows. This desktop is equivalent to the...
View ArticleVisual COBOL Run-time Console in Linux
I am new to COBOL Eclipse tools, Hope someone help me to figure it outOn Windows OS, when I run COBOL tutorials, I can see the result in Prompt Windows directly from Eclipse.But on Redhat Enterprise...
View ArticleVisual COBOL Environment Variables Not Working on Linux
I use tutorial project - 03_01_Simple_structure.If I run it in Visual COBOL on Windows, Environment Variables are working, COBOL executable code can access them in the console windows.But I run the...
View ArticleRE: Can not connect to oracle 11g db
How are you trying to connect, thru a JDBC Connection String or a JDBC DataSource Object? What is the connection string you are using?Can you connect to Oracle on this computer thru Java or thru SQL...
View ArticleCan not connect to oracle 11g db
Hi all,I am using visual COBOL for Eclipse on Window and trying to connect to Oracle DB.I set DBMAN = JDBC but my received output:SQLCODE = -0000000009MFSQLMESSAGETEXT = Got minus one from a read...
View ArticleRE: Tooltip in a multiple lines
Hi AlbertoTry something like this:set DGWerte::ToolTip to "Name - Alberto Ferraz" & type System.Environment::NewLine & "Country - Portugal" & type...
View ArticleRE: Visual COBOL Environment Variables Not Working on Linux
Hello jzhang18,I have an idea why this may be happening. By default, when you first run or debug a program in Visual COBOL for Eclipse, a new "Run Configuration" or "Debug Configuration" is...
View ArticleRE: Visual COBOL Environment Variables Not Working on Linux
Corrected above answer to remove references to "Build Configuration" which do not apply here.
View ArticleRE: Visual COBOL Environment Variables Not Working on Linux
Thank you, Blair I tried your instruction, it still did not work for me. I found the reason for that issue:In COBOL code, no matter I use Upper or Low case for Environment Variable. The COBOL...
View Article