The Endevor processor is failing in the FSYTPA00 (IBM Easytrieve to COBOL Migration Utility) step:
09.48.26 JOBnnnnn IEC141I 013-20,IGG0191A,jobid,NDVRBAT,FJSYSER1,dev,volser,
860 XDUMMY.Ddddddd.Tnnnnnnn.RA0.jobid.FJSYSER1
The file FJSYSER1 is being allocated in the processor BC1PDSIN step as follows:
C1G0249I //C1INIT02 DD DSN=&&FJSYSER1,DISP=(,PASS),
C1G0249I // UNIT=&WRKVIO,SPACE=(TRK,(3,1)),
C1G0249I // DCB=(RECFM=FB,LRECL=89,DSORG=PS)
This processor has been working for over 10 years - what could be the issue?
All supported versions of Endevor
Recent IBM Migration Utility maintenance changed the LRECL of the FJSYSER1 and FJSYSER2 DD statements from 89 to 97.
Confirm with IBM the correct LRECL size and update the BC1PDSIN step allocations for FJSYSER1 and FJSYSER2 accordingly.