> On 2020-11-17, at 10:21:10, Binyamin Dissen wrote:
>
> On Tue, 17 Nov 2020 13:58:23 +0000 Seymour J Metz wrote:
>
> :>Indeed, OS/360 had some code that was reentrant but not refreshable; AFAIK
> IBM has cleaned up all such abominations, and the binder does not allow you
> to create a load module or program object marked as reentrant but not
> refreshaable.
>
> You are asserting that RENT now forces REFR?
>
I read the converse. in:
MVS Program Management: User's Guide and Reference
• The linkage editor processed the serially reusable (REUS),
reenterable (RENT) and refreshable (REFR) attributes as
separate and independent options. The binder, however,
treats them as a single, multivalued attribute with an
implied hierarchical relationship: “refreshable” implies
“reenterable” and “reenterable” implies “serially reusable”.
-- gil