It's a different interface. He could also provide procedures in a function 
package, which is yet more different.


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

________________________________________
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Paul Gilmartin [0000000433f07816-dmarc-requ...@listserv.ua.edu]
Sent: Monday, March 21, 2022 11:19 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: looking for 'how to' developing Rexx host command

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://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ibm.com%2Fdocs%2Fen%2Fzos%2F2.5.0%3Ftopic%3Dservices-variable-access-routine-irxexcom&amp;data=04%7C01%7Csmetz3%40gmu.edu%7C0e3970c3808840f4687508da0b4e3664%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C637834727827539181%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&amp;sdata=bbFA%2BgU%2BCziaottJZjQ9O5kJEoLtd4pbxJZpGPHrPhc%3D&amp;reserved=0>?

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