This parameter is used with IBM 3270 emulation sessions only and specifies what Reflection does if a user attempts to insert a character.
Value
firstNull (default) |
Reflection makes room for the character being inserted by moving all characters to the right of the insertion point one character to the right until a null is encountered. The null is replaced by a character and all subsequent characters are unchanged. If no null is found, the insertion fails. |
trailingSpace |
Reflection uses the same logic as for firstNull except that if no null is found it looks for a trailing space. |
trailingChar |
Reflection replaces the last character in the insert arena on an insert if neither a null nor a trailing space is found. |
Example