Page 1 of 1

Dynamically calling an Assembler program from C

PostPosted: Fri May 21, 2010 2:18 pm
by adm1818
I need to be able to call an Assembler program dynamically if just given the name. Is it possible?

Re: Dynamically calling an Assembler program from C

PostPosted: Fri May 21, 2010 5:01 pm
by Robert Sample
What research have you done already? If you look, you can find the z/OS XL C/C++ bookshelf at IBM's web site. The z/OS V1R11.0 XL C/C++ Programming Guide manual has an entire chapter (number 20 to be precise) about combining C or C++ and assembler.