Ref:  Your note of Thu, 2 Oct 2014 14:03:07 -0600

I should have clarified that I use RSECT for code and constants
and CSECT for initialised dynamic areas, and I assemble with
NORENT, so the RSECT areas are checked for reentrancy but the
CSECT areas are not.

Jonathan Scott
IBM Hursley, UK

Paul Gilmartin wrote:
> So, with only the minor additional cost of a VCON to locate
> the model CSECT and a transient base register to address it,
> I might obtain storage for the writeable copy, copy the model
> to it, drop the USING for the model and address the writeable
> copy with a USING based on the model.  Of course, if I declare
> the model read-only, I'll get RENT warnings on the writeable
> copy.
>
> Thanks again,
> gil

Reply via email to