call "CBL_READ_KBD_CHAR" using     char
                         returning status-code 
               | Using call prototype (see Key) | Picture | |
|---|---|---|
| char | cblt-x1-compx. | pic x. | 
| status-code | See Library Routines - Key. | 
None
| char | The character that was typed, in ASCII. | 
Comments:
This routine should be preceded by an enhanced ACCEPT or DISPLAY statement (see the chapter Adis in your Character User Interfaces book) or by calling one of the CBL_ display routines. Otherwise the behaviour is undefined.