On 8 February 2011 17:30, Jim Mulder <[email protected]> wrote:
>> > issue the STORAGE OBTAIN in SP=241 yourself. Then issue the LOAD,
>> pointing to that area
>>
>> Thanks. I had decided to ask about that. Sounds like less of a re-write than
>> going from LOAD to CSVDYLPA. The load module is small (a little over 1K)
>> and fairly stable. I already have an SP=241 area that I could easily enlarge
>> by 1K+. Any negatives to this approach? Any reason not to do it this way?
>
>  CSVDYLPA will create a CDE so that things like IPCS WHERE and
> SLIP can identify the module name.  LOAD to address will not
> create a CDE.  For that reason, I strongly recommend
> CSVDYLPA over LOAD to address.

There is also the matter of figuring out how much storage you need to
obtain. As you say your module is small and static, this sounds like a
non-issue, but with big modules you need to know. You can fall back to
doing a normal LOAD, followed by a DELETE, then STORAGE OBTAIN and
directed LOAD, but that somehow offends my sense of what's right. Or
you can ask the Binder API, or fiddle about with PDS directory stuff,
or...

Tony H.

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