CA TPX Session Management for z/OS

 View Only

Tech Tips: How to unlock a Panvalet member if it was locked by someone else. 

Aug 21, 2015 03:33 PM

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#1                                    

//PANDD1      DD  DSN=YOUR.PANVALET.PANLIB,DISP=SHR

//PANDD2      DD  DUMMY

//PANDD3      DD  DUMMY

//SYSPRINT    DD  SYSOUT=*                                             

//SYSIN       DD  *

++UNLOCK MEMBER,OLDID=userid  

//

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.