Good morning, I have a question regarding the RM-COBOL we do not have the xcentrisity so we use programs in C or Java to make consumptions of webservice or make communications with dataphones or perform specialized management of devices such as scale etc, to execute these programs we make this sentence
CALL "SYSTEM" USING COMMAND-TO-EXECUTE
ON EXCEPTION
ERROR
NOT ON EXCEPTION
CANCEL "SYSTEM"
END-CALL
But depending on how loaded the web service or databases or devices you lose control of the program while waiting for an answer and this causes delays especially in invoicing processes is critical, there is some way to make a call to programs external or COBOL to perform their operations but that I immediately return control of my application something like in the background
#RMCOBOL
#COBOL
#rm




