When performing an IEBCOPY using a temporary dataset created in an earlier step concatenated to a PDS member as SYSIN, the following error occurs.
PDSMFILE-1 An error occurred processing DD=SYSIN, Dsn=U000000.U000000A.JOB02368.D0000009.?
PDSMFILE-4 I/O Error - 495B,D,SYSIN ,UNKOWN,NO RECORD FOUND,00000002000000,BSAM
Release : 7.7
In reviewing the job output ; you are utilizing CA-Ucandu for the job process. The actual job failure is caused by PDSM being involved.
PDSM FASTCOPY should be excluded from any UCANDU jobs.
Please add the following DD statement to your Ucandu job to eliminate Fastcopy intercepts:
//FCOPYOFF DD DUMMY
Next, Ucandu is not a supported Broadcom product. Product was End of Life in February of 2022.
After this statement in your Ucandu job add the new DD.
//PGMLTS03 EXEC PGM=UCANDU
//FCOPYOFF DD DUMMY