Error in debuging
Hello,Since the operating system has an update and installed io .NET Framework 4.6 that can not run the Visual Colbol (with Visual Studio 2015) in debug mode, always gives an error in the...
View ArticleRE: COBOL colorization missing?
Thanks for that additional information. I will look into it further for you and post an update if/when I have news.Gael
View ArticleCOBOL colorization missing?
When we originally installed VC 2.2 for VS 2012 about a year ago we noticed that COBOL colorization under Tools>Options>Environment>Fonts and Colors was non-existent, but we were busy with...
View ArticleMF Cobol with Eclipse: Installation on Win7, 64Bit Java-Version
I tried to install the downloaded Version of MF Cobol on a Notebook.The Installation process cancels with the message:Install of Oracle Java 32-Bit Version 1.6 or higher required. Now, I have installed...
View ArticleRE: Micro Focus Data File Tools 2.3.1.012 (Test)
There is a known limitation with the Data File Tools in generating structure files from .IDY files generated for a managed code application. If you compile the program for native code and use that .IDY...
View ArticleRE: Error in debuging
Hi,I have managed to find out what the problem was.Was the instruction "accept wrk-Datai from DATE YYYYMMDD."When I blacked left to give error.Best Regards
View ArticleProgress Bar
Hi,I want to use a progress bar but not I am able to update.Increase the VALUE field but on screen only appears at the end of the procedure and all filled.Can anyone send me a small example.Thank...
View ArticleRE: SQL Interaction and @@ROWCOUNT
The following code works for me: exec sql delete Identity_Nummer where Nummer = 0 end-exec declare rowCount as binary-long. exec sql select...
View ArticleRE: SQL Interaction and @@ROWCOUNT
Thanks for your response. Your code does work however in an OLTP type environment there is a reasonable chance that @@ROWCOUNT will have been reset by another interaction that has occurred between the...
View ArticleSQL Interaction and @@ROWCOUNT
Is there any way when processing a SQL statement (SELECT, INSERT, UPDATE, DELETE) to retrieve the results of @@ROWCOUNT to establish how many rows were affected by the statement?
View ArticleRE: Error in debuging
Can you please clarify your response here for me?Are you stating that the presence of the statement, "accept wrk-Datai from DATE YYYYMMDD" within your WPF application is causing the compiler error that...
View ArticleRE: MF Cobol with Eclipse: Installation on Win7, 64Bit Java-Version
Please review your registry setting below to ensure it points to your 32 bit Java runtime environmentHKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment
View ArticleRE: COBOL DB2 PROCEDURE
There is an example program in the Visual COBOL Samples Browser that defines a DB2 SP in COBOL that uses IN, INOUT and OUT parameters.I just tried it here and it worked perfectly. The script to define...
View ArticleRE: SQL Interaction and @@ROWCOUNT
I believe that SQL Server maintains a separate @@ROWCOUNT for each Connection/transaction. I checked this with 2 SQL queries.
View ArticleRE: COBOL DB2 PROCEDURE
Thank you , Chris I tested the sample, it works. Then I compare the sample code with my own code. I correct my code as : identification division. program-id. DB2OUT....
View ArticleRE: Error in debuging
Hi,I had that instruction "accept wrk-datai from date DATE YYYYMMDD" from day one in the application I'm developing and had never had any problem (is just the login program).On 14/04 when compiled...
View ArticleRE: Progress Bar
Hi Alberto,I have not done this before, but I did a search on "progress bar" in this community site, and found a Micro Focus Knowledge Base article that describes a technique for showing a status bar....
View ArticleRE: visual cobol for eclipse
Olá Adaao!Bem-vindo ao Visual COBOL para Eclipse e para o site da Micro Focus Comunidade ! Fico feliz em saber que COBOL Visual para o Eclipse está funcionando bem para você.Há muitos recursos...
View Articlevisual cobol for eclipse
Olá, eu estou começando a aprender COBOL e estou gostando muito de usar o visual cobol for eclipse, minha máquina é um pouco fraca mesmo assim ele roda muito bem.
View ArticleRE: GET cob compiler and linker command line from Eclipse
Even it could be better, Micro Focus can add a feature as enhancement into Eclipse. From Eclipse COBOL project, create a makefile. Or maybe that feature already exists, I just do not know it.
View Article