Running MOV64PSD results in S30E abend
search cancel

Running MOV64PSD results in S30E abend

book

Article ID: 45125

calendar_today

Updated On:

Products

Easytrieve Report Generator

Issue/Introduction

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

 

Environment

Easytrieve Report Generator, release 11.6

Resolution

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.