Forum Post: RE: Does XBIS have any throttling capability?
Thanks so much for the reply. We are running in Apache on AIX and Linux (RHEL). Our root issue is that when we doing load testing and pushing a large number of requests at XBIS, it just chokes. By...
View ArticleForum Post: RE: Does XBIS have any throttling capability?
You might also mention whether you're running RM/Cobol or ACUCOBOL/extend (you've posted in the RM forum, but I think I recall working with you as an Acu/extend user).
View ArticleForum Post: RE: Does XBIS have any throttling capability?
Thanks Chuck, yes this is AcuCobol/Extend. I was point specifically to the RM forum by support, since this is an XBIS related issue.
View ArticleForum Post: SQL Update, Insert, Delete
Looking for code examples for update, delete and insert for MS SQL from instant SQL. Any help is appreciated.
View ArticleForum Post: RE: SQL Update, Insert, Delete
Hi Jimk, Here is a very basic code that does CRUD on MS SQL from RM/COBOL using Instant SQL: ******************************* ** Requires an ODBC DataSource called MSLEGAJOS ** pointing to a valid...
View ArticleForum Post: Convert RM/COBOL indexed file v2.1 (dual) into current version 12
Hi, I am working with a customer that is running RM/COBOL 2.1 under Unix Ncr (for a very long time...) and wanting to move to Linux. Their Indexed files are dual, one file for the data and another for...
View ArticleForum Post: RE: Convert RM/COBOL indexed file v2.1 (dual) into current...
Hola Juan, Creo que puedes hacerlo ejecutando "runcobol rmifca.cob". Te pide el fichero a convertir ver. 1.x y lo convierte a ver. 2.0 Te pongo el rmifca.cob en este link: https://we.tl/t-7PHemL65FI Si...
View ArticleForum Post: RE: Convert RM/COBOL indexed file v2.1 (dual) into current...
Muchas gracias! Funciona perfecto. Recuerdo que antes venía este conversor (en la versión 5 hasta la 7) pero obviamente por el paso del tiempo se ve que lo han quitado. Saludos y gracias de nuevo,
View ArticleForum Post: RE: Convert RM/COBOL indexed file v2.1 (dual) into current...
Juan, We used to provide an RM/COBOL-74 to 85 package on our old web site. This package contained the “RM74-85 Conversion” PDF document, along with, the COBOL source, and programs, detailed in the PDF...
View ArticleForum Post: RE: Convert RM/COBOL indexed file v2.1 (dual) into current...
Me alegro mucho. Si, es que estos nuevos chicos de Microfocus se creen que ya esta todo el mundo trabajando con lo que ellos dicen. Y lamentablemente hay mucho desarrollo que está con programación hace...
View ArticleForum Post: RE: Convert RM/COBOL indexed file v2.1 (dual) into current...
Thank you Steve! Regards,
View ArticleForum Post: XML Extensions cache lifespan
What is the lifespan of the XML Extensions cache? I presume that it is for the life of the rununit but I don't see that in the Users Guide. Experienced an issue where we changed the number of occurs in...
View ArticleForum Post: RE: XML Extensions cache lifespan
Hi, David! It has been a while... Do I understand that you are recompiling the program during the runtime of a program? If so, why? You are correct that XML cache runs the duration of the run unit, and...
View ArticleForum Post: RE: XML Extensions cache lifespan
Tom, nice to hear from you. Hope all is well with you. First question: "Why?" We were recompiling the program to correct an error. Thought it would have no impact as the program is called dynamically...
View ArticleForum Post: RE: XML Extensions cache lifespan
David, Sorry I have taken so long to reply. I seem, somehow, to have modified my notification options. My guess is that the model document for the old program was still in the cache. If you remember...
View ArticleForum Post: RE: XML Extensions cache lifespan
Tom, no need to apologize. I have no doubt you are busy. Thanks for the explanation regarding the model document. It helps to know the correct terminology. I would be interested in hearing more about...
View ArticleForum Post: RE: XML Extensions cache lifespan
David, The basic technique is to use XML SET XSL-PARAMETERS (and XML CLEAR XSL-PARAMETERS) to control the XSL. Then you can use XML IMPORT FILE in a loop to retrieve 'chunks' of the input document. XSL...
View ArticleForum Post: need help with usage of "casrdtup" command
Hi, I have created the below resource definition and am trying to loaded it into the dfhdrdat file. But after restarting the server i am not able to see the entry in the PCT:- DEFINE TRANSACTION(ABCD)...
View ArticleForum Post: RE: need help with usage of "casrdtup" command
Sorry--can't help with this. You posted this question in the RM/COBOL forum. This looks like a mainframe feature -- please repost your question there. Just hover over COBOL Development / Mainframe at...
View ArticleWiki Page: Applying licenses for installed RM/COBOL products
This article describes the method for applying a license to an installed Liant product, without, requiring a reinstall of the product. Problem: To apply a new license on your system, you will need to...
View Article