To check the FMIDs that an installed product contains
search cancel

To check the FMIDs that an installed product contains

book

Article ID: 281235

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

The following message was output when receiving PTF for FMID(CBA4E60).

 xxxxxxx  NOT RECEIVED  PTF                           NO APPLICABLE ++VER
          NOT ASSIGNED            xxxxxxx             SYSMOD NOT IN RECEIVE STATUS

Environment

Release : ALL

Component : PANVLT

Resolution

For confirmation, please output SMPLIST using sample JCL and confirm that the following CBA4E60 information is not present.
(If no information is output, the TSO option is not installed)

Information to check:

CBA4E60   TYPE            = FUNCTION                    
          DESCRIPTION     = CA PANVALET TSO OPTION R14.6
          STATUS          = REC  APP                    
          FMID            = CBA4E60                     


Sample JCL:

//STEP01  EXEC PGM=GIMSMP,REGION=4096K,PARM='DATE=U'  
//SMPCSI   DD  DSN=Prefix.panvalet.SMPCSI.CSI,DISP=SHR
//SMPPTS   DD  DSN=Prefix.panvalet.SMPPTS,DISP=SHR    
//SMPOUT   DD  SYSOUT=*                               
//SMPRPT   DD  SYSOUT=*                               
//SMPLIST  DD  SYSOUT=*                               
//SMPSNAP  DD  SYSOUT=*                               
//SYSPRINT DD  SYSOUT=*                               
//SMPCNTL  DD  *                                      
   SET BDY(target).                                   
    LIST FUNCTIONS.                                   
/*