Aha

On Wed, Aug 22, 2018 at 10:03 AM David Crayford <dcrayf...@gmail.com> wrote:

> On 22/08/2018 9:42 AM, Doug wrote:
> > Galina,
> > Yes, it would be worth providing sample code for batch assembler, CICS
> assembler, CICS COBOL , CICS REXX , TSO REXX and ‘how to’ direction for
> Liberty and eclipse. Sorry if I missed some, feel free to chime in.
>
>
> I think you'll be living in hope if you expect that lot! CICS COBOL will
> almost certainly use CICS JSON  web services. Liberty and Eclipse are
> Java environments so parsing JSON is as simple as using an annotation
> based library like Jackson.
> As for assembler,  if somebody really wants to parse JSON in a 2GL they
> should be smart enough to understand the documentation :)
>
>
> > By sample code we mean fully functional examples not a small KC tribute
> to a hint and click for KC to direct us to yet another tiny hint.
> > Just my 2cents..
> > Most of us are swamped with day to day problems and don’t have the extra
> band width to explore as we did in days gone by.
> > Best Regards,
> > Doug
> >
> > .
> >
> > On Aug 21, 2018, at 15:08, Galina Gorelik <gore...@us.ibm.com> wrote:
> >
> > Hi ITschak,
> >
> > I’m part of the team that develops the z/OS JSON parser. From your
> previous post, it appears you have resolved the issue you were experiencing.
> > As you pointed out, we do not provider assembler samples, so you have to
> connect the dots between the following three things:
> > 1. IBM Knowledge Center, z/OS JSON parser: Description of
> HWTJ_SEARCHTYPE_GLOBAL that distinguishes between the REXX and non-REXX
> parameter content: for the first “name” that exactly matches the
> SearchString for REXX or the string pointed to by the SearchStringAddr
> parameter for non-REXX.
> > 2. IBM Knowledge Center, z/OS JSON parser: Linkage considerations for
> assembler language programming that specifies: Register 1 must contain the
> address of a parameter list that is a list of consecutive words, each
> containing the address of a parameter to be passed.
> > 3. HWTJIASM macro: HWTJSRCH input parameters section where the
> HWTJSRCHPARMLIST DSECT shows that these are all pointers to the parameters,
> in the case of the SearchStringAddr parameter, the DS indicates that this
> is a pointer to the address: HWTJSRCHSEARCHSTRINGADDRPTR    DS A  Address
> of SearchStringAddr
> >
> > Is there additional information that can be added that would have helped
> more? Or verbiage that should be altered?
> >
> > Galina
> >
> > ----------------------------------------------------------------------
> > 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
>


-- 
ITschak Mugzach
*|** IronSphere Platform* *|* *Information Security Contiguous Monitoring
for Legacy **|  *

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