Skip to main content

Dears,

I am trying to integrate message-driven API into COBOL.

Could I define a  event which would be triggered by C?

Then accept it like keyboard/mouse events.

I have tried COBOL call C , then C callback COBOL.

But it does not work,

because AcuGT does not support PROCEDURE POINTER 

which I could pass to C from COBOL.

The environment is GT v9, AIX/Linux 64

Thanks & Regards,

ARIEN