Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
Visual COBOL for Visual Studio 2022 11.0.0 failing install on windows server 2022. Visual studio community edition is installed, version 18.4.3 and “Workload for C++ Desktop Applications “ is installed. Setup fail with error:81f40001 - Microsoft Visual Studio 2022 17.8 or later has not been detected anyone enconter this issue?
Hi There,We are looking for migrating a IBM Mainframe application to cloud and considering conversion to Rocket visual cobol. The application is a batch application consisting Cobol, JCL, DB2, VSAM, Flat and Tape files. The JCL would need to be converted to shell, VSAM to ISAM, files to Linux standard files and Db2 to Postgres. Can you please share the basic architecture and solution framework for Rocket Visual Cobol migration. Also, what all licenses need to be considered for target side from Rocket perspective. Regards,Gauri
Is the use and setting of the FCD information different between native COBOL and NET COBOL?My reason for asking is that I have taken the code from our native application straight across into a NET COBOL equivalent and I am finding that setting the address for the file name and key block is not being taken across to our external filehandler correctly.
Hi allIs it possible to save a file (fx .pdf, .docx) in a vision file?Currently I copy the file to the server and creates a record in a vision file with the original file name and server file name. So, when the user need the file, I can copy the server file to the client PC.It would be easier to maintain, if I can save the file in the vision file and extract it when the user needs it,Regards Kim
The PICTURE-01-OBJREF is being used by my 1st image (and it is automatically resizing) using the “ImageCtl” program. The problem is I have 2nd image (JPG/BMP) on the same window, I already change the value of IO-Text-Buffer but it not showing and messing my 1st image.Any sample code that will display an image (BMP/JPG) in the same window when created/showed?
We would like to open a PDF file in the program and extract an attachment (in this case, an XML file) from this PDF file.Is there a way to do this?
In native COBOL we could define a dictionary and that could be set as external which allowed us to access it via our external filehandler. In .NET COBOL it seems it is no longer possible to define a dictionary as external.Can anyone suggest an alternative given that the information that can be passed to an external filehandler is limited and controlled by the run-time?
I was curious if others are running into printing problems with recent Windows 11 updates (at least I suspect that is the cause). We have had about 5-6 customers report this problem starting 6 weeks ago. When they print from our software running AcuCobol-GT Windows Runtime, they get a pop-up box from saying "please wait for printer connection or cancel connection". Some are reporting it eventually after waiting will move on and print. Others have said they have to click Cancel once or twice to get it to move on. Yesterday, we had one that says sometimes it will not print at all. We are wondering if it has something to do with this new "Windows Protected Print Mode" that is showing up when you look at printers under Windows Settings as this seems to be something new Microsoft is doing. Our main problem with these clients is that all of they claim that it ONLY does this in our software running AcuCobol-GT, and that they can print other things such as emails, websites, out of Office, etc
Hi Everyone,I’m on AcuCOBOL 10.4.1 and I’m trying to use JSON PARSE. I’m getting an error and while I can get the error code (JSON-CODE) I can’t figure out how to get the additional information in the description that I see in the manual. For instance, if I get code 100, I’m looking for the full message “JSON PARSE on line <line-num>, JSON text invalid at offset <offset>.” with <line-num> and <offset> filled in so I can actually find the offending part of my input.I couldn't find anything in the documentation or examples that did anything except display JSON-CODE.
Should you use dotnet build or msbuild to compile COBOL assemblies to .NET core 8?For example if I wanted to do a local recompile of my whole applications, I have a PowerShell script that does the compile, but I used “dotnet build”When I went and loaded a project and compiled, I think I observed after using “dotnet build” then using Visual Studio you get a file tracking log file error, “The tracking data is invalid” FTK1013.Agreed dotnet build is more lightweight, but are there other consequences?Neil
Running Visual Studio 2022 Community Edition and Visual Cobol Personal Edition. Fired up Visual Studio and tried to open one of my solutions. Received the attached errors. All the programs in Solution Explorer were marked ‘Incompatible’. I’m unsure as to whether this means my license has expired or whether it is a different problem.Please see attached.TIA
Windows Server 2008 R2 StandardService Pack 1LicensesNo limit, local hostedCobol Server (Production)the license server runs, and the runtime refers to that server for the license. Can i revoke the license on the llicense server, then revoke the production server license, and reinstall with the same number on the runtime server, except not referring to the license server, but local? Local is how our staging runtime server is set up. Just want to put that out there, in case there are other issues.
Hi all, For an analysis I’m exploring the ESCWA portal. I got it set up using the Visual Cobol installation.It comes with a trial key. All looks great. I can program COBOl and run the applications. Greate.But then, when I try to create a region in the dashboard, I’m prompted that “I have no valid license”.When I check the license manager that came with the installation, it shows I have 500 more days left.So the “portal” doesn’t consider this license.I then thought “perhaps I need to get a trial license for the server seperate”, but it’s impossible to find. Support also isn’t being helpful.I could find this link to “request a trial version” but it’s not working properly, hence I don’t know they receive 30 requests by now or it never went through: http://cabs.microfocus.com/products/enterprise-suite/enterprise-server/trial in the portals and confsing different dashboards, i could find something like “download trials” but it never shows the enterpreise server. Is there any way to set up
Hi,When the source file (CBL) and any ancillary copybooks have been saved with an encoding of UTF-8 BOM then I am getting some strange behaviour with characters such as high-values when moving a PIC X group into a string and then moving it back out into a PIC X group.My question is whether there a compiler option or some other mechanism whereby the source files are automatically converted to ASCII or UTF-8 at the time of building the dll?Thanks
We have a number of tables in Microsoft SQL that are defined as uniqueidentifier. When accessing this column type the OpenESQL interface, using ODBC, returned this column type as a char(36).Modifying our native code to .NET and using ADO it appears that this column type is returned as a 16 character binary column type.My question is whether you are aware of this and whether there are other column data types that behave differently when using ADO as opposed to ODBC? Peter
Hello Team,Currently we have Enterprise developer already available in the system , I am trying to integrate VS Code using Rocket COBOL extension to do a BRD documentation using the Co-pilot features. We have two copybooks extension ,one with CPY and another COPYCOB. The intelisense is able to identify the CPY copybooks but not the COPYCOB eventhough the extensions are mapped. Is there possibility to re-use the XML files of MFED for the integration of VS code.ThanksSanoop
I am trying to code Cobol programs, compile and execute. I need help on what I need to download to accomplish this. I have worked on IBM mainframes using Cobol, jcl, ISPF, TSO, etc many years ago. I want to restart now. Please advice on what I need to do to get started. Thanks.
I have a relational database with a one-to-many table. When reading it in COBOL, I believe it's necessary to read the record key from the main table and the related records from the secondary table; I believe a read should be performed from the main table record key, and the related records from the secondary table would be stored in an "occurs" of that record.The code FD : FD ARCHIVO-NUEVO.01 REG-NUEVO-FISICO.05 Fis-RecNumber PIC 9(6).05 Fis-Nombre PIC X(30).05 Fis-Tabla-Pagos.10 Fis-Nuevo PIC 9(8) OCCURS 100 TIMES. Is correct???Thanks
Hi everyone,I downloaded Visual COBOL for Eclipse Personal Edition Ubuntu 11.0.zip, but I am unable to complete the installation because of a license issue.The bundled license XML file appears to contain the following License Group:Visual COBOL for Eclipse Personal Edition_Windows-RPv1Since this is the Ubuntu/Linux download, I expected the license file to be for Ubuntu or Linux, not Windows.Has anyone else seen this issue with the Ubuntu 11.0 Personal Edition download?Is this Windows-RPv1 license XML actually valid for Ubuntu/Linux, or is the wrong license file included in the download package?If this is not the correct file, how can I obtain the correct Ubuntu/Linux Personal Edition license XML?Thanks.
Hi everyone,With the release of Rocket Visual COBOL 11 and Rocket COBOL Analyzer 11, we’ve introduced GenAI Insights helping any developer easily understand and navigate COBOL applications of any size and complexity.Discover what’s possible with GenAI Insight under 90 seconds:If you have any questions let us know in the comments,Your Rocket COBOL team
Hi everyone!With the release of Rocket ACUCOBOL extend 11, you got the support for the most popular dev tool out here, Visual Studio Code. Now you can equip your teams to develop ACUCOBOL applications in VS Code, simplifying hiring / onboarding and speeding up development.See the extension in action in the short demo:Let us know what Rocket ACUCOBOL demos you’d like to see in the future in the comments.
I have Visual COBOL + Microsoft Visual Studio on my Windows 11 laptop. I inadvertently deleted the shortcut that I used to launch Visual COBOL+VS. I cannot figure out how to restore the shortcut. Can anyone advise me on how to rebuild the correct shortcut? Thanks
Hello everyone,I just (6/4/26) download Visual COBOL for Eclipse Personal Edition Windows 11.0.zip The C:\ProgramData\Micro Focus\CommuterLicFile.xml file is empty.License Administration cannot gener license.Anyone can help with generating trail license? How? Thanks.MA
We have a user that is on a Dell Laptop and two different times they have ran the Dell System Update process and Bench (ver 9.2) has started locking up on projects. When this happens they get a “NOT RESPONDING” error from Windows and have to shut it down bench with task manager. At times they can reboot the machine and it will work for a bit then start locking up again. We have reinstalled bench on the machine but that did not fix the issue. The only solution that worked was getting a new machine for that user but we don't want to do that again since this issue has now appeared on the new laptop also.Has anyone seen this happen after a system updates and if so how did you solve this issue?
Good afternoon, is there a way to make acu-gt print using the same font as acutoweb?It seems that the font and size settings in the configuration file are ignored by acu-gt.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.