Trying to RECEIVE a new PTF for Panvalet using this job:
//SMPE EXEC PGM=GIMSMP,REGION=0M
//SMPCSI DD DSN=hlq.mlq.PANV146.CSI,DISP=SHR
//SMPOUT DD SYSOUT=*
//SMPLOG DD SYSOUT=*
//SMPPTFIN DD DSN=mlq.mlq.LU08564.BIN,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SMPCNTL DD *
SET BDY(GLOBAL).
RECEIVE S(
LU08564).
/*
The GIM2270I message that the PTF was successfully Received; however, it is follow by the error messages about Unknown MCS in SMPHOLD:
GIM22701I RECEIVE PROCESSING WAS SUCCESSFUL FOR SYSMOD LU08564.
----------..--------...........................................................
GIM20311E ** THERE IS A SYNTAX ERROR IN THE CONTROL STATEMENT AT COLUMN 01.
GIM56704E ** THERE IS AN ERROR IN AN UNKNOWN MCS IN SMPHOLD.
GIM20501I RECEIVE PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 08.
All supported versions of Panvalet
The PTF has been successfully Received. The messages can be ignored and you can proceed with the Apply.
* * * * * * * * * * * * *
To determine the root cause and reason for the GIM20311E and GIM56704E error messages, check the attributes of the SMPHOLD dataset.
If the SMPHOLD dataset is not defined as a PS sequential file, it results in the GIM20311E and GIM56704E error messages.
Data class . . . . . : **None**
Organization . . . : PS
Record format . . . : FB
Record length . . . : 80
Block size . . . . : 3120
Link to the IBM doc that has the correct attributes for SMPHOLD: