I am trying to write a dce-rpc program in the posix shell and while program
works in both the shell and MPE, when I try to link in the COBOL subroutine
at run time, the program fails. I compile the program in the shell and use
linkedit to link dcexl.hpdce.sys and othdxl.threads.sys. This works fine.
When I try to link a Cobol XL both at run time and through linkedt, the
program dies when the cobol subroutine is called within the C program. Does
anyone know if this is supported by HP. If not does anyone know if there are
any other ways to do this (possibly by socket programming)? Thanks for your
help.

William