DEFRECORD KCML_SEARCH_REC_KEY
'KCML_Search_Record key specifier| FLD name | Pack format | Purpose |
|---|---|---|
| SEARCHKEY_Start | The start byte counted from 1 | |
| SEARCHKEY_Len | The length of the field | |
| SEARCHKEY_Sort | BOOL_SPACE(1) | Sort the array if not already sorted. After sorting Sorted is set to TRUE. Only applies to first segment. |
| SEARCHKEY_Sorted | BOOL_SPACE(1) | TRUE iff array has been sorted. Sorted arrays can be searched much quicker. Only applies to first segment. |
| SEARCHKEY_Limit | Limit number of entries found to this count. If 0 the defaults to finding all instances. Only applies to first segment. |