In the context of Text UI, the EGL set statement allows you to reset all fields in a text or print form or, alternatively, to change properties and characteristics of a field in a text form.

You can combine set statement values, inserting a comma to separate options such as cursor and full. Be aware that some values are contradictory or potentially redundant, and that EGL runs each modifier in order, moving left to right.
In the following example, the cursor property for the customerName field is reset to its initial value.
set myTextForm.customerName initial, cursor;
| Platform | Issue |
|---|---|
| COBOL generation |
|
| Java generation | The blink modifier is not available |