Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
Good Morning, is there a way to disable the cancel button or to prevent canceling the w$progressdialog? dkl
Hi there, I have questions re. upgrading from VC 2.3.2 to 3 with mf dialog on VS 2015 community edition (1) Can you clarify, is there a VC version 3 add pack for MF dialog system or is everything included? (2) To install VC do I need to uninstall 2.3.2 first? Same question cobol server 2.3.2, addpacks and hotfixes on our production machines? (3) Would you recommend upgrading at this point or should I wait until after the first hot fixes have been released? Is 3 considered stable? Thanks, Linden
When I convert my netexpress project to VC, none of my .GSs are attached to the .dlls they belong to. Do I have a conversion parameter incorrect?
We have both native COBOL and Visual COBOL projects that access ISAM files. A friend of mine who is an ACUCOBOL developer used Acu4GL to turn ISAM files into database tables and then access them as a relational database. The COBOL code didn't change but behind the scenes Acu4GL turned read and write statements into sequel queries. Also, when a file was opened output, Acu4GL would create a database table instead of an empty ISAM file so he didn't have to spend a lot of time defining database tables. We are looking for a similar product that will work for Micro Focus COBOL. Our application uses about 200 ISAM files, a number of which have multiple record formats, and we are looking for a way to convert them to a database without too much work. Once converted, we want our COBOL read, write, etc statements to be interpreted as sequel queries without having to make code changes. We're looking into Micro Focus Relativity, which might be an option, but it uses ISAM files and
Java SQL AcuXDBC error dbChannel exception NET version mismatch host 2000400 client 400
I have a old application in Net Express 3.1, how can I get it into Visual Cobol 2.3.
I have been working with the WOW Designer v10 for 6 months now and have just gotten this error message. Where do I find this key and how do I correct it?
Hello: Can someone help me and translate these two C # instructions to Cobol? _NuxIO.ValueEnteredEvent = new NuxIO.ValueEnteredEventHandler (OnValueEnteredEvent);Private void OnValueEnteredEvent (object sender, ValueEnteredEventArgs e){If (e.Type == 2) ListBox.Invoke ((MethodInvoker)) => listBox.Items.Add ("IP:" e.IPAddress "RS232:" e.Value)));If (e.Type == 3) ListBox.Invoke ((MethodInvoker)) => listBox.Items.Add ("IP:" e.IPAddress "I8 Activated")));If (e.Type == 4) ListBox.Invoke ((MethodInvoker)) => listBox.Items.Add ("IP:" e.IPAddress "I7 Activated")));} Thanks Alberto Ferraz
Is Visual COBOL PE available for Visual Studio 2017 Community Edition?
Created On: 27 April 2012 Problem: InstantSQL is included with the RM/COBOL Development System v12 , and, it provides ODBC access for your RM/COBOL application. However, we do not provide a "How-To" guide for this product. Resolution: Attached to this Knowledge Base article are an InstantSQL sample program(isqlexample.cbl), and, the InstantSQL help files(isqlhelp.zip). To use the InstantSQL help files, you will need to extract the attached archive, isqlhelp.zip, and, then, open the extracted HTML page, index.htm. The copy books necessary to compile the InstantSQL example program are located in the "InstantSQL" directory of your RM/COBOL installation. You will need to add this location to your RMPATH environment variable in order to compile the program. To execute this sample program, you will need to load the InstantSQL Runtime library (lisql.dll or libisql.so) located in the "InstantSQL" directory of your RM/COBOL installation. For example:&
Hello, I need to make a request, send information in Json and get the returns of this request someone has an example. I found it in C # but this is difficult to translate. To tell you the truth I need to access a payment platform that communication is in Json https://vindi.github.io/api-docs/dist/Translated by Google. Olá, eu preciso fazer uma requisição, enviar informações em Json e pegar os retornos que desta requisição alguem tem um exemplo. Encontrei em c# mas esta difícil de traduzir. Pra falar a verdade preciso acessar uma plataforma de pagamento que a comunicação é em Json vindi.github.io/.../ Traduzido pelo Google.
Hello, i am trying to call my cobol program. Using RunUnit, it works: RunUnit runUnit = new RunUnit(); runUnit.Call("MyProgramm"); Using RuntimeSystem, it doesn't work ("programm not found"): RuntimeSystem.cobcall("MyProgramm", pl); Whats the differnce between RunUnit and RuntimeSystem ?
Hello, I am trying to execute a simple cobol program using 'com.microfocus.cobol.RuntimeSystem'. public void exampleCall() throws Exception { ParameterList pl = new ParameterList(); int result = RuntimeSystem.cobcall("simpCob", pl); System.out.println("----------------------> " result) ; } Accessing RuntimeSystem , I get the following error (on windows): java.lang.UnsatisfiedLinkError: C:\\Program Files (x86)\\Micro Focus\\Net Express 5.1\\Base\\Bin\\CBLJVM_SUN.DLL: Can't load IA 32-bit .dll on a AMD 64-bit platform Running the same on AIX I get: Running de.lv1871.vvs.CobolRuntimeAdapterTestMicro Focus COBOL Runtime Support for Java is preventing this application from executing because an internal Java property is not setup. Reason: Application should use "cobjrun" to execute this application instead of the default "java" trigger What does i have to set up ? Many thanks in advance ! ---------------------------------------------------------------------------- My dependencies are:
is it possible with visual to Import json-data/files simply? Or must we have separate Tools? have MF a Little examples in Cobol? thanks for each help!
I'm a software developer and consultant. I have an old client that is running a system developed in RM/COBOL (I did much of the development) that I would like to move to a Linux distro. They are currently running on SCO-Unix (version 5.something) using RM-COBOL-85 ver. 2.02.04 runtime. I did a "strings" command on one of the object files and it looks like they are compiled using RM/COBOL-85 2.02 for I-80386 Xenix V. The last compile date was in October of 1989. They access the application using terminal emulation from their desktop PCs. I'm trying to find out what tools I need to do this. I understand that the most recent version of the compiler is RM/COBOL v12. The customer does not need to make any changes to the application, I just want to move them to an environment that is more stable than a twenty-plus year old opsys running on 18 year old hardware. It would not surprise me if all I needed was a current runtime. By the same token, it would be reasonable if I need to recompile the
Good day, How to setup a CSS and run with gateway?
I just installed RM/COBOL v 12 on Windows 7 and am trying to compile a project.Unfortunately, I am receiving a compile error concerning InstantSQL (it compiles without error using v10): 2550 [0] COPY LISQLALL.CPY. 2551 1 000100*===============================================================* LISQLALL 2552 1 000200* LISQLALL.CPY: Copy all of InstantSQL definitions. * LISQLALL 2553 1 000300* InstantSQL (TM) Version 12.02. * LISQLALL 
hi, i try install RM 12 on Arch Linux but have this problem Copying the RM/COBOL components to /usr/rmcobol...install.sh: línea 810: cpio: no se encontró la ordenERROR: license utility does not exist. i have install on tmp and the file laint.lic need help please#rm#RMCOBOL#linuxcobol
Hello:I return to the forum with the continuation of the problem I had but now I am going more advanced.I bought a new IoBoard to a new vendor that has an API (NuxIOAPI.DLL) and now I can already enter it in the application and send some controls to it (type releto, activate a port, etc).Now the problem I have is the reverse: how to receive an IoBoard event.The command that is required and that is in the documentation is as follows:ValueEnteredEvent (object sender, ValueEnteredEventArgs, and)Can anyone help me?Thank youAlberto Ferraz
Hi Everyone: I've installed an ActiveX for using with Cobol Wow, but the control itself has many objects with its own Methods,Properties and Events. Unfortunately the wow development tools only show the main object. Is there an way in order to access others objects like CreateObject function we use in VB?. In others words how can I create a reference to an object with rm-cobol and wow?. Thanks for your tips, Humberto Betancur
I have a specification to call a stored procedure which accepts a Table type as one of the parameters. Is it possible to create this type of scenario within AcuCobol as a data structure that can be passed to the parameter My current code looks like this and i get an “Invalid SQL data type”, when trying to call the procedure as i am using a temp table created on the database to pass to the procedure but this is not working. MOVE "PAYDAY_TEMP" TO chvJournalName. MOVE "01" TO chvVendorCode. EXEC SQL declare spcursor10 cursor for :ret-code = exec P_F_G_UPD_LEDGER_JOURNAL ( :chvJournalName, :chvVendorCode ) END-EXEC. if SQLCODE < 0 perform error-exit exit paragraph. EXEC SQL open spcursor10 END-EXEC. if SQLCODE < 0 perform error-exit exit paragraph. move 0 to num-rows-read. perform until SQLCODE not = 0 EXEC SQL FETCH spcursor10 into :chvReturnStatus, :intBatchNumber, :intRecordsReceived, :intRecordsProcessed, :intRecordsFailed END-
Hi, I need to use an ActiveX from a vendor to control ioboards. How do I incorporate ActiveX into my program? Thanks Alberto Ferraz
Hello. I have AcuCOBOL in Ubuntu, using AcuThin to connect to the server from Windows PCs. Sometimes energy goes wrong and shut downs wifi routers, so users disconnect from the server, and leave the licenses "in use" (socket connecton error). I want to remove these orphaned users from the session without restart the server. If you ask why I'm asking for this, I'm the new sysadmin of my enterprise, but because the last one got fired, I'm clueless about how to use and maintain this software, because the last sysadmin left no manual, neither documentation. I will be very grateful to anyone who can help me.#Linux#Acuthin#communicationsocketerrorThinClientAcuConnect#AcuCobol
Been using IDX4 data configuration in some of my applications BUT apparently it won't go any big compared to IDX8. However I find that IDX8 is much more vulnerable to corruption (well, mostly on desktop/PC power failure interruptions). Is any of you experiencing the same?#netexpress#DataLimitation
The documentation gives the impression that the web-browser control works with the IE version installed on the client: For the control to work, your users must have Microsoft Internet Explorer Version 4.0 or later on their machine. But I don't think that's true. The web-browser shows IE7 and this is not even installed on my computer, I'm working with Windows10 and IE11. My question is: Can you set or have you infuence on the IE version that the browser-control is using ? Thanks.
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.