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

RE: cobrun k0

Hello mf_galberico,A few questions for you:1. What are the permissions on your file  /swlocal/microfocus/cobol/etc/cobver, as revealed by using "ls -l"?2. Do you have any special security in place?3....

View Article


cobrun k0

Hi, I have this error on unix: $> /mnt/sigeng/swlocal/microfocus/cobol/bin/cobrun IBBMSC3.gnt cobrun32: cannot stat: /swlocal/microfocus/cobol/etc/cobver the file...

View Article


COBOL PIC X data item -> .net char array

FYI,Win7, Visual Studio 2013 Pro, version 12.0.40629.00 Update 5, .NET Framework version 4.5.51209, Visual COBOL version 2.2.Here is a simple managed console app:program-id. Program1 as...

View Article

RE: COBOL PIC X data item -> .net char array

FYI, Incident # 2877859

View Article

RE: Visual COBOL PE v2.3 Versions

Visual COBOL PE is available for both Visual Studio and Eclipse.If you go to www.microfocus.com/.../personal-edition and then click the Trial Download button in the top right-hand corner it will allow...

View Article


Visual COBOL PE v2.3 Versions

I'm just now installing Visual COBOL PE 2.3. The only download option seems to be for the Visual Studio Edition. The installer stops to tell me I have to install Visual Studio version 2015. I'm...

View Article

VC 2.1 to 2.3

HiWe are upgrading an application from Visual Cobol 2.1 on Windows XP to Visual Cobol 2.3 on Windows 10.  The application consists of windows forms projects and native code programs compiled as managed...

View Article

RE: VC 2.1 to 2.3

It sounds like the instructions for the free trial download may be a bit out of date as all three versions are available for download, 2012, 2013 and 2015.It is really up to you which version of the...

View Article


RE: signed number in rm and mf

Try turning on the directive SIGN"EBCDIC"

View Article


signed number in rm and mf

I have a microfocus cobol program that is reading an rm file. One of the "columns" is a S9V9999 field. if the rm world I would copy it to a pic 99.9999 and the value is readable. The value 0050{ gets...

View Article

Upgrading

This is my current configuration.  Microsoft Visual Studio 2012 Shell (Integrated)Version 11.0.61219.0 Q11RELMicrosoft .NET FrameworkVersion 4.6.01055Installed Version: IDE StandardMicro Focus Dialog...

View Article

RE: Upgrading

If you upgraded to Visual COBOL 2.3 update 2 you would have to recompile your applications and upgrade your users to COBOL Server 2.3 update 2 as well. We relinked our run-time system at version 2.3...

View Article

RE: open an rm file for writing from mf

Hello,I can do an open output without an issue with filetype(21) from an MF COBOL program. I am running Visual COBOL 2.3 Update 1. What version are you running?Regards,

View Article


RE: open an rm file for writing from mf

I am running version Micro Focus Visual COBOL 2.3 Version 2.3.02187.If I use a different file, I can write to the file however I am opening (and closing) a file for input in one procedure then opening...

View Article

c# to vc

Hi!hat is this C# Code in VC?RibbonMenuItemrmi = senderasRibbonMenuItem;RibbonButtonrb = rmi.DataContextasRibbonButton;if (rb!= null&& !rb.IsEnabled)rmi.IsHitTestVisible = false;Beste RegardsBernd

View Article


open an rm file for writing from mf

I have a mf cobol program that reads items from an indexed rm file. The filetype is set to 21. trying to open a file for output gives a file status error of 93. Reading the file works find but opening...

View Article

RE: open an rm file for writing from mf

It sounds to me like the file isn't being closed after the original open input which would cause the open output to fail. Please trace through your code and make sure that the close statement for that...

View Article


RE: Calling Managed COBOL from C#

Why are you compiling the programs as Managed Mainframe Subsystem Applications? That project type is for applications running under Enterprise Server for .NET, using CICS or JCL emulation. Are these...

View Article

RE: open an rm file for writing from mf

I thought of that and ran through the code a few times. The close is being called. Oddly enough it is working now....

View Article

RE: c# to vc

I got it ...

View Article
Browsing all 4356 articles
Browse latest View live