Clears the whole screen to a specified character and attribute.
Note: This routine is supported for native COBOL only.
Syntax:
call "CBL_CLEAR_SCR" using character
attribute
returning status-code
Parameters:
| |
Using call prototype (see
Key)
|
Picture
|
|
character
|
cblt-x1-compx
|
pic x.
|
|
attribute
|
cblt-x1-compx
|
pic x.
|
|
status-code
|
See
Library Routines - Key
|
|
On Entry:
|
character
|
The character to write.
|
|
attribute
|
The attribute to write.
|