On Mon, 21 Mar 2022 16:53:33 +0200, Itschak Mugzach  wrote:

>Thanks all, I will try to simplify and better describe my needs. I have an
>application that stores data. I want to create an interface to this
>application using an address call. for example (just an example, my
>interest is on the myapp code):
>address myapp get key(44)
>address myapp put key(44) data('some data')
>address myapp loc Data('some data')
> 
Is this something that might equally well be done with, e.g.:
    myparm = "loc Data('some data')"
    address LINIKMVS 'myapp myparm'
... 
and accessing Rexx variables with IRXEXCOM:
<https://www.ibm.com/docs/en/zos/2.5.0?topic=services-variable-access-routine-irxexcom>?
  

>On Mon, Mar 21, 2022 at 4:30 PM Paul Gilmartin wrote:
>> On Mon, 21 Mar 2022 09:55:52 -0400, Bob Bridges wrote:
>>
>> >Itschak, I've read some of the replies to this post and I don't yet
>> understand the question.  What do you mean by "host load"?  And/or what are
>> "address xxx" services?  The latter sounds to me like the STORAGE function,
>> but I'm sure you're not asking about that.
>> >
>> RTFM: <https://www.ibm.com/docs/en/zos/2.5.0?topic=instructions-address>.

-- 
gil

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