ue.01a6
| Command | ue.01a6 User Exit/PROC Applicable release versions: R83 2.2 |
|---|---|
| Category | PROC (92) |
| 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. |
| Syntax | u01a6 control.code{,control.code,}... |
| Options | |
| Example | U01A6 c Clears the screen, and is the equivalent to: T C |
| Purpose | |
| Related |
proc.user.exits proc.t ue.0192 ue.5193 |
