MODE
The MODE keyword is valid with the OREORG command.
You can specify this option in PLUSIN. The following table describes the keyword.
To do this | Specify this in PLUSIN |
---|---|
Reorganize selected database records. | MODE(RECORD) |
Scan the entire database and reorganize records that meet specified criteria. | MODE(SCAN) |
Reorganize all database records. | MODE(BLOCK) |
Internal default: None |
The MODE keyword is required.
The MODE keyword specifies the manner in which the database will be reorganized.
To reorganize specific database records identified by the OLRKEYS data set or the KEYS keyword, specify MODE(RECORD). A record will be reorganized if an analysis determines that it meets the criteria specified by the BIPF and MBI keywords.
To read the entire database and reorganize the database records that need to be reorganized, specify MODE(SCAN). A record will be reorganized if an analysis determines it meets the criteria specified by the BIPF and MBI keywords.
To read the entire database and reorganize all database records, specify MODE(BLOCK).
Related topic