Eileen, Please post your questions to the JZOS alphaWorks support forum:
http://www.alphaworks.ibm.com/tech/zosjavabatchtk/forum Thanks, Kirk Wolf Dovetailed Technologies On Jan 7, 2008 3:01 PM, Barkow, Eileen <[EMAIL PROTECTED]> wrote: > Hi Kirk, > > i have a few comments/questions about JZOS 2.2.1 assembler record > mapping. > > 1. job DSECTGEN passes the classname to MAINARGS and does not specify > the JAVACLS parm. this causes an error since it takes the class name to > be a passed parm. in order to get around this, i had to specify > JAVACLS=com.ibm.....RecordClassGenerator and remove the class name from > MAINARGS. > > //MAINARGS DD * > com.ibm.jzos.recordgen.asm.RecordClassGenerator > section=F5DSCB > bufoffset=true > package=com.ibm.jzos.sample.fields > class=Format5DSCBBase > outputDir=~/asmgen > > > > 2. The output java file has x'05' in the first character of some lines > which will cause a compile error. > > ,----------------------------------------------------------------------- > -------, > public class Format5DSCBBase { > 9A89884898AA4C9998AFCECCC8A84C > 742393033122066941354232212500 > ,----------------------------------------------------------------------- > -------, > .protected static AssemblerDatatypeFactory factory = new > AssemblerDatatypeFactor > 0999A88A884AA8A884CAA898989C8A8AA98C88A99A4888A99A47498A4CAA898989C8A8AA > 98C88A99 > 579635335402313930122542359413138756133698061336980E05560122542359413138 > 75613369 > ,----------------------------------------------------------------------- > -------, > .static { factory.setStringTrimDefault(false); } > 0AA8A884C4888A99A4A8AEA9898E989C888A9A4889A8554D4 > 52313930006133698B25323995739944561433D61325DE000 > > are these errors or am i running something wrong? > > thanks > > > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On > Behalf Of Kirk Wolf > Sent: Thursday, January 03, 2008 1:12 PM > To: [email protected] > Subject: New version of IBM JZOS Toolkit 2.2.1 on alphaWorks > > FYI, IBM released today version 2.2.1 of the JZOS Batch Launcher and > Toolkit > on alphaWorks. > > http://www.alphaworks.ibm.com/tech/zosjavabatchtk > > I've attached a copy of the README file below. > > The most notable addition is support for generating Java record mapping > classes from COBOL copy books > and Assembler DSECTS. > > Regards, > > Kirk Wolf > Dovetailed Technologies > > ======================================================================== > == > README for IBM JZOS Batch Toolkit for z/OS SDKs alphaWorks preview > > Before you Begin: > ================= > Note that the alphaWorks version of JZOS is not covered by IBM support. > If > you encounter > problems with this version, you should use the alphaWorks forum to > report > problems and/or > have your questions answered. > > Installation: > ============= > Please refer to the document: "JZOS alphaWorks Installation.pdf" in the > "doc" > directory of this distribution for installation instructions. > > 2.2.1 New Features: > =================== > - Support for automatic generation of record classes from > Assembler DSECTs (package com.ibm.jzos.recordgen.asm). See the sample > JCL > member DSECTGEN > and the document "JZOS Assembler Record Generator Users Guide.pdf" in > the > "doc" directory. > > - Support for automatic generation of record classes from > COBOL copybooks DSECTs (package com.ibm.jzos.recordgen.cobol). See the > sample JCL > member COBGEN and the document "JZOS COBOL Record Generator Users > Guide.pdf" > in > the "doc" directory. > > 2.1.1 New Features: > =================== > - Changed PdsDirectory to read PDSE dirs as well as PDS dirs. > > - Wrappers for CatalogSearch, LOCATE and OBTAIN. > > - Sample program that illustrates the usage of the above three wrappers: > com.ibm.jzos.sample.CatalogSearchSample. > > - Field converters for Assembler and COBOL datatypes (package > com.ibm.jzos.fields) > This package also includes Factory classes for COBOL and Assembler. > > - Class com.ibm.jzos.sample.MedicareRecord as a field converter sample. > > - *Preliminary* support for automatic generation of record classes from > Assembler DSECTs (package com.ibm.jzos.recordgen.asm). See the sample > JCL > member DSECTGEN. > > > 2.1.0 New Features: > =================== > - Batch Launcher jar executables: If the first two arguments supplied > to > the launcher > are "-jar /path/to/jarfile", the manifest of the indicated jar file will > examined to > determine which main() class to run. > > - MVS job submission and status with Java/Rexx integration: See the > javadoc > and > sample code for com.ibm.jzos.sample.MvsJobSubmitter > > - DFSORT Java interface and sample programs: See the javadoc and sample > code for > the package com.ibm.jzos.sample.dfsort > > - z/OS Logstream interfaces for IXGCONN (connect) and IXGWRITE (write): > See > the > javadoc for com.ibm.jzos.ZLogstream for details. > > - Features added to com.ibm.jzos.ZUtil > - System Management Facility (SMF) interface via the __smf_record() > C > library routine. > - CPU time interface via the clock() C-library routine. > - Process ID interfaces via the getpid() and getppid() C-library > routines. > > License: > ======== > For license information, refer to the contents of the "licenses" > directory > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

