Attempting to receive JCLCheck apar LT13697 and the RECEIVE process fails with the following:
LT13697 NOT RECEIVED APAR NO APPLICABLE ++VER
This message occurs if the FMID for the fix is not defined in your SMP/E environment or there is an attempt to install the fix into the wrong CSI. Run the following sample job to verify the FMID associated the fix exist in the CSI the fix is being installed in. If FMID for the fix is not present in the output, then this indicates that the wrong CSI is being referenced in the RECEIVE job. Identify the correct CSI and run the RECEIVE job again.
//STEP01 EXEC PGM=GIMSMP,REGION=0M
//SMPCSI DD DISP=SHR,DSN=YOUR.CSI
//SMPOUT DD SYSOUT=*
//SMPRPT DD SYSOUT=*
//SMPLIST DD SYSOUT=*
//SMPLOG DD SYSOUT=*
//SMPSNAP DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SMPCNTL DD *
SET BDY(GLOBAL).
LIST GLOBALZONE.
/*