SiouxCityElvis
Programmer
I am writing a cobol app that will read a named pipe file, and based off of information from the pipe, using CALL to other COBOL programs to process information.
I am able to do this, but I was wondering how I would then return results information back to the program that did the CALL. The called program gets the results, but how does the called program "CALL" back the results?
Thanks in advance.
-David
I am able to do this, but I was wondering how I would then return results information back to the program that did the CALL. The called program gets the results, but how does the called program "CALL" back the results?
Thanks in advance.
-David