NO ADVANCING Phrase

WITH NO ADVANCING
  1. This phrase inhibits the normal carriage-return, line-feed sequence that is sent to the terminal. In VAX COBOL and ICOBOL compatibility modes, this sequence is normally sent after the ACCEPT or DISPLAY statement executes. In RM/COBOL mode, this sequence is sent before the statement executes. These characters can cause the current terminal window to scroll if the current line is the last line in the window.
  2. This phrase is automatically implied when the LINE phrase is used. In VAX COBOL compatibility mode, this phrase is also implied when the COLUMN phrase is used. In RM/COBOL mode, this phrase is also implied when the COLUMN phrase is used with a zero value.