Z = c2x(Storage(10,4)); 
Say c2x(Storage(D2X(Z),8))

--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List [[email protected]] on behalf of 
Paul Gorlinsky [[email protected]]
Sent: Monday, December 19, 2022 10:16 AM
To: [email protected]
Subject: Re: Rexx function STORAGE with weird behavior on Netview

Results from a zos 2.4 system

/* */
Say c2x(Storage("10",8))
Say c2x(Storage(10+0,4))
Say c2x(Storage(10+4,4))
Z = c2x(Storage(10,4))
Say c2x(Storage(Z,8))

Results:

00FD4EA800000000
00FD4EA8
00000000
0000021800FED054

Any comments?

----------------------------------------------------------------------
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

Reply via email to