| u01a2 | Index Level | u01ad |
| Syntax |
u01a6
control.code{,control.code,}... |
| Category | PROC |
| Type | User Exit |
| Description |
performs cursor control functions.
Nearly all the functionality of this user exit is available through the PROC "T" command, which should be preferred to this user exit. control codes: (col,row) positions cursor at specified column and row. b Rings bell. c clears screen. in Outputs ASCII character with an integer value of "n". xn Outputs ASCII character with integer hexadecimal value of "n". "text" outputs literal text. |
| Options | |
| See Also | user exits, PROC t u0192 u5193 |
| Example |
U01A6
c Clears the screen, and is the equivalent to: T C |
| Warnings | |
| Compatibility | R83 2.2 |
| u01a2 | Index Level | u01ad |