I'd say that there is no chance of a REXX STORAGE function from a different release having a length parameter.
-- 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:00 AM To: [email protected] Subject: Re: Rexx function STORAGE with weird behavior on Netview Hummmmmm .... Is there a possibility of a STORAGE() function in a library on the failing system that could be called instead of the intended version? Maybe check the library concatenation sequences for another module ... including linklst There might have been another storage function from an earlier release that had different calling parms ... like STORAGE(addr,len) where both addr and len are numeric. What gets returned when you do just a Say Storage(10,4) ? ---------------------------------------------------------------------- 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
