Forum Post: Compilation Error
Hi, I am compiling .cbl in unix environment using Visual Cobol Development Hub, having below errors. 625 EXEC SQL VAR WS-KCT-ROWID IS ROWID END-EXEC. *...
View ArticleForum Post: RE: Compilation Error
The errors are indicating that you are using syntax which is not supported in OpenESQL. You are declaring a variable using Oracle PL/SQL which is not directly supported. Where did this code come from?...
View ArticleForum Post: RE: Compilation Error
Hi Chris, Earlier this was compiled using Server Express Cobol 5.1. Thank You, Ramesh
View ArticleForum Post: RE: Compilation Error
Did you use the same set of compiler directives in SX as you are in VC or did you previously use the Oracle Pro*COBOL precompiler with SX?
View ArticleForum Post: RE: Compilation Error
Hi Chris, I am using the same set of compiler directives. Nothing has changed. $set sql(dbman=odbc targetdb=ORACLEOCI) $SET IBMCOMP ================================== Compiler command cob64...
View ArticleForum Post: RE: SQL in Tutorial
Chris, This solution worked! I am now getting output from the program. Thanks for your help,I appreciate it. Another one solved - John
View ArticleForum Post: RE: SQL in Tutorial
Chris, Problem Solved! The above solution worked. I am now getting output from the program. Your help is appreciated! Thanks - John
View ArticleForum Post: COBOL PIC X data item -> .net char array
FYI, Win7, Visual Studio 2013 Pro, version 12.0.40629.00 Update 5, .NET Framework version 4.5.51209, Visual COBOL version 2.2. Here is a simple managed console app: program-id. Program1 as...
View ArticleForum Post: RE: COBOL PIC X data item -> .net char array
I tested this with the latest product 2.3.2 and the problem still occurs. Please open up a support incident with Customer Care for this and we will submit it to Development as a bug. Thanks.
View ArticleForum Post: CONVERT NETEXPRESS PROJECT ERROR
Hi, I am using import option under File menu to convert the netexpress 5.1 COBOL project to VISUAL COBOL but getting the error as " Project online does not contain any build targets". Any suggestion...
View ArticleForum Post: convert net express project
Getting the below error when trying to convert the netexpress 5.1 project to Visual COBOL through import option under file menu. Any idea how to fix this? Migration aborted as too many projects would...
View ArticleComment on Working with Textboxes in Visual COBOL
Extremely useful information. Thanks a lot.
View ArticleComment on String Handling in Managed COBOL
I was looking all over the web for the syntax: set n to size of myString. Thanks a lot.
View ArticleForum Post: RE: Does Visual COBOL PE expire?
Hi Klaus, The Visual COBOL PE version license expires after one year. After the year you can register again and download the latest release, if a new one is available and then you will get another...
View ArticleForum Post: RE: visual cobol 2.3 show all copybooks not working
When you select this option it should expand all COPY statements in your program to include the copybook source with your other source. On the COBOL toolbar in Visual Studio there is also a button for...
View ArticleForum Post: RE: openESQL Assistant
The OpenESQL Assistant requires that you create a named DSN which can either be a User or System DSN so that you can select the name from the list of available DSNs. It looks like you do not have the...
View ArticleForum Post: RE: COBCH0348 : Procedure name 96_SQLERROR undeclared
I would recommend that you report any problems like this directly by creating a support incident with Customer Care as we will most likely require that you send us the program with which you are...
View ArticleForum Post: RE: Visual COBOL Install
Have you already downloaded and installed the Visual Studio 2015 Community Edition on your system or do you have another version of Visual Studio 2015 installed? What is the error message that is...
View ArticleForum Post: Calling Managed COBOL from C#
Hello, I also need to call COBOL programs from C# on MicroFocus environment. I have checked the C# Winbook example and my solution based on it worked perfectly. But I have a lot of already existing...
View Article