The second operand in a RECFM comparison can be any of the following:
Fixed-length records
Fixed blocked records
Fixed blocked with ASA carriage control
Fixed blocked with machine carriage control
Undefined length records
Variable-length records
Variable blocked records
Variable blocked with ASA carriage control
Variable blocked with machine control
This field requires an exact match, that is, SEL CRI=(RECFM,EQ,FB) selects only FB data sets, not F or FBA, and so on.
If you need to select data sets with a particular RECFM attribute but you don't care what other attributes it is combined with, use the following fields and simply test for the condition being present:
Fixed attribute (yes or no)
Variable attribute (yes or no)
Undefined attribute (yes or no)
Standard or Spanned attribute (yes or no)
Track overflow attribute (yes or no)
Blocked attribute (yes or no)
ASA carriage attribute (yes or no)
Machine carriage attribute (yes or no)
For example, SELECT CRITERIA=(RECFMB,EQ,YES) selects all blocked data sets, regardless if fixed or variable, and so on.
SELECT CRITERIA=(RECFMV,EQ,YES,AND,RECFMS,EQ,YES) would select all variable-spanned data sets, regardless of whether they are blocked or not.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|