The program control statements define search criteria that limit matching to a particular range of records and to portions of the record. This topic lists the program control statements supported by MFJMATCH.
For VSAM keyed files, the KEY defaults to the actual key, although, as the files are processed sequentially, any field can be defined as the key for the purpose of specifying a range for record matching.
Compare records only in the ranges defined by FROMKEYTOKEY or FROMRECCOUNT.
SKIP and INCLUDE are mutually exclusive.
Ignore records only in the ranges defined by FROMKEYTOKEY or FROMRECCOUNT.
SKIP and INCLUDE are mutually exclusive.
Defines a range of records. value1 specifies the first record in the range, while value2 specifies the last record in the range. Hexadecimal values can be specified as x ' hhhhhh ' , where hhhhhh is a hexadecimal number.
Defines a range of record numbers, from record number x for the next y records.