by steve-myers » Sat Mar 26, 2011 8:48 am
The new program receives control with standard linkage. In other words, reg 1 points to a parameter list you specified in your ATTACH macro, reg 13 points to a "standard" OS/360 72 byte save area, register 14 probably points to an SVC 3 instruction, and reg 15 contains the entry point address of the program being started by the ATTACH macro.
Is there a reason you're using the ATTACH macro? There are any number of valid reason to use it, but there is quite a bit of overhead associated with it, so it should only be used for a valid reason.