Change the level of PANLIB member
search cancel

Change the level of PANLIB member

book

Article ID: 220979

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Is there a sample JCL that changes the level of Panvalet library member?

Environment

Release:ALL

Resolution

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.

 

Additional Information

For more information, see the LEVEL Command of Using document.