Hi Jack, I would recommend that you put a Call Trace("I") statement before this CVT variable set statement, and also add a Say C2X(Storage(10,4)) statement before it, so you can see what is there. This piece of code would look like:

Call Trace("I")
Say C2X(Storage(10,4))
CVT= C2D(Storage(10,4))
Call Trace("O")   /* though you won't get here if it fails...*/


Thank you and best regards,
Billy Ashton


------ Original Message ------
From "Jack Zukt" <jzuk...@gmail.com>
To IBM-MAIN@listserv.ua.edu
Date 12/19/2022 8:20:10 AM
Subject Rexx function STORAGE with weird behavior on Netview

Hi,

My colleagues come to me with a weird situation for which I cannot find an
explanation.

You are probably familiar with the IPLINFO REXX. It works just fine but
there is one system on which, when invoked by NETVIEW, the

CVT      = C2d(Storage(10,4))                /* point to CVT         */

instruction fails by not returning a value:

IRX0044I Error running ASVTASID, line 42: Function did not return data

As I said before, it works fine on every system and when running under
NETVIEW, except on this one system.

Any ideas where to look for the reason for this behavior?
Thank you all for your help,
Regards,
Jack

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