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 Articlecobrun 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 ArticleCOBOL 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 ArticleRE: 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 ArticleVisual 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 ArticleVC 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 ArticleRE: 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 Articlesigned 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 ArticleUpgrading
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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 Articlec# 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 Articleopen 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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