ue.01a6
Used for cursor control.
Syntax
u01a6 control.code{,control.code,}...
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.
Example
U01A6
c
Clears the screen, and is the equivalent to:
T C
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
