USER CODE field is blank in Member Selection List (MSL) after updates to Panvalet 14.6
search cancel

USER CODE field is blank in Member Selection List (MSL) after updates to Panvalet 14.6

book

Article ID: 31728

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

In Panvalet 14.6, the USER field on the Member Selection List (MSL) appears blank. The USER CODE value disappeared and was missing after an update. This occurs after a new installation, upgrade, or the application of current maintenance because the display of User Codes is not enabled by default.

Resolution

There is a special USERMOD called $4SF008 located in member SPECLMVS in the CBA3SAMP library that needs to be received and applied.

This special USERMOD $4SF008 is a zap to display USER CODES on all member selection lists in PVISPF.

Use SMP/E to receive and apply this special USERMOD.

Example below:
 
//SMPEPTF EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M
//SMPCSI    DD DISP=SHR,DSN=YOUR.PANVALET.CSI
//SMPPTFIN DD *
++USERMOD($4SF008)  REWORK(2015230).   
++VER(Z038)  FMID(CBA5E60).            
++ZAP(I4SF000).      
NAME $4SF000
IDRDATA $4SF008
VER     000080 5BF4,E2C6,F0F0,F840,D540
REP     000080 5BF4,E2C6,F0F0,F840,E840
//SMPCNTL   DD *
SET BDY(GLOBAL) .
RECEIVE SELECT($4SF008) SYSMODS .  
SET BDY(CAIT0) .
APPLY   SELECT($4SF008). 
/*
//

Additional Information

Another solution to display the USER CODE value is to apply Special fix $4SF008 using the PANUT02 job found in the CBA3JCL library but this requires that PTFs RO34750, RO84662, SO01352, SO06600, SO06891, SO07308 and SO08116 are applied.

The module is in the LPA so may require a SETPROG LPA to take effect.