This routine changes the size of the text cursor.
Specification
01 start-position PIC 9(4) BINARY. 01 end-position PIC 9(4) BINARY. 01 status-code PIC S9(4) COMP-5.
CALL "CBL_SET_CSR_POS" USING start-position end-position RETURNING status-code.
Interface
Specifies the start position using a numeric value from 0 to 11.
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.
0: Successful
Other than 0: Failure