Valid rid values for each supported file format follow:
Relative byte address (RBA), expressed in a four-byte hexadecimal format:
Hexadecimal
The record key, expressed as either of the following:
Character—matches specified case
Hexadecimal
Relative record number (RRN)
Actual record number, valid values are 1 – 999,999,999
Note: When using a hexadecimal value, you must supply an even number of hexadecimal characters.
This example syntax is for a KSDS file. Record processing begins for the data set referenced by the OLDFILE keyword and starts with the record that has the key value X'1000', or if that key does not exist, the next key higher. If keyword OLDFILE is not used, the default value SYSUT1's file is positioned accordingly.
COMPARE, OLDRID(X'1000')
This example syntax is for RRDS and sequential files. Processing begins with the 32nd record of the data set specified by the OLDFILE keyword, or with the default value of SYSUT1.
COMPARE, OLDRID(32)
|
Copyright © 2013 CA.
All rights reserved.
|
|