How do you suppress a command on a Panvalet panlib after the panlib is created?
search cancel

How do you suppress a command on a Panvalet panlib after the panlib is created?

book

Article ID: 54733

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Have an existing Panlib but forgot to suppress updates on prod members. How do I suppress this?

Resolution

Using the JCL below:

//STEP1 EXEC PGM=PAN#4                                     
//SYSPRINT DD SYSOUT=*                                     
//PANDD1   DD DSN=your.panvalet.panlib,DISP=SHR            
//SYSIN    DD *                                            
++CLEAR                                                    
++SUPPRESS STATUS,PROD                                     
//*