How to check the PCOPT being used by Panvalet
search cancel

How to check the PCOPT being used by Panvalet

book

Article ID: 39051

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Is there a way to check the PCOPT settings used by Panvalet?

 

Environment

Release: 14.6

Resolution

The PAN#2 utility with ++PRINT PCOPTION will output the option settings.

Sample JCL:

//STEP01   EXEC PGM=PAN#2,PARM=('OPEN=INP')
//STEPLIB   DD DISP=SHR,DSN=Prefix.CBA3LINK
//PANDD1    DD DISP=SHR,DSN=Prefix.panlib
//SYSPRINT  DD SYSOUT=*
//SYSIN     DD *
++PRINT PCOPTION
/*
//

Here is the link to the Compare and Additional Facilities.

 

Notes:

The PARM=('OPEN=INP') is only needed to open the PANLIB as read-only access.