• cobtoxml giving error creating XML files

    Recently new rmcobol licence installed and after that when I try to create SOAP style sheets (xsd, xsl etc) recompiling exisiting programs (no changes were made), I get error. So I tried to test as per the document here page 22 - https://www.microfocus…
  • XML Extension + RM/COBOL Program

    I am trying to use 2 below copybooks. SGUPTA COPY "lixmlall.cpy". == > standard xml copybook T01153 COPY "XXXBUF.CPY". == > Internal copybook. I place tdhem just before the linkage section. But kept on getting error like 170651 973767 SGUPTA…
  • CPU Usage by RM/COBOL Program

    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…
  • XML EXTENSION Implementation

    HI - I am using XML Extension with RM/COBOL. I have below question Current System Programs1 [Listen to Linux Port. Never Temrinate] === >P1 Calls P2 ===> P2 Call P3 [P3 Uses XML Extension. Has XML INITIALIZE Function but not XML TEMRINATE…
  • How to Migrate RMCOBOL 85 License from Sco Unix to Ubuntu Linux Server

    Dear All, Presently we are using RMCOBOL 85 with 44 user license in SCO UNIX Server , so is it possible to move that license to Ubuntu linux Server , Any one please suggest the process Thank you Saiteja N 8121676979 saiteja.edu @gmail…
  • RM/COBOL - DOCKERS compatibility

    Hi - I have a question regarding RM/Cobol compatibility with Dockers. If compatible, steps need to be followed. Can you please help to gather info? I raised support Ticket and emailed to our contact.
  • RM/COBOL -- ISAM FILE : FILE STATUS :9802

    Hi - I have a ISAM file.. File is in Recovery Status .. causing 9802 in program opening this file... I cannot recover the file using recover1 since file is used in real time system.. Is there any other method to recover this file or skip the…
  • RM/COBOL -- Passing Data to Cobol Program

    HI - I have file that contains 1 record but the length of data can be from 2 chars to 700,000 chars. I want to access such file in RM/COBOL program, ran via shell. Neither FD section approach nor sending via LINKAGE section is working. Using XML…
  • Help on RM/COBOL compiler

    I have Server#1 having RM/Cobol Compiler + XML Extension : > Able to compile Cobol Program with XML. > Execute Cobol Program and read xml. Server#2 has RM/COBOL Compiler + XML Extension. > Able to compile Cobol Program with XML. >Not able…
  • How to Define Default Value for Column in Relativity for a Cobol File?

    I am using Relativity to define ISAM file.Below is one such exmaple: File structure [EMPLOYEE] 01 Record-1. 02 EMP-ID PIC 9(10). 02 EMP-NAME PIC X(30). 02 EMP-DEPT-CODE PIC 9(3). Relativity Definition TABLE : EMPLOYEE EMP_ID DECIMAL…
  • Ignore errors on Relativity query?

    I've been scouring through the forums looking for information on this. We have a lot of Relativity tables and most of them work great without any errors. Sometimes we've run into problems like: Numeric item in key contains nonnumeric characters Numeric…