Need a list of the members on a Panvalet Protection file
search cancel

Need a list of the members on a Panvalet Protection file

book

Article ID: 225358

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Is it possible to get a report of the members on a Panvalet Protection file created using the ++DUMP command or the ++DELETE command?

Environment

Release : 14.6

Component :  Panvalet

Resolution

Use the Panvalet PAN#2 ++PRINT command with the keyword BACKUP specified and the Protection file specified in the job as PANDD3  -

//PRTBKUP EXEC PGM=PAN#2                                             
//STEPLIB DD DISP=SHR,DSN=hlq.mlq.CBA3LINK                     
//SYSPRINT DD SYSOUT=*                                             
//SYSPUNCH DD SYSOUT=*                                             
//PANDD1   DD DISP=SHR,DSN=hlq.mlq.PANLIB                        
//PANDD3   DD DISP=SHR,DSN=your.PANLIB.PROTECTION.FILE
//SYSIN  DD *                                                 
++PRINT 1-UP,BACKUP                                                
/*