Key Loop Expression Tokens
Key loop expressions are expressions that can only be used within the context of a key loop and allow you to conditionally include or exclude code based on the attributes of the current key.
Key Loop Expression |
Description |
The key is ordered in ascending sequence. |
|
The first segment of the key is an auto-sequence segment (ISAM Rev 6). |
|
The first segment of the key is an auto-time-stamp key, of one of the two types shown below. ISAM Rev 6 (Synergy/DE 10.1.1 or higher). |
|
|
The first segment of the key is an auto-time-stamp key with values that are set only when records are first created. ISAM Rev 6 (Synergy/DE 10.1.1 or higher). |
|
The first segment of the key is an auto-time-stamp key with values that are set whenever records are updated. ISAM Rev 6 (Synergy/DE 10.1.1 or higher). |
The key value may be changed. |
|
The key is ordered in descending sequence. |
|
The key allows records with duplicate key values. |
|
Duplicate key values are inserted after any existing records with the same key value. |
|
Duplicate key values are inserted before any existing records with the same key value. |
|
The first segment of the key is a non-case sensitive alpha field. |
|
The key being processed is the first unique key in the file. |
|
The key has more than one segment. |
|
The key value may not be changed. |
|
The key does not allow multiple records with the same key value. |
|
The key is a null key. See <KEY_NULLTYPE> and <KEY_NULLVALUE>. |
|
The key has a null key value specified. See <KEY_NULLTYPE> and <KEY_NULLVALUE>. |
|
The key only has one segment. |
Copyright © 2018 Synergex International, Inc.