Running a backup job and getting -
+MP013 UNEXPECTED FOOTPRINT ON iprfx.PANVALET.QUAL
Can the Footprint on a Panvalet PANLIB be removed?
Release: 14.6
Component: Panvalet
1) Run a PAN#3 with a ++DSN card specify the panlib name. This will return the 4 digit hex number of the footprint.
//PAN3DSN EXEC PGM=PAN#3
//PANDD1 DD DSN=your.panv.panlib,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
++DSN your.panv.panlib
/*
Look for the following messages:
***** CURRENT LIBRARY FOOTPRINT = X'abcd' ***** <== Footprint displayed here
***** ABOVE ACTION SATISFACTORILY COMPLETED *****
//PAN3REP EXEC PGM=PAN#3
//PANDD1 DD DSN=your.panv.panlib,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
++DSN your.panv.panlib
++REP VER=abcd <== Footprint from step 1 specified here
/*
For more information on CA Panvalet Footprinting see:
Footprinting
PAN#3 Footprinting Utility
PVOPTS Options - FTP and SHRDASD
Eliminating Hardware Reserves in Configuration Best Practices
MP013