I have a question on RM/COBOL program(s) and its relation to CPU usage.
I have around 10 Cobol programs use to run for long on Linux machine.
Linux machine has 8 CPUs. I noticed all programs is trying to use 1-2 CPU while other remain unutilized…
When doing a fresh installation of RMCobol 12.19 the install.sh fails to find the eula.txt. I see it in a subdirectory and copied it to the installation directory just incase it was a pathing issue but still install fails to get past that point.
Hi
My team have been using a program which allows use to convert INX (indexed or sequential data files) into ASCII, edit rows individually (w/ hex editor), and then convert the modified file back into INX. This process is not the best way of making…