You must specify the CONTROL code for both Panvalet libraries.
- Need the ++CONTROL card for both Panvalet libraries as follows.
- Also, need the "A" as the 72th column option for output library as follows.
----+----1----+----2----+----3----+----4----+----5----+----6----+----7--
//STEP01 EXEC PGM=PAN#2
//STEPLIB DD DSN=Prefix.Panvalet.CBA3LINK,DISP=SHR
//SYSPRINT DD SYSOUT=*
//PANDD1 DD DSN=Prefix.User.PANLIBA,DISP=SHR
//PANDD2 DD DSN=Prefix.User.PANLIBB,DISP=SHR
//SYSIN DD *
++OPTION OUTPUT
++CONTROL nnnnn
++CONTROL nnnnn A
++TRANSFER member
/*
//
For more information, please see the "Chapter 5: PAN#2 Library Protection", "CONTROL Command" of the "System Management Guide".