You don't need the prelinker, if you don't use options RENT or DLL or LONGNAME and if you can accept that your external names be truncated to 8 chars, all upper case. If you have collisions with duplicate external names which start with the same 8 chars, you can use #pragma map to rename these (usually function) names.
Kind regards Bernd Am Mittwoch, 22. März 2006 13:53 schrieben Sie: > > A couple of questions. What is the purpose of the pre-link steps and under > what conditions (if any) are they required / optional? > > I would prefer to have the stub program be in assembler. Can I assume that > standard rules apply (ie. loading parm list at R1 and BALR R14,R15 or BASSM > R14,R15)? > ---------------------------------------------------------------------- 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

