Re: Interlocked Acess Facility 2

2021-05-08 Thread Ed Jaffe
On 5/8/2021 6:05 AM, Peter Relson wrote: You haven't had to bifurcate your code like this since z/OS 2.2 which has the z11 as it's minimum requirement. Actually, there was no z/OS release that had z196 as its minimum requirement. z/OS 2.2's minimum is z10. z/OS 2.3's minimum is zEC12 (so inclu

Re: Interlocked Acess Facility 2

2021-05-08 Thread Peter Relson
You haven't had to bifurcate your code like this since z/OS 2.2 which has the z11 as it's minimum requirement. Actually, there was no z/OS release that had z196 as its minimum requirement. z/OS 2.2's minimum is z10. z/OS 2.3's minimum is zEC12 (so includes z196). Regardless, it remains true t

Re: Interlocked Acess Facility 2

2021-05-07 Thread Ed Jaffe
On 5/7/2021 3:42 PM, Keven Hall wrote:  Based on my reading of the description of the Interlocked Access Facility 2, I'm led to assume that the following code paths are functionally equivalentt in a multi-threaded/mutli-processing application. If I assume in error, please feel at liberty to p

Interlocked Acess Facility 2

2021-05-07 Thread Keven Hall
 Based on my reading of the description of the Interlocked Access Facility 2, I'm led to assume that the following code paths are functionally equivalentt in a multi-threaded/mutli-processing application. If I assume in error, please feel at liberty to point out my folly. Regards, Keven