On Wed, 8 Jan 2014 11:45:58 -0500, MichealButz <[email protected]> wrote:
>I am getting the following return code when try to add CSVLLIX1 with the >moaddr parameter of CSVDYNEX > >The AMODE of the program is correct = 31 As The high order bit of the >address is one > >With the dsname parameter I get a RC of 0 R15 = 8 , R0 >= 827 > >Below is my code > > > >* Add LLA exit CSVLLIX1 in case module is LLA MA > >* > > LOAD EP=CSVLLIX1 > > ST R0,LLA_EXIT > If I understand the processing for this exit, the exit routine must be in common storage (e.g., LPA or CSA) if you specify MODADDR on the CSVDYNEX ADD macro. So unless your LOAD is satisfied from LPA I doubt that this will work properly. -- Walt ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
