Title: Can I call an RMCobol program passing parameters to it?

The CALL stmt can call isCOBOL object classes, native Java classes, and C routines (thru DLL’s, Shared object or static routines).
But the CALL stmt cannot call any COBOL object from anyother COBOL compiler, which means it cannot call RMCOBOL, ACUCOBOL, Microfocus COBOL object programs.
On the other hand the CALL “C$SYSTEM” can run any OS command and/or OS available executable.
So, the only thing you can do is to run the program as if you were running it from the command line (and of course that is not the same as doing a standard CALL stmt).

Authored by: Veryant Support on Mon, Jul 15th, 2013 at 7:00 PM
This question has been viewed 8187 times so far.
Online URL: http://support.veryant.com/support/phpkb/question.php?ID=205

Powered by PHPKB Knowledge Base Software