On Wed, 24 Aug 2022 at 16:32, Stanislawski, Shawn (National VM Capability) <
shaw...@dxc.com> wrote:

> 16MB?  24bit addressing related somehow, is it?
> But yes, it is very likely the assignment of this REXX stemmed variable
> attempts a storage request over 16MB (including control information).  I
> will check.
>

Since you have the data in the pipeline to write to a stemmed variable, you
could block it conveniently before putting it there, and deblock it when
you use it. But it could be very attractive to put the application logic in
the pipeline and avoid staging the data in REXX variables.


> Just to be thorough, are there limitations regarding the area of CMS
> available memory where the REXX variable pool can reside?  (16 MB line, 2
> GB bar, etc)
>
> The total amount of REXX variables (plus what else you have) needs to fit
under the bar in your virtual machine.

Rob

Reply via email to