You need to quote those parentheses unless you want function calls:

    address myapp 'get key(44)'
    address myapp put "key(44) data('some data')"
    address myapp loc "Data('some data')"

BTW, have you looked into function packages? Depending on what you want to do, 
that may be a good option. BTDT,GTTS

Caveat: I've only used ASM H V2 and HLASM for function packages, never, e.g., 
C, PL/I.


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

________________________________________
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Itschak Mugzach [00000305158ad67d-dmarc-requ...@listserv.ua.edu]
Sent: Monday, March 21, 2022 10:53 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: looking for 'how to' developing Rexx host command

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

*| **Itschak Mugzach | Director | SecuriTeam Software **|** IronSphere
Platform* *|* *Information Security Continuous Monitoring for Z/OS, zLinux
and IBM I **|  *

*|* *Email**: i_mugz...@securiteam.co.il **|* *Mob**: +972 522 986404 **|*
*Skype**: ItschakMugzach **|* *Web**: 
http://secure-web.cisco.com/1zN5pM31VRaeoD1Xq8_5wqiT5nLvOq5qW1RqsUQ8ftwyjy3u_a19zG02B7i8FpziWpz-wMS9_iT9Ts9_T99MsTprkRJis_HdlOkwUZH9o2GX2Y6F6wUDHlMkPGPAl8SI6tk1ujUlxlma3-NqBKLmSTRFTVejHbwX9Eb3rzhvFCCyipfY3pFtnqnIdW1V2e1-P7tzG5vJbKo989deMzHJIXXiAmiWUMbQp3Hbg5VI6AmGh4RNEjS3Rakc0Og7Pe8gim2gxkR6NuBKVhstgPnvYT0aS6dp3pU5IW18r5LXg3nq5Jy7_7yHTpkxMTkZlWIF06GExir90-wMSUChMayCSCoEuqqZ4c_ULY8FaJzhWZVFu3ATGx9zTzL19jv35mgbl0bBAAAOY5xehj71BDYOzLlPtkQOpa1Xk3nlk7vUpQh_BCrQd4XU0KdESiTdReJC_/http%3A%2F%2Fwww.Securiteam.co.il
  **|*





On Mon, Mar 21, 2022 at 4:30 PM Paul Gilmartin <
0000000433f07816-dmarc-requ...@listserv.ua.edu> 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://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ibm.com%2Fdocs%2Fen%2Fzos%2F2.5.0%3Ftopic%3Dinstructions-address&amp;data=04%7C01%7Csmetz3%40gmu.edu%7C44a1482e96ce497c695908da0b4ab924%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C637834712809360070%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&amp;sdata=zvCtRXy4fH9CXFaYL1lBlDvpvDkdZc511n7QD4CU%2FKo%3D&amp;reserved=0>.
>
> >-----Original Message-----
> >From: I ITschak Mugzach
> >Sent: Sunday, March 20, 2022 10:36
> >
> >I scanned the tso rexx manuals and haven't found any instructions on how
> to develop the host load module. I mean, the one who supplies the address
> xxx services. Any idea where to find a sample or instruction manual?
>
> -- gil
>
> ----------------------------------------------------------------------
> 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

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