RE: SQL in Tutorial
I tested this with VC2.3 PE and it also worked for me. Since the OpenESQL Assistant can connect using this DSN it makes no sense that you cannot connect using the application.I would like you to turn...
View ArticleExpired Visual COBOL personal edition
I have Visual COBOL Personal edition, but it ran out this week. As the other posting about that, I re-registered and tried to install it, but I couldn't do it.As the error message, I uninstalled prior...
View ArticleRE: SQL in Tutorial
Is there a way to get this to you in a formatted form?SQLProject 3e58-3cd4 ENTER SQLAllocEnv HENV * 0x0073FCD8SQLProject 3e58-3cd4 EXIT SQLAllocEnv with return code 0...
View ArticleRE: SQL in Tutorial
This format is fine.I see in the trace file that it is finding a DSN name of "Library " where there is a space after "Library". I am not sure if this is causing the problem or not.Can you please create...
View ArticleRE: 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 ArticleRE: Compilation Error
Hi Chris,Earlier this was compiled using Server Express Cobol 5.1. Thank You,Ramesh
View ArticleRE: 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 ArticleRE: 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 commandcob64 -x -t...
View ArticleCompilation 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.* 801-S***********************************************...
View ArticleRE: 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 ArticleCOBOL 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 Articleconvert 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 be...
View ArticleRE: convert net express project
Which version of Visual COBOL are you using?This problem may be remedied in the latest VC release as we have done a lot of work in the area of the import wizard.The error message is quite specific in...
View ArticleRE: CONVERT NETEXPRESS PROJECT ERROR
What Visual COBOL version are you using and what does your NX project look like? The import wizard will attempt to create a Visual COBOL project for each build target in your NX project Build window. A...
View ArticleCONVERT 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 how...
View ArticleMethod not Found
Dear Chris,Could you Please say to me why dont Find FileDemo.CM04Ed14 Methos in this App that I make folowing the example of Micro Focus. I try to sent to you the App but is limited only to 64KB. Can...
View ArticleRE: Method not Found
Hi Pedro,Yes please zip up the app and email it to me at chris.glazier@microfocus.com and I will take a look.Thanks.
View Article