[Migrated content. Thread originally posted on 19 January 2012]
I wan't to call a cobol program from c# and have two parameters which are defines as group elements.
Is there a way to call the cobol without writing a proxy program which then takes every single item into account?
I just wan't to give the cobol program a byte[] (sbyte[]) or a pointer to that array.
In java this is possible!




