Re: [CMS-PIPELINES] FPLRVR236E Too much data for variable MSTEM.5020

2022-08-24 Thread Rob van der Heij
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).

Re: [CMS-PIPELINES] FPLRVR236E Too much data for variable MSTEM.5020

2022-08-24 Thread John P. Hartmann
On 8/24/22 16:32, Stanislawski, Shawn (National VM Capability) wrote: 16MB? 24bit addressing related somehow, is it? Not likely, even though REXX is before XA, but MVCL are restricted to 16M objects.

Re: [CMS-PIPELINES] FPLRVR236E Too much data for variable MSTEM.5020

2022-08-24 Thread Stanislawski, Shawn (National VM Capability)
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. Just to be thorough, are there limitations regarding the area of CMS available memory

Re: [CMS-PIPELINES] FPLRVR236E Too much data for variable MSTEM.5020

2022-08-24 Thread Rob van der Heij
A single REXX variable is limited to 16M because of how REXX works. When you're doing a REXX stemmed variable each shorter than that, you can fill up CMS available memory with them. Sir Rob the Plumber On Wed, 24 Aug 2022 at 00:40, Stanislawski, Shawn (National VM Capability) < shaw...@dxc.com>

[CMS-PIPELINES] FPLRVR236E Too much data for variable MSTEM.5020

2022-08-23 Thread Stanislawski, Shawn (National VM Capability)
Have a situation where we keep running into FPLRVR236E when trying to populate very large stemmed arrays. Any idea what maximums the STEM stage / REXX itself is capable of handling? (If it helps: virtual machine currently set to MACHINE XA, 1G of virtual storage, IPL'ed CMS saved segment.)