All,

I have a C-Prog and a COBOL-Prog and I want to "call" the COBOL-Prog from C - but dynamically!

Like:


int main()
{
   printf("Calling famous COBOL...\n");
   COBPROG();
   printf("Ahhh, back again ;)\n");
}

So, what happens is that the linker includes the Load-Module of COBPROG into the Load-Module of my C-Prog.

Somehow possible to avaoid this?


Thank you,
  Michael

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to