*********************************************************************************************_______________________________________________
VSE-L mailing list
VS...@lists.lehigh.edu
https://lists.lehigh.edu/mailman/listinfo/vse-l
A place I worked at was 99% RPG. I don’t blame the guy for not wanting COBOL. I hate it. We had MRP II (Big MRP) that was all RPG II. I had to write one COBOL program to use IBM’s drawing software to draw some stencils on a shipping document. Some huge RPG programs in CICS. Really long story here.
That said, I would not recommend RPG for CICS – unless they’re properly written CICS programs. IBM did everything they could to keep people from using RPG in CICS. Some of our programs were 140K, which the CICS program loader loaded 1 K at a time. It’s not reentrant so you have to TCLASS all the transactions to make room for other programs. If 5 of us are running the same program, there are 5 full copies loaded in the partition. Before we got 31 bit addressing, I spent a lot of time tuning the system to run this stuff. I don’t think they ever made RPG 31 bit so it’s still probably tough.
We’re talking RPG II (real RPG). I never saw the faux RPGs (III and IV).
My current employer is 100% Natural (for the moment). But we’re moving to 100% package on Windows…..