On Wed, 10 May 2017 19:02:32 +0200, Peter Hunkeler wrote:

>I understand that Cobol V5 and newer is marking the Working Storage sections 
>(C_WSA) with the "deferred load" attribute. I further understand that 
>"deferred load" sections are not loaded automatically when the load module is 
>brought into storage.
>
>How does one request that "deferred load" section be loaded now? I probably 
>was looking for the wrong thing at the wrong place, since I could not find it.
> 
I believe they're loaded on demand.  If you need them, they' re there;
if they're not there, you didn't need them.

>From looking at a dump, I see the CDE does not seem to represent the "deferred 
>load" section of a program object, only the non-deferred part. How do I find 
>such a section in a dump?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to