Is there a sample JCL that adds/updates comments to Panvalet library member?
Release:ALL
The following is a sample JCL.
Sample JCL:
//STEP01 EXEC PGM=PAN#1
//STEPLIB DD DSN=Prefix.panvlt.CBA3LINK,DISP=SHR
//SYSPRINT DD SYSOUT=*
//PANDD1 DD DSN=user.panvlt.panlib,DISP=SHR
//SYSIN DD *
++COMMENT member,comments
/*
//
For more information, see the COMMENT Command of Using document.