The JZOS RecordGenerator is part of the JZOS tools package on developerworks, and not actually part of the z/OS Java SDK.
https://www.ibm.com/developerworks/community/groups/service/html/communityview?communityUuid=2acdb076-7582-45b5-93a5-781f90169bd3 The actual download is under the bookmark: "JZOS Record Generator 2.4.6" which has "jzos_recgen_2.4.6.zip". Kirk Wolf Dovetailed Technologies http://dovetail.com On Tue, May 19, 2015 at 1:01 PM, Denis Gäbler <[email protected]> wrote: > You can use the jzos record generator which is part of the java sdk for > z/os. > It generates java records out of dsects. With java code it takes ebcdic > byte arrays as input and allows to use getter methods to convert the > assembler data types into strings, which is basically what json is. > You can write an assembler routine which starts a jvm, sends the ebcdic > byte array to java and executes the java class (to be written by your java > programmer) that calls the getter methods for the assembler data types and > creates json. > Or you read the records from a dataset with a java batch job or from any > other source that can provide the byte array. > > Hope that helps. Feel free to contact my directly for more details. > > Sent from AOL Mobile Mail > > > -----Original Message----- > From: Mark Jacobs - Listserv <[email protected]> > To: IBM-MAIN <[email protected]> > Sent: Tue, May 19, 2015 06:22 PM > Subject: Assembler data types to JSON. > > > > <div id="AOLMsgPart_1_f9c11446-6b53-439e-a405-6cce1336d2d4" style="margin: > 0px;font-family: Tahoma, Verdana, Arial, Sans-Serif;font-size: 12px;color: > #000;background-color: #fff;"> > > <pre style="font-size: 9pt;"><tt>Can anyone point me to a document for > best practices (or > recommendations) for > mapping Assembler data types to > > JSON. One of our developers has a requirement > to do so. > > -- > Mark Jacobs > Time Customer Service > Technology and Product > Engineering > > The standard you walk past, is the standard you > accept. > Lieutenant General David > Morrison > > ---------------------------------------------------------------------- > For > IBM-MAIN subscribe / signoff / archive access instructions, > send email to > <a href="mailto:[email protected]">[email protected]</a> > with the message: INFO IBM-MAIN > </tt></pre> > <!-- end of AOLMsgPart_1_f9c11446-6b53-439e-a405-6cce1336d2d4 --> > </div> > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
