Forum Post: RE: VisualCOBOL in a Nutshell videos
Hi, I think this isn't what I want, I want the one about the "exec ado" statement in both types connected and disconnected. Best Regards
View ArticleForum Post: RE: VisualCOBOL in a Nutshell videos
Thanks a lot Chris, you are the best. Merry Christmas
View ArticleForum Post: Unhandled Errors
As we migrate from a mainframe to Visual COBOL, we are concerned that programs currently aborting with unhandled exceptions will complete without any indication of an error. Here are a couple examples...
View ArticleForum Post: RE: Unhandled Errors
Hi, You can use the CHECKDIV"ENTCOBOL" directive so that you get an division by zero error returned. Adding an ON SIZE ERROR would also allow you to handle the error in your code. For the spaces in...
View ArticleWiki Page: Debugging remote projects where source and executables are on...
Problem How to configure Visual COBOL for Eclipse for debugging when the source is located on a different machine to the code which is being executed. Resolution First create a remote project for...
View ArticleWiki Page: What are pre-authorised licenses?
Please see the attached FAQ. Pre-Authorized License FAQs V1.1 (Customer).pdf
View ArticleWiki Page: SQLSTATE=42704 when running a query in OpenESQL Assistant against...
Problem SQLSTATE=42704 error seen when running a query in OpenESQL Assistant against DB2 ODBC DSN in Visual COBOL for Visual Studio Resolution When the DB2 ODBC connection is setup, you must not...
View ArticleWiki Page: When building a Cobol program using Net Express 5.1 - File I-O...
Problem: When building a Cobol program using Net Express 5.1 - File I-O error: filename .idy - seen in build Resolution: Some files needed for building the Net Express project are missing or not...
View ArticleWiki Page: Cannot connect to the Micro Focus License Server after changing...
Problem: Cannot connect to the Micro Focus License Server after changing ip-address. Massage received states "Cannot connect to the License Server" when starting NetExpress 5.1. Resolution: If the...
View ArticleWiki Page: When installing Enterprise Developer for Visual Studio 2010 a...
Problem: When installing Enterprise developer for Visual Studio 2010 a fatal error 0x80070643 is seen. The Enterprise Developer Installation log shows entries such as: C:\ProgramData\Package...
View ArticleForum Post: Windows form obliterates Dialog System window after closing form
I'm calling managed code from native. The managed code displays a "Please wait" dialog using the ShowDialog method and then does some processing. When the processing is complete, I do the Close...
View ArticleForum Post: Fail in call ENUM
The picture show all: How I can call that ENUM ? In comments have the C# code.... and, I just want to re-create the code in cobol...
View ArticleForum Post: RE: Fail in call ENUM
Hi Bencz, The following code should work:- $set sourceformat"variable" $set ilusing"SocialExplorer.IO.FastDBF" program-id. Program1 as "ConsoleApplication2.Program1". data...
View ArticleForum Post: RE: Windows form obliterates Dialog System window after closing form
Hi Phil, Please create a support incident for this and mention my name in the description. If you could attach a small demo program that reproduces the problem to the incident it would be greatly...
View ArticleForum Post: RE: Rebuild.exe
Rebuild.exe is part of the Visual COBOL development product and also part of the COBOL Server product. Like other Visual COBOL components it requires both the COBOL run-time files and a valid license...
View ArticleForum Post: Using 'Call' in Method
I am trying to execute a non-windows form cobol program from a windows form cobol program with a method. My syntax is 'Call "FPACTGN" using PMCALL" . I have the called program referenced within the...
View ArticleForum Post: RE: Using 'Call' in Method
So the subprogram is a procedural COBOL program that resides in a different project is that correct? Is the project containing the called program a managed code Class Library project or is it a native...
View ArticleForum Post: RE: Using 'Call' in Method
The programs are in different projects in a single solution. FPACTGN is the class library project. It's not that I am getting a not found or error, it just executes the call with nothing and goes to...
View Article