Forum Post: RE: 9/220 Attempt to execute more than one SORT or MERGE...
Is there any explicit statement to close/kill sort deliberately, like end-if ? which will be easier fix without much change in the code.
View ArticleForum Post: RE: 9/220 Attempt to execute more than one SORT or MERGE...
Slightly quirky syntax, but I believe that if you do: move 16 to sort-return ...before exiting the input/output procedure, it will cause the sort to terminate immediately. The SORT-RETURN...
View ArticleForum Post: Issue with Installation VisualCobol for Eclipse
Hello! I try to install VisualCOBOL for Eclipse PE and every time get error related to missing Java. At first I try to install in Windows 10 (x64) and receive error, that I must install Oracle Java...
View ArticleWiki Page: ASP.NET run-time error when COBOL data items are present in...
Problem: When running an ASP.NET application the following error occurs: BC30009: Reference required to assembly 'MicroFocus.COBOL.Runtime, Version=4.0.0.0, Culture=neutral,...
View ArticleForum Post: RE: Issue with Installation VisualCobol for Eclipse
I solved problem with Linux, it was my fault with value of JAVA_HOME. And now it's work. But Windows it didn't work, it still gave me error 0x80070643
View ArticleForum Post: RE: Issue with Installation VisualCobol for Eclipse
The current version of the Visual COBOL Personal Edition product is at the 2.2 level. This has not been certified under Windows 10. The next release which is 2.3 has been certified under Windows 10...
View ArticleForum Post: RE: Issue with Installation VisualCobol for Eclipse
Hi! Thanks for your reply. I attached log. I try to check this log, but couldn't find any useful detail
View ArticleForum Post: Screen Sectio Examle
Is there an example of a COBOL program that uses the Screen Section available. Thanks,
View ArticleForum Post: COBOL instrumentation in Visual Studio
I am tasked with trying to find ways to improve performance of Visual COBOL application. The Visual Studio Instrumentation appears to match to symbols from COBOL code for some functions, but in many...
View ArticleForum Post: RE: Screen Sectio Examle
Hello, You might want to look at the example in C:\Users\Public\Documents\Micro Focus\Visual COBOL\Samples\Interface Mapping Toolkit\ServiceInterfaces\BookDemo There is no solution or project for this...
View ArticleForum Post: RE: Screen Sectio Examle
There is also the following ADSAMP example which is from Net Express which will also work under Visual COBOL. This also demonstrates how to set some of the keyboard configuration options through calls...
View ArticleForum Post: RE: Issue with Installation VisualCobol for Eclipse
The log shows error: "Automatic updates could not be paused due to error: 0x80040154" Googling this seems to indicate that you need to apply all of the available Windows Updates to your current OS in...
View ArticleForum Post: RE: Issue with Installation VisualCobol for Eclipse
Hi Chris! It's a final version of Windows 10, which was updated from Windows 8.1 Pro. And I set up all available updates before upgrade to Win 8.1.
View ArticleForum Post: RE: Issue with Installation VisualCobol for Eclipse
Have you run the latest Windows Updates after upgrading to Windows 10?
View ArticleForum Post: RE: Issue with Installation VisualCobol for Eclipse
Yes. As I know, in Win 10, it's not possible to stop it completely. I reboot two or three times since upgrade my PC, because "new updates has been installed to your PC"
View ArticleForum Post: Calling Managed C# WCF Service from unmanaged GNT
In Visual Cobol 2.2, I have a GNT where I'm trying to replace a call to a COM object with a call to WCF Web Service written in C#. I have the service installed on the server, but I'm not sure how to...
View ArticleForum Post: RE: Issue with Installation VisualCobol for Eclipse
I believe this issue is related to an incompatibility with the Java version installed. As Chris mentioned, the Visual COBOL Personal Edition product is currently at Visual COBOL for Eclipse 2.2....
View ArticleForum Post: RE: Calling Managed C# WCF Service from unmanaged GNT
The client generation from WSDL tool cannot handle all WDSL files. It is advisable to test the WSDL using a 3rd party tool like SOAPUI to ensure that it is valid prior to trying to generate a COBOL...
View ArticleForum Post: RE: Calling Managed C# WCF Service from unmanaged GNT
Ah, were that life so easy. We're converting a 4,000 program legacy system from NE 5.0 to VC, 95% of which are GNTs, so converting it to Managed code is not an option. I'd read over the other threads,...
View ArticleForum Post: RE: Calling Managed C# WCF Service from unmanaged GNT
Unmanaged COBOL calling a web service has to be done using the "generate client from WSDL" tool. If you're getting an error in that process, it is likely there is something in the WSDL or interface to...
View Article