SCREEN RING_BELL sounds the bell or buzzer if the window is pasted.
SCREEN RING_BELL /USING/ window_id count
window_id |
is an integer system field, Global Storage (GS) field, or user-defined field that contains the window ID assigned to the window. |
count |
specifies the number of times the bell or buzzer is sounded. |
SCREEN RING_BELL MAIN_ID,5
This example rings the terminal bell five times.