Yes, special USERMOD $2SF029 is available for Panvalet 14.6. It is located in member SPECLMVS in the CBA3SAMP library that needs to be received and applied.
This special USERMOD $2SF029 is a zap to force the PAN#8 ++SCAN to be non case sensitive.
You will use SMP/E to receive and apply this usermod.
Example below:
//SMPEPTF EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M
//SMPCSI DD DISP=SHR,DSN=YOUR.PANVALET.CSI
//SMPPTFIN DD *
++USERMOD($2SF029) REWORK(2010004).
++VER(Z038) FMID(CBA3E60).
++ZAP(I2SF000) DISTLIB(ABA3MOD0).
NAME $2SF000
IDRDATA $2SF029
VER 000152 5BF2,E2C6,F0F2,F940,D540
REP 000152 5BF2,E2C6,F0F2,F940,E840
//SMPCNTL DD *
SET BDY(GLOBAL) .
RECEIVE SELECT($2SF029) SYSMODS .
SET BDY(CAIT0) .
APPLY SELECT($2SF029).
//