R8 is 0 so you are trying to free address 0. My guess would be that LLA_ADDR is within LLA_area and that the XC LLA_AREA has cleared that field (and probably the length).
Another problem is that you copy the load module without correcting the adcons/vcons. Why don't you just use the entry point from the load? Alternatively, you may want to consider issuing the LOAD with ADDR= rather than copying the storage. I'm guessing that you currently have the load point and entry point the same. Another thing to verify is that you guarantee the exit is not running when you release the storage. Deleting an exit routine does not guarantee the exit is not running. Jon Perryman. On Monday, May 12, 2014 6:51 AM, MichealButz <[email protected]> wrote: I have TSO verify exit in which I am enabling LLA exit CSVLLIX1 exit and >then deleting it this seems intermittently to cause a 378-14 abend > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
