Is there a sample JCL that Re-sequence the Sequence number of Panvalet library member?
Release:ALL
The following is a sample JCL.
Sample JCL:
// JOB
//STEP01 EXEC PGM=PAN#1
//STEPLIB DD DSN=Prefix.panvlt.CBA3LINK,DISP=SHR
//SYSPRINT DD SYSOUT=*
//PANDD1 DD DSN=Prefix.user.panlib,DISP=SHR
//SYSIN DD *
++RESEQ member,beginning column,length,beginning sequence,increment value
/*
//
beginning column,length
These parameters specify the position in the record where the sequence numbers are placed. You must specify the beginning column number and the length of the sequence field. The maximum length is eight.
beginning sequence
The initial sequence number you want to generate.
increment value
The amount by which each successive sequence number is incremented.
For more information, see the RESEQ Command of Using document.