SMP/E RECEIVE job gets the following errors on the SMPPTFIN file
GIM57701T ** AN I/O ERROR OCCURRED DURING READ PROCESSING FOR THE SMPPTFIN DATA SET.
GIM27401T ** I/O ERROR - ,S9214R24,RECEIVE ,73AD,D,SMPPTFIN,GET ,WRNG.LEN.RECORD,00000200000000,QSAM
Release : 7.7
Component : CA-PDSMAN for OS/390
The SMPPTFIN DD needs to be sequential (PO) in format.
If the input for the SMPPTFIN DD resides in a PDS , there are a couple of options
1. Concatenate all the PDS members in the SMPPTFIN DD as below:
//SMPPTFIN DD DISP=SHR,DSN=S9214.PDSM.R77.APARS(RO18085)
// DD DISP=SHR,DSN=S9214.PDSM.R77.APARS(RO18637)
// DD DISP=SHR,DSN=S9214.PDSM.R77.APARS(RO18640)
2. copy all the PDS members into 1 sequential file.
See the following link for more details on SMPPTFIN:
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.gim2000/dsptf.htm