On Fri, 10 Sep 2010 17:00:24 -0700, David Alcock
<[email protected]> wrote:

>I was under the mistaken belief the use count didn't matter for modules
linked RENT and/or found in the LPA from a LOAD macro.  But I see that you
will get a S906 after 32767 (x'7fff') loads.  This is z/OS 1.11.  Did it
always work this way?
>
>NAME..... IEFBR14   ENTPT.... 00C64000  CHAIN.... 00F814F0
>USE...... 7FFF      SP....... 00
>LOADED BY NIP OR FLPA/MLPA MODULE. REENTERABLE. REUSABLE.
>APF LIBRARY. AC(1).
>DYNAMIC LPA. ONLY WHOLE PAGES ARE PAGE-PROTECTED.
>CDE EXTENSION EXISTS.
>
>CSV002I REQUESTS FOR MODULE IEFBR14  EXCEED MAXIMUM USE COUNT
>CSV028I ABEND906-08
>

It must have. If not, then how would contents management know when it could
FREEMAIN the storage occupied by the RENT module? It only loads into memory
once with RENT, but when the count goes to zero, I think it still FREEMAIN's
the module's storage as well as removing the LLE(?) for the module. 

----------------------------------------------------------------------
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

Reply via email to