Re-sequence the Sequence number of PANLIB member
search cancel

Re-sequence the Sequence number of PANLIB member

book

Article ID: 222182

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Is there a sample JCL that Re-sequence the Sequence number of Panvalet library member?

Environment

Release:ALL

Resolution

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.

 

Additional Information

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