cobol1.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CBL_WRITE_SCR_TTY Details (↑ Screen Routines)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Parameters on Entry:
 
     character-buffer        The characters to write.
 
     string-length           The length of the string to write. If this
                             goes off the edge of the screen the
                             screen is scrolled up a line and the
                             write continues on the bottom line.
 
  Parameters on Exit:
 
     None
                                    -♦-