I installed the JZOS batch toolkit (AlphaWorks version) on z/OS :
- sampjcl.xmit (RECGEN ...)
- loadlib.xmit ( JVMLDM76 ... )
- jzos.pax (jzos_recgen.jar , ibmjzos.jar ...)
I'm using the jzos_recgen.jar to generate Java classes from COBOL Copybooks based on Java Class :
com.ibm.jzos.recordgen.cobol.RecordClassGenerator (given by jzos_recgen.jar)
After submitting the 'RECGEN' JCL I get the generated Java classes but with warnings :
JZOS batch Launcher Version '2.4.8 2015-10-28' does not match jzos.jar Version '2.4.3 developerWorks 2011-10-11'
I figure out now that the JZOS batch toolkit is provided by the IBM Java SDK, i'm using Java version J8.0_64, the resources are seperated in different folders (//mvstools , /lib/ext). But I can't find the jzos_recgen.jar or the Java Class RecordClassGenerator.
I'm trying to put the JZOS batch launcher and jzos.jar in the same version.
I'll be grateful if someone know where can I find the RecordClassGenerator on z/OS File System ? or a similar solution to my situation ?
Thanks.