Characters that should be used to determine when to truncate a field.
This instruction is used by the TapeTrack Import Engine.
SetTruncationChars(field, chars);
Variable | Type | Description | Min Length | Max Length |
---|---|---|---|---|
field | String | The field for this instruction. | 1 | 128 |
chars | String | A string containing a list of characters which should be used for truncation. | 1 | 10 |
Truncate the field VOLUME at any character- or [**
SetTruncationChars(VOLUME, "-[");