Apologies if this question has been asked previously... I'm working on a proof of concept which requires GnuCobol(opencobol) to call/execute a Java class. Googling through a number of pages suggested use of INVOKE statement by instantiating the Java class. Unfortunately INVOKE is yet to be supported in GnuCOBOL. Any pointers on how the integration could be achieved will be very much appreciated.
Thanks