How to unlock a Panvalet member that was locked by someone else
search cancel

How to unlock a Panvalet member that was locked by someone else

book

Article ID: 31368

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

There are several members in a PANLIB that were locked by someone that is no longer with the company.
 
How can these members be unlocked?
 
 
 

Environment

Release:  14.6
Component:  Panvalet

Resolution

To unlock a Panvalet member that was lock by someone else use the following ++UNLOCK command:
 
                ++UNLOCK MEMBER,OLDID=userid                 >>>> Where userid is the id of the person who locked the member. <<<<
 
 
Example batch JCL below:
 
//STEP1       EXEC PGM=PAN#2                                     
//PANDD1      DD  DSN=YOUR.PANVALET.PANLIB,DISP=SHR
//PANDD2      DD  DUMMY
//PANDD3      DD  DUMMY
//SYSPRINT    DD  SYSOUT=*                                              
//SYSIN       DD  *
++UNLOCK MEMBER,OLDID=userid   
//