This routine writes a character at the current cursor position on the screen.
Specification
01 w-character PIC X(1). 01 status-code PIC S9(4) COMP-5.
CALL "CBL_WRITE_SCR_TTY_CHAR" USING w-character RETURNING status-code.
Interface
Specifies the character to be written on the screen.
Return code
The return code is set in the status-code specified in the RETURNING clause.
0: Successful
Other than 0: Failure