z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example of the KEYOFF parameter

z/OS MVS JCL Reference
SA23-1385-00

//SMSDS3  DD  DSNAME=MYDS3.PGM,DATACLAS=VSAM1,DISP=(NEW,KEEP),
//          KEYOFF=2

In the example, the data class VSAM1 defines a key-sequenced VSAM data set. The key offset of 2 overrides the key offset defined in the data class and specifies that the first byte of the key is in the third position of each record.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014