Previous Topic Next topic Print topic


CBL_CLEAR_SCR

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.

On Exit:

None.

Previous Topic Next topic Print topic