The NO.NULLS keyword suppresses null items.
Format
NO.NULLS
The NO.NULLS keyword has three uses:
1. | With the query processor AVERAGE, ENUMERATE and MIN keywords, this keyword suppresses use of null values when calculating averages, enumerations or minimum values. |
2. | With the query processor SAVING keyword, this keyword omits null field values from the generated select list. |
3. | With the CREATE.INDEX command, it omit records with null field values from the index. |
|