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

11.3 CBL_SET_CSR_SHAPE

This routine changes the size of the text cursor.

Specification

Parameter data definition
01 start-position  PIC 9(4) BINARY.
01 end-position    PIC 9(4) BINARY.
01 status-code     PIC S9(4) COMP-5.
Calling format
CALL "CBL_SET_CSR_POS"
    USING start-position
          end-position
    RETURNING status-code.

Interface

start-position

Specifies the start position using a numeric value from 0 to 11.

end-position

Specifies the end position using a numeric value from 0 to 11.

Return code

The return code is set in the status-code specified in the RETURNING clause.

status-code
  • 0: Successful

  • Other than 0: Failure