In order to list the values in compatibility mode, which goes against the EZTPOPT module, you may run the JOB8B from the 6.4 CAILIB:
highlevelqual.INSTALL.JCL.PDS
Easytrieve Report Generator, release 11.6-C
Solution:
JOB8B is delivered as follows:
//jobcard //EZTPLUS EXEC PGM=EZTPA00 //STEPLIB DD DSN=your.easytrieve.release 11.6 CBAALOAD,DISP=SHR //SYSPRINT DD SYSOUT=* //OPT DD SYSOUT=* //EZTVFM DD UNIT=SYSDA,SPACE=(4096,(100,100)) //SYSLIN DD UNIT=SYSDA,SPACE=(400,(100,50)), // DISP=(,PASS),DSN=&&SYSLIN //SYSIN DD DSN=your.easytrieve.release 6.4 0311.SAMPJCL(EZTPX05A),DISP=SHR
and EZTPX05A is delivered as follows:
* DO NOT USE A PARM STATEMENT! FILE OPT FB (80 6160) OUTREC_ 1 80 A RECORD_ W 80 A OCCURS 200 INDEX INDEX_ ENDREC_ W 80 A END_ ENDREC_ +10 3 A VALUE('END') COUNTER_ W 5 P JOB INPUT NULL NAME X050A INDEX_ = 0 CALL EZTPX05 USING(RECORD_) COUNTER_ = 0 DO WHILE COUNTER_ < 200="" index_="COUNTER_" *="" 80="" outrec_="RECORD_" put="" opt="" display="" outrec_="" if="" outrec_="ENDREC_" counter_="200" end-if="" counter_="COUNTER_" +="" 1="" end-do="">
Please see Appendix A in the Getting Started Guide for the default values for the option table parameters.
When running under true release 11.6 and not in compatibility mode, you may run the JOB06OP2 job found in your CBAAJCL.
When changing a value for release 11.6 in compatibility mode, you may run the ASM64OPT job we deliver in your CBAAJCL library.