NUM control statement

This statement specifies the position of the physical record in an RRDS data set to be verified, changed, or both.

NUM rel_rec_num
rel_rec_num
The relative record number of the VSAM record. It can be specified as either of the following expressions:
  • A decimal expression (for example, 4096). The allowable maximum value is 4294967295.
  • A hexadecimal expression that consists of an even number of digits (for example, X'FF'). A leading zero must be added to an odd number of digits (for example, X'0F'). The allowable maximum value is X'FFFFFFFF'.