Use the ADDR= parameter with the LOAD macro. You've got to request the CSA storage yourself and pass its address via ADDR= to the load service.
The description of that parameter says: "....The system does not search for the module and does not maintain a record of the module once it is loaded....." I.e. the module is not placed on the task's load list, so the system will not delete it when the task ends. In fact the system doesn't remember it had loaded that module. -- Peter Hunkeler CREDIT SUISSE ---------------------------------------------------------------------- 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

