I'm trying to integrate some functionality from my company's old system to our new one.
We have some COBOL code running on ACUCOBOL v6.2 . Is there a simple way of making an external http call / or even a non-http call without purchasing AcuToWeb or another software bundle.
I can think of a few ways to handle this:
-Pcurl https://www.google.com/?q=acucobol
for input, or -Pps2pdf > /tmp/pdf-file
as output and send it some postscript.CALL "SYSTEM" USING COMMAND-LINE