RECEIVE of APAR/PTF fails with NOT RECEIVED PTF NO APPLICABLE ++VER
search cancel

RECEIVE of APAR/PTF fails with NOT RECEIVED PTF NO APPLICABLE ++VER

book

Article ID: 376087

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

Attempting to receive JCLCheck apar LT13697 and the RECEIVE process fails with the following:

LT13697  NOT RECEIVED  APAR             NO APPLICABLE ++VER 

Resolution

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.                                            
/*