ue.01a6

User Exit/PROC, Releases: R83 2.2

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

Command Name Type Description
proc.user.exits Command List of PROC user exits.
proc.t Command Terminal addressing and effect function.
ue.0192 User Exit General output formatting capabilities.
ue.5193 User Exit Beeps the terminal.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.