Loss Control Code off the Panvalet Panlib.
search cancel

Loss Control Code off the Panvalet Panlib.

book

Article ID: 54978

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Created a new Panvalet PANLIB to allocate more space and restore to it from a backup.

User's can update members without specifying a Control Code.

 


                            

Environment

Release:   14.6
Component: Panvalet

Resolution

When creating the new Panvalet PANLIB using PAN#4 the ++CONTORL statement was not used and the PANLIB was created without a Control Code.

Execute PAN#2 ++CONTROL specifying the control code required for the PANLIB.

Step 1.

//TRANS EXEC PGM=PAN#2
//PANDD1 DD DSN=user.new.PANLIB, DISP=SHR 
//PANDD2 DD DUMMY 
//PANDD3 DD DUMMY
//SYSPRINT DD SYSOUT=*
//SYSPUNCH DD SYSOUT=*
//SYSIN DD * 
++CONTROL 0000, nnnn 
/*