Running job MOV64PSD as part of the Easytrieve Report Generator 11.6 customization results in an S30E abend in the UNLD64 step.
Does this mean there was nothing for it to migrate over?
14.20.55 jobname -EZT64PSD UNLD64 *S30E 56 26 .00 .00
Easytrieve Report Generator, release 11.6
If using Extended Reporting (based on the size of the EZTPXRPT):
please modify your MOV64PSD JCL as distributed with CA Easytrieve release 11.6 by ensuring the correct sequence of loadlib concatenation in the UNLD64 step,
i.e. &EZTGTHL.CBAALOAD prior to &EZTPLUS where:
&EZTGTHL points to Release 11.6 - containing EZTPX02A program
&EZTPLUS points to Release 6.x - containing EZTPXRPT module
Modify the order of the datasets as such:
//UNLD64 EXEC PGM=EZTPX02A
//STEPLIB DD DSN=&EZTGTHL..CBAALOAD, DISP=SHR
// DD DSN=&EZTPLUS, DISP=SHR
Please look at your EZTPXRPT load module in your prior Easytrieve release CAILIB. If the size is bigger than '10', then you are indeed using Extended Reporting and will need to install it for release 11.6. We deliver this module with a default of '10'. If the default size remains in tact, then Extended Reporting is not being used.