Is there a way to list the options in EZTPOPT when running in compatibility mode under release 11.6-C?
Please provide the JCL.
Easytrieve Report Generator, release 11.6-C
Here is the JCL to execute:
//jobcard
//EZTPLUS EXEC PGM=EZTPX15
//STEPLIB DD DSN=your.release.11.6.CBAALOAD,
// DISP=SHR
//SYSPRINT DD SYSOUT=*
//**************************************************************
//OPT DD DSN=your.r11.6C.OPTLIST,
// DISP=(NEW,CATLG,DELETE),UNIT=SYSDA,
// DCB=(LRECL=80,BLKSIZE=3120,RECFM=FB),
// SPACE=(TRK,(1,1))
//**************************************************************
//SYSIN DD DUMMY
/*
//
Running the ASM64OPT job found in your CBAAJCL library provides the functionality to change the value(s) of the parameter(s) in your EZTPOPT module.