Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Browsing all 4356 articles
Browse latest View live

dfconv.exe

Hi,in Server 5.1I have dfconv.lbrin Cobol Server 2.3.1 have dfconv.exethe same command line that work on server 5.1"run.exe dfconv...

View Article


Special Linkage for DB2 Stored Procedure

I try to learn COBOL  a little bit more deeply with VISUAL COBOL,  But I feel hard to understand someone's code like this:******************************************************       identification...

View Article


Image may be NSFW.
Clik here to view.

RE: Special Linkage for DB2 Stored Procedure

Thank you Chris,I figured it out --//////////////////////////////////////////////////////////////////////      LINKAGE SECTION.                                      01 TRBLINP....

View Article

RE: Migration of MF Cobol from Unix to Windows

There is an upgrade guide that covers many of the issues you will run into when migrating from earlier product releases such as NX/SX to VC. This includes items like using the REMOVE directive to...

View Article

Migration of MF Cobol from Unix to Windows

We do see some compatibility issues between MF Cobol (Unix) and Visual Cobol (Windows) on Visual Studio. Can you please let us know how to mitigate1) Comp-3,Comp-5 or packed decimal fields does not get...

View Article


Relativity and connection string

Working with a developer to access Cobol data via Relativity from Visual Basic applications and I am being asked for the connection string or dll that needs to be used. I know I need to use the ODBC...

View Article

RE: Level 66 and managed code

Can you provide me with an example? I tested with the following simple program and it works fine in managed code:working-storage section. 01 my-field pic x(10) value spaces. 66 new-field renames...

View Article

Level 66 and managed code

We're converting some REALLY old mainframe code to VC 2.3 for VS 2013 and we are getting a COBCH1710 when a Level 66 data item is referenced in the Procedure Division, specifically as an operand in an...

View Article


Crystal Reports Newb

I looked around for a post but didn't see, so here goes.  We're using Acucobol 9.5 with Vision version 4 files.  We have Crystal Reports 10, can upgrade if necessary.  New to Crystal Reports.  How can...

View Article


Printing to PDF

HiUp to now, In Net Express, and Visual Cobol indeed, we have been able to print directly to Adobe PDF by setting the default printer to Adobe PDF and using the PC_PRINTER... routines.  We would...

View Article

RE: Printing to PDF

Hi ChrisThank you for your help, I have got it working now.  I think the fact that the "Save As..." dialog box was not showing as a separate icon in the taskbar when I was debugging might have given me...

View Article

RE: Visual Cobol 2.1 on Windows 10

Visual COBOL 2.1 is not supported on Windows 10, and I believe this is the case also for Visual Studio 2010.You will need to upgrade to version 2.3 to be supported on Windows 10.You may also consult...

View Article

Visual Cobol 2.1 on Windows 10

HiApologies if this has been answered bfore, couldn't find it on the forum.  Is Visual Cobol 2.1 for Visual Studio 2010 compatible with Windows 10?  Just installed the trial on a new Windows 10...

View Article


RE: Relativity and Linked Servers

Just to clarify the knowledge of the two help files that Tom mentioned is highly important. The issue with the Insert statement was that I was using a quote symbol instead of an apostrophe to encase...

View Article

RE: Relativity and Linked Servers

A final comment on the << ??? >> indication of an error.  We would all love to have error messages that pinpoint errors, but I thought some background on the 'why' of this type of error...

View Article


RE: Error 9/004

A RTS error 9/004 is documentation.microfocus.com/.../index.jsp-> "COBRT004 Illegal file name (Recoverable)A file-name contains an illegal character. This could be any character that is not part of...

View Article

RE: Error 9/004

Thanks for the reply, but I have done this type of test, and as I said, I create the file name after reading the system configuration, so for all programs do this passage:move spaces to...

View Article


RE: Error 9/004

2 things.1st one: Are you sure the 9/004 occurs on the OPEN of "...filename.dat"? Couldn't it happen on another file?2nd one: For diagnostic purposes, could you hardcode the assignation of...

View Article

Error 9/004

We have developed a multi-User system, and to access the system, do the reading configuration file. In this file I have the folders where are the database and other paths used by the system. To make...

View Article

RE: Error 9/004

1 This is the recording of the record, and sometimes records others do not. There is no sequence can or a specific file.2 I'll do it.Thank youYvonTranslated by Google1º Isso acontece na gravação do...

View Article
Browsing all 4356 articles
Browse latest View live