Can a Control code be removed from a Panvalet PANLIB?
search cancel

Can a Control code be removed from a Panvalet PANLIB?

book

Article ID: 54856

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Do not want control code to secure the Panvalet PANLIB because using external security.

 

 

Environment

Release:   14.6
Component:  Panvalet

Resolution

Need to know what the control code is and then specify it in the PAN#2 job below to remove it.

//INDEX  EXEC PGM=PAN#2                                        
//PANDD1  DD DSN=your.panvalet.panlib,ISP=SHR                  
//PANDD2  DD  DUMMY                                            
//PANDD3  DD  DUMMY                                            
//SYSPRINT DD SYSOUT=*                                         
//SYSPUNCH DD SYSOUT=*                                         
//SYSIN   DD *                                                 
++CONTROL nnnn,0000
                                            
/*