CBL_GET_SCR_SIZE

Returns information about the size of the screen.

Note: This routine is supported for native COBOL only.

Syntax:

call "CBL_GET_SCR_SIZE" using     depth
                                  width
                        returning status-code

Parameters:

  Using call prototype (see Key) Picture
depth cblt-x1-compx pic x comp-x.
width cblt-x1-compx pic x comp-x.
status-code See Library Routines - Key  

On Entry:

None.

On Exit:

depth Number of lines.
width Number of columns.