Top
NetCOBOL V11.0 CBL Subroutines User's Guide
FUJITSU Software

11.5 CBL_WRITE_SCR_TTY_CHAR

This routine writes a character at the current cursor position on the screen.

Specification

Parameter data definition
01 w-character  PIC X(1).
01 status-code  PIC S9(4) COMP-5.
Calling format
CALL "CBL_WRITE_SCR_TTY_CHAR"
    USING w-character
    RETURNING status-code.

Interface

w-character

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.

status-code
  • 0: Successful

  • Other than 0: Failure