Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
I am looking for a spell check program that I can call from an RMCOBOL program. I have written a small word processing program to create a medical report. I am converting from UNIX to WINDOWS. Under UNIX I used a program called ISPELL that was accessed through the 'call system' command. I am trying to find something similar to use under V12 in Windows. Also am looking for a Fax program which could be accessed similarly. I would appreciate any suggestions. Thanks.
Good afternoon, all. I am looking for the opportunity to offer my expertise and experience as an I/T and Business consultant. I have been an Acucobol developer for more than 17 years, from analysis to full implementation and training, including logistics, warehouse inventory, inventory distribution, manufacturing, full accounting, aircraft maintenance, pilot flight tracking, and many other areas. Please reply to this posting, and I would be very happy to forward my resume to interested parties. Thank you. Sandy Sosniak
Using DYNAMIC.CBL from \\NETEXPRESS\\Examples\\Net Express IDE\\ODBCESQL as an example, I have written a program to test dynamic SQL against a SQL Server Database. I was wondering if there is a way to declare more than 1 DYNAMIC_SQL cursor? I first coded and tested retrieving data from 1 table using the following cursor: EXEC SQL DECLARE VCURS CURSOR FOR DYNAMIC_SQLEND-EXEC Then, I added a second cursor to retrieve data from another table in the same database: EXEC SQL DECLARE VCURS CURSOR FOR DYNAMIC_SQL END-EXEC EXEC SQL DECLARE cursortest CURSOR FOR DYNAMIC_SQLEND-EXEC However, it fails compile with the following error: "ES0100 Duplicate cursor name: cursortest" I am using NetExpress 5.1 version f.110.0022 and SQLServer 2012.#SQLserver#SQL#EXECSQLEXECUTE#cobolnetexpress#MicroFocusCOBOL
Hi everybody I have a project on my computer which is registered a license free of Micro Focus Cobol. When export this project to file exe and run it on other computer (only is installed MF Cobol and already haven't registered the license) , A error occured (247 licensing error). How to run this exe on this computer? p/s : I don't want register license on this computer. Thanks.#COBOL#license
I have tried to register a couple of times over the past few weeks with my free trial license number with no success. I get no response at all not even that I am being rejected, if that is the case. I was wondering if there is some way to contact Micro Focus to find out what my status is.
Hi, I need some information regarding the visual COBOL. My current project is using VB6 as front end and Microfocus Netexpress COBOL as backend. Now my company is planning to migrate Netexpress COBOL to Visual COBOL. In this migration, I will be using the same COBOL modules and generating the dll's and exe from Visual COBOL with .Net. Does these load modules works on VB6 application? Any inputs on this are very much appreciated. Thanks, Vinod #VisualCOBOL
Hi everybody. In MF COBOL , how to write a Sort nested Sort ? Thanks so much.
I need to print logo as part of an invoice. How can I do that.
Problem: I am a systems administrator responsible for licensing Server Express on Linux/UNIX systems, but I am having trouble understanding the licensing system. Where can I find an overview and a summary? Solution: Here is an overview of the Server Express LMF/Apptrack licensing system on Linux/UNIX. You should read this if you are responsible for administering Server Express on Linux/UNIX systems. This augments the official licensing documentation. Instructions for accessing the official documentation are included below. DEVELOPMENT VERSUS RUNTIME LICENSES For the LMF/Apptrack licensing system, there are two types of licenses: development licenses and runtime licenses [other types such as Enterprise Server licenses also exist, but consider just development licenses and runtime licenses for this discussion]. Development licenses control the use of the COBOL compiler. They are officially named "Server Express" licenses. Runtime licenses control the ex
Hi, I would like to print a pdf file using the new enhancement of ACUCOBOL-GT. In the documentation, it mentioned " In the documentation, it mentioned, "Use the -P PDF filename syntax in your runtime configuration file to write output to a PDF file named filename". Where can I find the runtime configuration file? And how exactly can I get it to generate pdf file? Any help I can get is very appreciated. Thanks!
I am trying to install Thin Client 10.0.1 msi using GPO(Group Policy), which I have done for years with version 8. The install seems to take place, but the client PC hangs and the user can not log on. The issue appears to be the acceptance of terms after the install. Has anyone else had a problem with this?
[Migrated content. Thread originally posted on 20 June 2011]I am using Dev Software Netexpress 3.1. Need to develop HMAC and SHA1 Hash encryption in Cobol.I have had a look at the specifications and it is quite a task to develop. I was thinking if there is a Cobol object for HMAC and/or SHA1 I can use.If not then is there a exe, dll I can call from the Cobol program, limited to Netexpress 3.1
Hi all, Is there something like this available? Tried with the documentation and i am not winning. Trying to achieve a simple single server setup and selfsigned certs. Used OpenSSL to set it up. Thanks
Hi All, Has anyone found a way to export data from a datagridview to excel with column headers thats fast ? Im managing to do this at the moment using Microsoft.Office.Interop.Excel but its really quite slow. Any ideas would be gratefully received. Thanks Neil.
Say, I have a copybook 'CPBK' which is placed in MYFOLDER. CPBK: 03 WA-FIELD1 PIC X. 03 WA-FIELD2 PIC S9(9) BINARY. 03 WA-FIELD3 PIC 9(3). So when I access copybook in my program I use following statement in Working Storage Section. COPY CPBK in MYFOLDER. Now, I have a table having following fields TABL :FIELD_1 CHAR (1),FIELD_2 NUMBER (9),FIELD_3 CHAR (3) I want to perform 'Select * from TABL' and fetch the details in copybook CPBK But I get compilation error when trying to declare following: EXEC SQL BEGIN DECLARE SECTION END-EXEC. 01 CPBKREC. COPY CPBK IN MYFOLDER. EXEC SQL END DECLARE SECTION END-EXEC. and for fetch - FETCH INTO : CPBKREC Getting following compilation error- &nb
Scuse me for my bad english, but i have this problem I have compiled program with acucobol from 1991 now if i do this command runcbl menu.cob windows 7 64 respond that program cannot execute in 64 if I run this program with wrun32 the ascii caracters don't visualized correct.
Error message is presented to me when running a cobol program from the training environment on our server. It's executing the same program from the production doesn't error from there. Memory access violation Cobol error at 000378 in Main.acu. Thanks in advance for your replies to my post.
Can anyone tell me if there is way to determine how may files are opened; i have set max_files to 512; am using an new menu program and am getting a 94,10 error message saying too may files are opened. I want to display number of open files each time i do a exit program so i can determine what program(s) is causing problem. Thanks.
Is it possible to use the Bootstrap css on a cobol web page? I'll explain, I need the webform to fit into a cell phone screen and I can not find anything in Cobol.
Good day, I am setting up a Multi-tier environment for AcuToWeb where the HP-UX Server (Back-End), installed running with [ AcuCobol-GT runtime AcuConnect ] currently. Linux Apache Server (Web Server), installed running [Apache, Acu-To-Web ] currently. My questions are: 1) Both HP-UX and LINUX must install with Acu-To-Web? 2) If YES, then I need to purchase 2 licensed, HP-UX and LINUX? 3) I only want to purchase 1 license; therefore I have to configure HP-UX using Apache?#acutoweb#AcuCobol#license
I need a solution without a C routine. I am already using a dll and cannot execute another with this program. So I need a way from cobol to check to see if a file exists. This file is not a cobol indexed file it is simple a file on the hard drive I need to look for. Does anyone have a good suggestion? Tom if you are listing thanks in advance.#RMCOBOL
At times the debugger will not process a line of code. This happens most often in trying to load a 2000 entry internal table in cobol . i have tried to use move compute and set on one particular line of code thinking it might be the command but it still will not execute. Is the debugger part of VC or VS? thanks #VisualCOBOL#debugging#COBOLENVIRONMENT
Good day, I had just setup AcuCobol-GT, AcuConnet .. etc Version 10.1 ... atHP-UX: compiler, AcuConnect and cobol programs which upgraded from previous V10.0LINUX: AcuToWeb and AcuConnect Windows: AcuToWeb (desktop), AcuToWeb (Control panel) ... extend v 10.1, thin client v 10.1 The architecture setup will works in this way:HP-UX (All data, programs stored here)LINUX (hosted apache)Windows (Client side)How should it to be setup and programs should be installed ?
Guys can you help me with this 1? i try so many method but still cant find any answer im new in VBA and here is the scenario i have 4 sheets which is user1, user2, user3 and data. (the screenshot is in the data sheet) I want to create a vba macro that will check the user ID and the worktype then send the value of " count(under H column) and Error point(under I column) and also if you can see there is 2 similar worktype under user 1 "maid". if 2 similar worktype is on the data sheet under same userid i want to sum all the same worktype and copy it to user1 sheet Thanks
I am migrating the netexpress COBOL to Visual cobol with eclipse but few programs which use below pointers are not working when compiling in visual cobol dll. for example Netexpress Cobol has "SET ADDRESS OF WS-COMM-AREA TO RCL-HCOMMAREA". I am trying to compile the same program in visual cobol with eclipse and generating the dll. Does the above pointer logic works statement works in visual Cobol?#COBOLVISUALCOBOLMIGRATION
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.