AFAIK, the interpreter uses 31 bit addresses. The default is LOW probably to ensure compatibility with 24 bit programs.
On Tuesday, December 14, 2021, Paul Gilmartin < [email protected]> wrote: > On Tue, 14 Dec 2021 18:38:44 -0600, Hobart Spitz wrote: > > >I don't think anyone has suggested PROFILE VARSTORAGE(HIGH). > > > Why is that an option, not even the default, in this 21st Century? > > What supported interfaces are affected by this? > > VARSTORAGE (HIGH) > indicates that CLIST variables and REXX OUTTRAP variables > containing output from authorized commands invoked by REXX > can be kept in storage above the 16M line. > > Has this any effect on non-authorized commands? > > Is there an above-the-bar variant? > > -- gil > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- OREXXMan Would you rather pass data in move mode (*nix piping) or locate mode (Pipes) or via disk (JCL)? Why do you think you rarely see *nix commands with more than a dozen filters, while Pipelines specifications are commonly over 100s of stages, and 1000s of stages are not uncommon. REXX is the new C. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
