After upgrading Panvalet, received a PV009 *** INVALID PARAMETER *** error message when I submitted ++ADD for testing.
++ADD member,EASY
***** INVALID PARAMETER ***** * ERROR MESSAGE = PV009 *
Release : ALL
This error occurs because the correct language type has not been set for PVOPT(FGPAN23).
The sample JCL to set PVOPT(FGPAN23) is stored in Prefix.CBA3JCL(X7USRMD1).
Also, you can use the following sample JCL to output the current PVOPT(FGPAN23) settings to a list.
Compare the old version and new version settings.
Sample jcl:
//STEP01 EXEC PGM=PAN#2,PARM='OPEN=INP'
//STEPLIB DD DSN=Prefix.panvlt.CBA3LINK,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSPUNCH DD SYSOUT=*
//PANDD1 DD DSN=Prefix.user.panlib,DISP=SHR
//SYSIN DD *
++PRINT FGPAN23
/*
//