Quantcast
Channel: Visual COBOL
Browsing all 5819 articles
Browse latest View live

Forum Post: RE: COBOL DB2 PROCEDURE

I update my COBOL code as:        identification division.        program-id. DB2PROC.        environment division.        configuration section.        data division.                linkage section....

View Article


Forum Post: RE: COBOL colorization missing?

First, as Navy developers, our accounts don't have any admin privileges on or PCs.  All software installation/updates are performed while a privileged "PC admin/Installer" account is logged on....

View Article


Forum Post: RE: COBOL DB2 PROCEDURE

I use below code to verify that DB2 Express Edition does support OUT parameter.  I create a simple DB2 stored procedure: CREATE OR REPLACE PROCEDURE DB2PROC_DB2 (IN INPARAM CHAR(20), OUT OUTPARAM...

View Article

Forum Post: RE: Change Image in a Button

Hi Chris I apologize for not having answered before but I have a problem using Visual Cobol that have delayed development. I have tried your solution and it works well. I will try to adapt it to...

View Article

Forum Post: 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 Article


Forum Post: RE: 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 Article

Forum Post: MF 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...

View Article

Forum Post: RE: 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...

View Article


Forum Post: RE: 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 Article


Forum Post: Progress 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 Article

Forum Post: SQL 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 Article

Forum Post: RE: 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 Article

Forum Post: RE: 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 Article


Forum Post: RE: 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...

View Article

Forum Post: RE: 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 environment HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment

View Article


Forum Post: RE: 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...

View Article

Forum Post: RE: 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 Article


Forum Post: RE: 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 Article

Forum Post: RE: 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 Article

Forum Post: RE: 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...

View Article
Browsing all 5819 articles
Browse latest View live