RE: EndpointNotFoundException was unhandled
Hi,There appears to be a bug in the example in that the WCF service is set to use a dynamically assigned port number and the client is using a specific port number of 61488 which is specifed in the...
View ArticleEndpointNotFoundException was unhandled
Hello,I downloaded and installed Visual COBOL for Visual Studio Personal Edition v2.2 0. I have Visual Studio 2012 Pro Version 1.0.61030.00 Update 4.I wanted to test the WCF program installed here:...
View ArticleSupport server problem?
Hello,I am trying to download the COBOL compiler but never received an email with a link. Also the Support Line seems to be down. Thank you for your assistance.
View ArticleInvalid data found - no provider associated with entry
Hello,I have VS6, VS 2008, VS 2010, VS 2012 and VS 2013 on Windows 7 Ultimate computer.After installing Visual COBOL PE for VS 2012 and when I open VS 2012 Pro, I get this error:This only happens in VS...
View ArticleRE: Support server problem?
There is a network upgrade being done at Micro Focus this weekend and some of the services will be offline for periods. Please try again later, although your best bet may be to wait until Monday if...
View ArticleError installing Visual Cobol
Everytime I try to install the Visual COBOL, I encounter the following error 0x80070643 (This application requires 32-bit Oracle Java 1.6 or later. Plase install Oracle Java and then run this installer...
View Articleshow pdf in winform
https://www.youtube.com/watch?v=gOIEHv3Jz_8[View:https://www.youtube.com/watch?v=gOIEHv3Jz_8:550:0]
View ArticleRE: sql default schema
The Schema specified in the Datasource URL is case sensitiv doingpublic void setUp() throws Exception {Class.forName("com.ibm.db2.jcc.DB2Driver");connection =...
View Articlesql default schema
Hello,when using embedded SQL in JVM-Cobol I do have the problem that most of the existing Cobolsources (> 8000) do not have the "FullQualified" Tablename in the FROM Clause of their...
View ArticleSequential file I/O - 'strange' Output result
I was a COBOL-programmer between 1989 and 1995Started with MF COBOL / Eclipse a few days agoGot strange behaviour and can not find any explanation in the manuals/websiteJust some test program to get...
View ArticleRE: string::PadRight issues
Edit: The line should read:declare pad as binary-long = 10which is what I have in my code. I just typed it wrong in my post.
View Articlestring::PadRight issues
The PadRight() method for strings only seems to work with hard coded numbers.01 str1 as string value "hello".01 str2 as string.set str2 to str1::PadRight(10) *> this works finedeclare pad as...
View ArticleRE: string::PadRight issues
Hi Randy, I tried compiling and running the following: 01 str1 string value "hello". 01 str2 string. set str2 to str1::PadRight(10) *> this works fine display str2...
View ArticleRE: Compiler Directives
Hi Eric,There is a compiler directive called 'RM' that changes the behavior of certain features to be compatible with RM/COBOL. IT is discussed here: documentation.microfocus.com/.../HRCDRHCDIR5R.html
View ArticleRE: Compiler Directives
Let me first say that there is no directive that will provide 100% compatibility with RM/COBOL in Visual COBOL.There are a couple of different directives that control a certain level of RM compatible...
View ArticleCompiler Directives
I'm starting the progress of migrating RM Cobol (Linux) to RM Cobol/Visual Cobol(Linux) with Eclipse (Windows)I've discovered the option to set the compiler directives in a file cobol.dir and have that...
View ArticleError during install
When I try to install Visual COBOL for Visual Studio 2010, I keep getting an error that says 0x800713c - Asia. Any ideas how to fix this.
View ArticleRE: Error during install
On what operating system are you trying to install?Do you have a professional version of Visual Studio 2010 installed or are you trying to install the shell version that is provided with Visual...
View Article