Thank you all for your comments May be I was not clear before. This is (I think) an IBM supplied REXX. I am not sure on its origin, but it works fine as is, except on one system AND when executed by a NETVIEW address space. If executed as a TSO command it works just fine. It even works under NETVIEW on other systems. It works if used by a TSO userid with no privileges. So, it is not a matter of APF authority, and there are no RACF messages. I am at a loss as where to look Regards Jack
On Mon, Dec 19, 2022, 14:26 Lennie Dymoke-Bradshaw < [email protected]> wrote: > The Rexx Reference manual has this in the description of the STORAGE > function. > > "STORAGE returns length bytes of data from the specified address in > storage. The address is a character > string containing the hexadecimal representation of the storage address > from which data is retrieved." > > So I think that specifying 10 to represent address X'10' is actually > correct in this instance. > It is in my copy of IPLINFO, which works. > > Lennie > > -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On Behalf > Of Paul Gorlinsky > Sent: 19 December 2022 13:52 > To: [email protected] > Subject: Re: Rexx function STORAGE with weird behavior on Netview > > If you are trying to get the cut the address is x10 not 10 try 16 instead > of 10… boundary issue if you use 10… > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send email > to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
