Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
We are migrating our programs from RM COBOL to Visual COBOL, and in our RM COBOL software we use WINPRTMS.DLL to print out barcodes.I was told that this was an RM COBOL dll. Is there anything like that for Visual COBOL that I can use?
What I am trying to do : Trying to Install Relativity Server on 64 Bit Linux Machine [Operation System: RHEL 8.0].Getting Below error:Linux 64-bit system detected. However 32-bit support is not detected.Check System requirements in product documentation. Contact Micro Focus Support if unable to resolve.Seems some important 32 bit libraries are missing. Can you please provide list of 32 bit linux libraries needed for Relativity server ?
The environment is a linux debian server running acurcl and workstations (Windows 10) using acuthin.We have a customer using shortcut keys heavily instead of using the mouse. Occasionally, the keyboard stops working and the session appears to be locked. This even applies to the ESC button. But using the mouse to click on any button on the screen brings the program alive again, and all missing keyboard presses are received. The shortcuts are used mostly on push-buttons.Has anyone experienced anything like this? Any suggestions on what to do? Is this a known problem in 10.3.1?
I am trying to connect to MSSQL (2019) with Visual Studio 2019, with the full trial of Visual Cobol. not the PE. As i was told it has limitations, maybe SQL connection being one of them, i dont know..Anyways would like to connect to an MSSQL database, run a query, that will fetch report data. Then try and i guess read it into tables, and chunks at a time, not sure if VC helps with that, at EOF, if that exists in SQL want to display the data.1. How do you do the connection.2. Reading into tables. in chunks, how do i preallocate the tables for the chunks of data.I know there are videos, but so far those videos are dated. Have not found one step by step video, to show the steps.not showing off, but if its any help, im a both an expert in COBOL and also in MSSQL so i just need to in between part with MF VC. So i know cobol tables inside out, even on a very high level, and i know tssql, with all aspects of the select statements. Joins, SQL REPORTING SERVICES etc. thanks.
I'm using Visual Studio 2019 Visual Cobol and I have problems accessing sequential files. When I try in the program to open a Sequential/line sequential files, with variable record length, the data accessed is not from the opened file but of another file created in previous runs. They are like ghost files. So there is no way I can access existing sequential files. Also, I created sequential files under VS, using internal data and it works fine, but then these files cannot be accessed (file not found) by another external program. Jan 26, 2021: PROBLEM SOLVED thanks to the help of this Community's users. Origin: Use of Spaced Directory names(Windows platform). Two solutions:1- Do not use blank spaced Directory names, e.g: NO: "D:\\File1 part1\\......\\filename". (blank spaced)
Hi all,I am trying to send emails by using an outlook object, I am facing the following problem:I want to use the SendUsingAccount property which allows me to sellect the sender account:In brief my program looks like this:77 H-Application handle of @Application.77 H-Accounts handle of @Accounts.77 H-Account handle of Account.77 W-Var-_NameSpace handle of @_NameSpace.77 OUTLOOK-HANDLE HANDLE OF APPLICATION.77 MAIL-HANDLE HANDLE OF MAILITEM.CREATE APPLICATION OF OUTLOOK HANDLE IN OUTLOOK-HANDLEMODIFY OUTLOOK-HANDLE, CREATEITEM (OLMAILITEM) GIVING MAIL-HANDLE inquire OUTLOOK-HANDLE @Session in W-Var-_NameSpaceinquire W-Var-_NameSpace @Accounts in H-Accountsmodify H-Accounts @Item (2) Returning H-AccountMODIFY MAIL-HANDLE @SendUsingAccount = H-AccountThis command seems to do nothing, always the primary/default account is used.I searched many forums and it seems that (by using regular VB code) the correct command is:set mail_object.SendUsingAccount=account_objectI believe "MODIFY
Hi,I've installed the extend 10.3.1 32/64 bit versions. In the 32bit version lib directory (C:\\Program Files (x86)\\Micro Focus\\extend 10.3.1\\AcuGT\\lib) there is a console application solution (crun32.sln) but there doesn't appear to be an equivalent in the 64 bit lib directory. I was wondering why this is and if a 64bit console application is possible?
PROBLEM Excel and Power BI, downloaded from the Windows Store, do not connect to AcuXDBC. They give an error, even when the PATH and GENESIS_HOME variables are set correctly: DLLLOAD: acuxdbc04, The specified module could not be found. SOLUTION Windows Store apps (UWP: Universal Windows Platform) runs in an AppContainer security context. "Win32 desktop apps" on Windows Vista or later run as "Standard User" or as "Administrator". UWP apps have less access rights than "Standard User" and can never run as "Administrator". UWP apps can request additional capabilities to get a few more rights with permission from the user but have limited access to the system and user data. For example, they cannot read most of the filesystem, only the installed location, an isolated application data folder, and an isolated temporary file folder. See File access and permissions (Windows Runtime apps) This means that even if the bin directory is set on the PATH, so that the AcuXDBC DLLs can be found,
What would be the best way to read next and/or previous row in an SQL database using the “SELECT” statement in Managed COBOL? For example, suppose I have the following table and whereby the key is “Name”: Name AgeJohn 20Jane 25Rob 30 Is there another statement besides the “Select” that would be more appropriate? Thanks in advance for your help.
We have the Visual Cobol IDE running on our Windows desktops but our Cobol programs run, via Dev Hub, on a remote server (in our case, an AIX server). The challenge we face is how to integrate our source code repository, Rational Team Concert, with our IDE. Typically, we set up Eclipse to have a local workspace on our computer desktop and that workspace is what Rational Team Concert is using to keep our files in sync with source code control. But, with Cobol running on AIX, the project files need to be on the remote box which, of course, isn't where Rational Team Concert expects them. Our current solution is that our developers, via the Visual Cobol IDE, manually "drag" (or copy) the files between the Rational Team Concert-controlled workspace and the remote project area on the remote server. This isn't ideal! Is anyone using Visual Cobol with Dev Hub while using a source code repository? If so, how have you integrated them to work t
We've been on PeopleSoft since 2004 and have the MicroFocus compiler/runtime for our Linux platform. The area I support, Student Financials, has nearly a million lines of Cobol code. Since 2004 management has allowed me to also install MicroFocus Cobol 3.1 for many years, then 5.1, now Visual Cobol 4.0 on a Windows 10 machine. This has been excellent and has allowed me to debug line by line the code that is executed on the Linux platform. For instance, the Tuition Calculation is composed of 30 Cobol programs 10 levels deep. I've always been able to connect to the Oracle database, sign in, and debug any program. It's been a learning curve to figure out Visual Studio, but I'm able to compile our Tuition Calculation Cobol stack and begin debugging it. PeopleSoft manages access to the backend database by Cobol subroutines, being able to use Oracle, DB2, etc. The PeopleSoft subprogram, PTPSQLRT.cbl, is respon
Hello,We run our application on Linux accessing local directory resources.Currently we decide to use some shared directory resources on a NAS but when we run the program and we try to open files on the directory in the NAS we are getting this file status error: 9/065 or 9A.Can anyone help to understand what can be happening?Thank you.
How do i resolve this issue?
Linux has libvision.aWindows has avision6.libWe have an acucobol application, which maintains many data files. Have an idea for an external application, and the easiest way to interoperate would be to access the vision files directly. How do I use those libraries from another language, in order to open/read/write/etc vision files?
Well since i,ve been asking questions about a simple setup, the answers i have received have been very dismal. Go watch the videos. This is like telling a new Stealth Fighter pilot on how to use the Aircraft, to go read up on the Wright brothers page on how to fly a plane. Things changed since those videos, and if you cant get hold of the version of Eclipse with that version of Visual Cobol, you cant follow along. And we should you, there are now major revisions to both of these programs. So here is a simple request, from whomever, A video for beginners, in Micro Focus, how to install it correctly, try and follow the latest manual out there, the one i followed on how to install it, how it works with one of the later versions of Eclipse, not the Europa version, and how can you access input and output files in Eclipse with the VC Editor, what has to be setup where. Just basic information. Next time you tell someone to watch the videos and get with the program, see if maybe they are
Hello,I need to calculate the CRC code to a 36 position alphanumeric field, applying the crc8 algorithm. Is there any example in COBOL for NetExpress or VC?I have tried, from several examples in C#, to generate a cobol program, using the C# to MF COBOL converter from https://cs2cobol.microfocuscloud.com/, but the sources that generate give problems.
by build in vc6.0 we can see:xyz successfull or actual, xyz errors, any skipped (Translate from german vc2019)How to find the skip files?thanks for answer!
Need Help from Someone to Get Alfred Code to Compile. I want to make a few Minor Changes to the program, But I am confused at best in how to get this to compile. I currently have a old Editor from UNICON and I use Acubench also. I don't really know how to get Alfred to compile via Acubench. I am open to anybody hopping on my laptop\\PC and getting this up and running. I have read the README.txt but makes no sense to me.
I'm running Micro Focus Enterprise Developer and can't seem to get it to recognize the directory where all my data files(.dat) are. I'm running a PowerShell script that sets up an environment variable, i.e.; $env:dd_MYFILE = "MYFILE.dat" In the script I also try to set COBDATA, before running the batch program,i.e.; [Environment]::SetEnvironmentVariable("COBDATA", "c:\\data", "User") Then I run the batch program that opens this file but am getting an error 35 in the file status after the open. In the COBOL, the select looks like: SELECT MYFILE ASSIGN TO "MYFILE" ORGANIZATION IS INDEXED If I change the PowerShell script to the full path, i.e.; $env:dd_MYFILE
I have been able to LOAD a COBOL DLL - using com.microfocus.cobol.RuntimeSystem.cobload(xxx.dll) - from inside of a Spring Application that is running in a JBOSS or WAS Server when using version 3.0 of Visual COBOL or COBOL SERVER runtime in a Windows environment and using OpenJDK 1.8.0_265.In addition, after the LOAD, I was successfully able to execute the COBOL DLL with a call to com.microfocus.cobo.RuntimeSystem.cobcall("PROGRAM_ENTRYPOINT", params).I have now upgraded to version 6.0 of VCE and COBOL Server and get the below message on Windows when attempting the LOAD itself - not got to cobcall as yet:"java.lang.UnsatisfiedLinkError: COBOL Runtime - unsupported JVM"I am also attempting for the first time, to compile to SO (Unix) and LOAD the same on the App Server (JBOSS) running on Linux where I get the below message (compiled and linked via Dev Hub):"Application should use "cobjrun" to execute this application instead of the default "java" trigger.Question: How would you call a D
Wow after working for many of the greatest banks, like Goldman, Suisse, Privates, big studios like Warner and Sony. all i wanted to do, was try to see how Visual works with Eclipse, so far been trying for 3 weeks. First tried it with Visual Studio was no problem, but too much overhead, and had issues in doing simple things. When I tried Eclipse, everything broke down, have done everything to my pc, just for it to work, now trying for weeks. moving files, partitioning, getting rid of any sub linux subsystems, all that worked perfectly with GnuCobol. But with simple Eclipse and VS Cobol, only was able to get it to work twice the rest of the time, was not able to connect eclipse with VS on a Windows 10 PC. The Customer service been of zero help, no answer from them at all, so i come here, to see if someone could just help me, get it to work. I will say the Visual Studio was with Visual Cobol, but there was no documentation how to open or write files, it was all very confusing, thoug
Last week I came here asking, why I couldnt access my files in the Cobol Program which I can always access in any other editor. Well I got answer such as Cobdata, but then someone told me since i have PE (personal edition) COBDATA wont work, so i was on my own. No answer no help. Though Micro Focus called me back from England i missed them. Anyways there is two solutions. One way is enter the full path, which i wish someone could have mentioned but didnt. So I created a directory, with all my files i have 100s and i dont use the same File Control Name in each program so using SETFILE was not an option.The other way is tricky. In my workspace, well in anyones workspace with VC editor with COBOL Projects. What happens is orignally i had placed each file in the PROJECT directory, and accessing a file that way is easy in any editor since, you just assign the file name in your FILE-CONTROL Paragraph as "filename.dat" whatever. But with me in using MF VC it never worked. Well
FordonsData’s DMS is called Kobra II and is regarded as the most complete DMS for the Swedish automotive retail industry. It manages orders, planning, billing, spare parts, warranty, vehicle sales and renting, and accounting. The solution was COBOL-developed in the early 1990s and operates as a client/server model. In the last 30 years, the system has been under constant development, following the waterfall method, resulting in 5.5 million Lines of Code (LOC) in over 5,000 COBOL programs. Data is stored in over 1,000 ISAM files. FordonsData developed its own transaction processing monitor to handle the communication between the client and the server. Micro Focus Server Express and Net Express were used for COBOL development and deployment purposes. Read the full case study here. #CustomerStories
And this after creating so many programs in cobol to test MF VC, and messing with all the options and settings to get it where i wanted. So if i enter the brand new auth code i get this Remote request error - The authorization code has exhausted the activation count. or if i enter the one from this week or last week, same error, not sure why, just installed MF once this week. So anyways only solution i see, is uninstall MF completely, try to reinstall and try with a fourth license, since the 3rd one i already tried 3 times, so now too it will have exhausted activation count. Its sad since if i download a trial of SQL, VS Professional, or DB2, i never ever got a license issue, unless the time expired, after a year or so. Unfortunately i will need to uninstall MF completely lose all my settings, download a copy with a new license and try again. I will say this, after really wasting weeks on figuring out MF VC it is well worth it over anything else out there, for the PC, like GNUCobo
I am trying to compare 2 ISAM [RM/COBOL] files as below :a. 2 version of same RM/COBOL [ISAM] file. [Say file1 and file2]b. Trying to compare using Cobol program.c. Each file around 41M records. and record length is about 500 Bytes [FB]d. Compare program is taking about 1 hours and 40 mins.e. Recovered each file then try to compile files. Still around same result.f. I copied file1 to file1new and file2 to file2new [RM/COBOL file - ISAM]. g. Tried to compare file1new and file2 new. Compare program took 7 mins.Is it possible to rebuilt file1 and file2 so that 7 mins performance could be obtained ? [ Since I cannot file in Prod]How to identify file problem [so that check our entire file repository for such issue] ? Please excuse me if this topic is already discussed previously. [I tired but not able to find].
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.