Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
Anyone using a 3rd party product to basically merge data and a PDF fillable form to produce a merged PDF form
What runtime supports Acu4gl and AcuSql for SQL Server 2017
I was trying to run a batch script and got the below error. Can't open message file '/opt/microfocus/cobol/rts.msg' Defaulting to English Messages Execution error: file '' error code: 187, pc=0, call=1, seg=0 187 error message text not found Can someone please help in understanding the above error.
Bom dia, gostaria de saber se no cobol Microfocus existe algum comando facilitador para leitura de aquivo formato JSON?
I too, like many others, cannot activate the student trial license for Visual COBOL. This is for Visual Studio 2017. I need this install ready for a mainframe development class I am in and would appreciate any assistance you can offer. Thanks
Hi all, What's the easiest way for an MF cobol program to check a font is present on a Windows (7, 10) PC or Windows Server (2008/2012). My environment is Visual Studio 15, Visual COBOL v3 - compiling to native windows .exe i.e. not .net. Thanks, Linden
Please is there any possibility to have Unicode chars in filename, and use this file in Cobol. Like this: select optional intb-file assign to f-intb-file file status is w-file-status. DATA DIVISION.FILE SECTION. fd intb-file value of id f-intb-file. copy "sxintrc.cpy". WORKING-STORAGE SECTION. 01 FILE-NAMES. 05 f-intb-file pic n(100) value spaces. I got this error: COBCH0258S ASSIGN data-name F-INTB-FILE illegal Thanks for any help.#NetExpress5.1#COBOL
Using Acu 10.1.1 -- can anyone tell me how, if it is possible, to set the path where a PDF file will be written taking the decision out of the users control; example "C:\\A2\\Reports\\pdffilename.pdf". Any help would be greatly appreciated. Thanks
Hello, how much longer is Windows 7 supported by NetExpress and it's runtime?
Hi everyone, I'm having trouble activating my free trial for Visual Cobol 2017 PE. I've tried automatic activation, but get an error that I'm not registered. I'm sure the email address is correct. I've also tried manual registration but receive the error MG0106: Unable to authorize the request. My serial no. is 600000730619 Thanks for the help. Edit- I should also add that I contacted Supportline@microfocus.com and was told they do not support the personal edition and that I should come here.
How can i use syntax help for the cobol language within the cobol editor? This does not work out of the box, instead the Microsoft Online Help shows up in a Browser. Micro Focus Documentation says this feature is available:"In the editor, point to a COBOL reserved word and press F1 to display the syntax Help for that word." We're working with Enterprise Developer 2.3 for Visual Studio 2015.
Hi all, i want to read with cobol for eclipse a file folder and i'll write all of this files (they are copy books files) from this file folder in a file.i need help. your sincerely alashara
Hello, Im new to cobol. I have some question, does Cobol support animation such as gauge meter? Is there any way to implement gauge meter into cobol other than using ActiveX Control? #ActiveX#animation#COBOL
Hello Everyone! I want to know if it's possible migrate or re-install NetExpress 4.0 in Windows Server 2008 (or 2012 preferably). So far I know our license only applies to 4.0 version, besides all the current developments are related to it. Thanks for your collaboration, sorry for my English I'm not a native speaker.#Server2008#server2012#NetExpress40#64bit
Hi, Can anyone assist with changing below C# into Visual Cobol? subItems = new ListViewItem.ListViewSubItem[] {new ListViewItem.ListViewSubItem(item, "Directory"),new ListViewItem.ListViewSubItem(item, dir.LastAccessTime.ToShortDateString())}; This is in the code block:- *> TreeNode newSelected = e.Node; declare newSelected as type System.Windows.Forms.TreeNode = e::Node *>listView1.Items.Clear(); invoke listView1::Items::Clear *>DirectoryInfo nodeDirInfo = (DirectoryInfo)newSelected.Tag; declare nodeDirInfo as type System.IO.DirectoryInfo = newSelected::Tag as type System.IO.DirectoryInfo *>ListViewItem.ListViewSubItem[] subItems; declare subItems as type System.Windows.Forms.ListViewItem ListViewSubItem[] *>ListViewItem item = null; declare item as type System.Windows.Forms.ListViewItem = null * foreach (DirectoryInfo dir in nodeDirInfo.GetDirectories()) * { * item = new ListViewItem(dir.Name, 0); * subItems = new ListViewItem.ListViewS
Hallo, I installed Visual Cobol 3 with Devhub on a Redhat System 7.4 which runs on Virtualbox. Connecting from Eclipse to the remote system and creating a Cobol program is no problem. Also compiling it on Redhat works fine. However the remote built does not work. As I am a beginner with Devhub I probably missed one step. "Connection to 192.168.178.49 could not be established." is the main message from my understandig (see entire message below). However I have access to the remote system. I hope this is not a big for the community and someone knows what I did wrong. Thanks in advance Franz Below the error message is shown: Errors occurred during the build.Errors running builder 'Remote COBOL Builder' on project 'CobolProgram1'.Could not connect to remote hostConnection to 192.168.178.49 could not be established.Launch command output:Last login: Wed Jan 10 23:26:31 2018 from 192.168.178.23sh -c "/opt/microfocus/VisualCOBOL/remotedev
I am working on an assignment where we need to convert AS400 CL to JCl (which will be executing on MicroFocus enterprise server or microfocus cobol executing engine). Do we have AS400 CL equivalent commands for JCL or Shell Script or COBOL.
Hi all, I am experiencing the following problem : I downloaded and installed Visual Cobol PE for Visual Studio 2017, but I can't activate it.When I select "I want to activate the free product" with my e-mail address (xrousaios@yahoo.gr), I am receiving the following message :"The activation of Micro Focus Visual Cobol personal edition failed. This was because we didn't recognize the email address you endered as having been previously registered with us.". But, when I am visiting the registration page, I couldn't see or find any registration procedure. So, I used the MANUAL activation process, using the "Send Email/Display Fields" sequence and, I sent an email according to the instructions.However, the answer I received was the following : "The following error occurred during the authorization processMG0106: Unable to authorize the request." I tried it again later, but nothing happened. Well, I don't know what excactly can I do to solve this issue. Any help wll b
Is anyone using Redemption and AcuCOBOL to send email to an Outlook contact group? So far I've not been able to make it work.
Hello to everyone and happy new year, with health and blessings! As I have Windows XP as Operation System, I installed the personal (free) edition of Visual Cobol 2010 (only Visual Studio 2010 can work on Windows XP, not the earlier versions). I tried to activate it, even manually by sending email at LicenseRequest@microfocus.com, but the acivation failed. I received by email the message: "The following error occurred during the authorization process MG0106: Unable to authorize the request. Please try the authorization later. If this problem persists, please go to Micro Focus community website at http://community.microfocus.com/ and look at the authorization issues under the wiki. For more information start a thread under the Visual COBOL forum." Can you please help me about the issue? Thank you very much in advance.
We are getting communication error while calling WINAPI. Earlier it was running fine but somehow from today onward its started giving this error. My code looks like as below: call WINAPI CPIC-INIT using by reference ws-conversation-id symdest ws-cm-rc We are getting communication error 20 while doing this. Any thoughts
Hi I'm porting a large desktop MicroFocus application that is currently compiled to gnts onto the Web. I'm using Eclipse 2.2.2 on Windows 10. The app will deployed on a Windows Server 2010 or later. The old architecture uses a sockets C program, compiled to a dll that was itself called by a compile Cobol gnt. Here's an extract from the COBOL program that called the sockets.dll 01 W00SOC-REC PIC X(6144). 01 ws-msg PIC X(6145). string w00soc-rec x"00" delimited by size into ws-msg call dynamicNTStdCall "sockets" using ws-msg The other side of the socket connection is a Java program that paints a Gui screen using the passed information at run time. Gnts needing to use the sockets Cobol program pass W00SOS-REC in linkage. As far as I can tell there is no native support for sockets on the Web, apparently for security reasons. However there is socket like protocol "Websockets" that is widely supported. I can install and use To
I installed VC3.0 for Visual Studio 2017 PE free for 1 year. When I create a project it says there is no license. I ask for a license, automatic via the web, but it says my e-mail isn't registered. When I try to register my e-mail it sends me to a website http://www.microfocus.com/p-visual-cobol-pe and that's it... It stays waiting for a response from >MicroFocus. After more than an hour I gave up... Can you help?
Above is a window with the error I'm receiving when trying to connect to a Microsoft Access DB from VS Cobol 3.0. I connected it under tools which appeared successful. Help!
This might be a simple question... I declare a cursor for: SELECT TOP 10 * FROM tablename but, there is only 1 row in tablename and I am fetching until SQLCODE = 100 Does the FETCH reach 100 after 1 row or does it keep processing until all 10 have been fetched?
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.