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 <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Paul Gorlinsky
Sent: 19 December 2022 13:52
To: IBM-MAIN@LISTSERV.UA.EDU
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 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to