Panvalet +MP013 Footprint Error.
search cancel

Panvalet +MP013 Footprint Error.

book

Article ID: 55071

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Running a backup job and getting -

+MP013 UNEXPECTED FOOTPRINT ON iprfx.PANVALET.QUAL

 

Can the Footprint on a Panvalet PANLIB be removed?

 

Environment

Release:  14.6
Component: Panvalet

Resolution

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

 

 

2)   To remove the Footprint, run another PAN#3 ++DSN job with a ++REP card specifying the 4 digit hex number -

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

/*

Additional Information

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