Is there a sample JCL that changes the level of 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 *
++LEVEL member,level-1,level-2
/*
//
level-1 : The current modification level of the member. This must match the level in the library for the change to take place.
level-2 : The new modification level assigned to the member. It can be any number from 1 through 255.
For more information, see the LEVEL Command of Using document.