Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
Hello,I am using remote debug in Net Express 5.1 for some time. But today, when I want to start debug, I receive this message:Please what I have wrong here?
is it possible to Color text object in Dialog System?How?Thanks for a Little examples in ds-code and Cobol Syntax!cg
APRA AMCOS tunes up application performance with Visual COBOL to take on explosive growth in the digital streaming market. They needed to accommodate a massive increase in streaming music data locally and globally. They modernized their outdated hardware infrastructure and upgraded to Visual COBOL which gave them a 200% performance increase. Watch the full video here. #CustomerStories#Videos
I am trying to set the compile properties to generate a disk listing when I compile using CodeWatch.When I try to update the L option, I receive the following:What do I need to change to be able to select 'Yes'? The Workspace default is blank; the Compiler default is 'No'; when I enter 'Yes' in Custom, I receive Thank you for your assistance,Linda Praed
Hi, what stable versions of Informix ODBC do these products support:Net Express 5.0Net Express 5.1Visual Cobol 6.0Which version of Cobol supports version IBM Informix ODBC Driver, Version 4.10?Is there a table of MF products and recommended ODBC drivers versions?ThankPetr
Background: Animating LARGE coredumps with Visual Cobol is very slow (compared to Server Express). The two new animator options FASTLOAD and FASTEXIT have brought some improvements, but it is still 5 times slower than before.Tests have shown, that canceling unnecessary subroutines (those not in the call stack) will solve the problem. animator got blazingly fast. But while I can easily find out, which subroutines are in the call stack (by using CBL_GET_PROGRAM_INFO) I don't know, how to get the loaded subroutines Only idea for know: cancel every module in COBPATH.
Is it possible to get a Linux runtime for the .int files compiled as above, either new or used.This is an Object Cobol Runtime not Net Express.
Symptoms The Micro Focus Consolidated Tracing Facility (CTF) can be very useful in capturing information about what's happening within the various components of the COBOL Runtime system, and your application. In some cases, you may find that the generated CTF trace file seems incomplete, and only shows the last portion of the expected information. Diagnosis This can happen when the traced application is using multiple languages, processes or threads, which are each trying to write to the CTF trace file. (One example of this might be an application that uses both the Native and .NET COBOL Runtimes.) Solution To avoid this issue, you can add the MULTIPROC emitter property to the specified CTF settings. For example: If requesting a binary CTF trace file:mftrace.emitter.binfile#multiproc=true If requesting a text CTF trace file:mftrace.emitter.textfile#multiproc=true Additional Information For more information about CTF Tracing, this Micro Focus Kn
Can I install VC6.0 on a machine with VC4.0 without a problem?
I just received my 30-trial download of Visual COBOL on 7/9/20 but have yet to download. When does the 30-day clock start clicking? Reason for asking is that I will vacation 7/18/20 - 8/2/20. Is it wise to wait until I return to download the trial Visual COBOL? Thank you.
Using Visual Studio 2019 CE and Visual COBOL PE.I have a series of programs which compile without errors. After a short break I fired up the project in VC and was confronted with this error message:''The "MicroFocus.Cobol.BuildTasks.AssignSourceTargetPaths" task could not be loaded from the assembly C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\MSBuild\\Micro Focus\\Visual COBOL\\v1.0\\MicroFocus.COBOL.BuildTasks.dll. Method 'get_SourceFileExtension' in type 'MicroFocus.COBOL.BuildTasks.CreateCobolManifestResourceName' from assembly 'MicroFocus.COBOL.BuildTasks, Version=16.0.0.0, Culture=neutral, PublicKeyToken=0412c5e0b2aaa8f0' does not have an implementation. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.''The program in question compiles without err
Display LABEL "Test" SIZE 40 CELLS centered LINE 03 COL 01Above logic I have written, but i dont have clue how to close the label screen logically. ?
Can anyone out there help me with Database Connectors, and the IDXFORMAT?I have a question about the $SET IDXFORMAT command that I place before my select statement.I know that "21" is for an Indexed file, and that "18" is for the SQL Indexed file, but are their any IDXFORMATS for sequential files or Sort files that won't be in the SQL db?Not all of our files will be stored in the Database (especially if we can't store sequential files), and I was also wondering if ALL of my files in my COBOL program need to have the $SET IDXFORMAT command so the database connector knows what kind of file it is??Can sequential files be written and processed by SQL?Also, does anyone know of some training videos or something I can read besides the MicroFocus documentation? Thanks!
A demo of the window1 pre-processor supportwindow1.zip
It is possible to do this in VCAttached is the C # projectusing System.Runtime.InteropServices;namespace GUI_V_2{public partial class Form1 : Form{public Form1(){InitializeComponent();}[DllImport("user32.DLL", EntryPoint = "ReleaseCapture")]private extern static void ReleaseCapture();[DllImport("user32.DLL", EntryPoint = "SendMessage")]private extern static void SendMessage(System.IntPtr hwnd, int wmsg, int wparam, int lparam);private void BarraTitulo_MouseDown(object sender, MouseEventArgs e){ReleaseCapture();SendMessage(this.Handle,0x112,0xf012,0);}Obrigado!
I have install VCobol for VS2019 and my windows crashed suddenly now I have to reinstall windows and the question is how to retreive back my license?
Hi.I encountered some issues when using eclipse.Can you tell me how to solve the issues below ?[Issue]When authorization has passed, I restart eclipse but JVM error has occured (Figure2_jvm_error_253.jpg).[Product]Visual COBOL 6.0 for Eclipse for Red Hat x86_64A history of my steps executed are listed as following:(1) I installed "Visual COBOL for Eclipse for Red Hat x86-64" to RHEL version 8. No error had appeared when installing (Figure1_Capture_of_Installation_complete.jpg).(2) After installing, I started eclipse at path on /opt/microfocus/VisualCOBOL/eclipse/eclipse. On first boot, following error has occurred (refer to Note1_1st_boot_error_on_eclipse.txt): > java-1.8.0-openjdk > java-1.8.0-openjdk quit unexpectedly > Problem details > reason > java killed by SIGTRAP > crash_function > WebKit::ProcessLauncher::launchProcess() However on second boot, above error was not shown.(3) Then I boot eclipse, "Product Liscensing" dialog box was
I'm running Visual Studio 2019 with VC 5 PE. The license on VC 5 has just expired.Do I have to re-license VC 5 PE or wait until VC 6 PE is available? When will VC 6 PE be available?Thanks
Problem The environment variables for CTF Tracing and Database Connectors are set as System Environment variables, and the generated CTF Trace file does not show the detailed Database Connectors information. Solution The issue could not be reproduced with the MFTRACE_CONFIG and A_CONFIG environment variables set from the system level. Although these environment variables can be set from the system or project level, it is recommend to set MFTRACE_CONFIG from the project level in the Visual Studio IDE. Setting this environment variable from the system level causes devenv.exe (Visual Studio IDE) and msbuild.exe to be traced as well, which may cause a performance issue depending of the size of the projects.
When you get license invoice details for ACucobol that provides the Product Code and License type,,, do you also see a "License Type"? If so what sort of values do you see in here?Is this supposed to identify the License options "Named Users", "Concurrent users" or "Server (CPU)". If not where else can you determine these options? jim
I'm new to Visual Cobol 6.0 and I'm searching for the Panels demo project. I've looked everywhere on my Windows 10 machine looking for panelex1.cbl, etc. Do these exists somewhere I've not looked? Any input would be appreciated. Thank you.
APRA AMCOS is a music rights organization representing over 100,000 songwriters, composers, and music publishers. APRA AMCOS licenses organizations to play, perform, copy, record, or make available its members’ music, and distributes the royalties to its members. APRA AMCOS is affiliated with similar collecting societies around the world. So when Australian and New Zealand songs and compositions are performed overseas, Australian and New Zealand writers get paid. The challenge was to accommodate a massive increase in streaming music data locally and globally, by modernizing a dated IT infrastructure. Read the full story and how this was done with Visual COBOL here. #CustomerStories
FordonsData is a leading software provider in Sweden, delivering a Dealer Management System (DMS) for the automotive industry. A supplier to many brands including BMW, Citroën, Fiat Group, Ford, Honda, Hyundai, Kia, Lexus, Mazda, Mercedes-Benz, Mitsubishi, Nissan, Opel, Peugeot, Toyota, and Subaru, FordonsData has more than 600 corporate customers. Every day, over 9,000 automotive retailer employees rely on its different systems to support them in their daily tasks. The challenge was to move from a monolithic, waterfall-driven development model to an agile and flexible environment to respond faster to business requirements. Read the full story and the solution here. #CustomerStories
With Visual COBOL 6.0, was there a change to the supported Eclipse versions?
Created On: 21 February 2011 Problem: How do you use Regular Expressions to search strings in a COBOL application? Resolution: Regular Expressions can be run using an ACUCOBOL-GT routine called C$REGEXP. A sample program is attached to this article to show the basic steps to follow to work with this routine. Incident #2502571 Old KB# 33411TESTREGEXP.zipTESTREGEXP.zip#TipfromSupport#File
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.