SAY /NOADVANCE

        [SIC\]SAY  Arg1  Arg2  [... ArgN] /FORMAT fmt1 fmt2 [...fmtn] /NOAD-
    VANCE

    Do not put a Carriage Return at end. This allows to  add  several  vari-
    ables on the same output line in subsequent SAY commands.  For example
      SAY Arg1 /Format fmt1 /NOADVANCE
      SAY Arg2 /Format fmt2
    is equivalent to SAY Arg1 Arg2 /Format fmt1 fmt2

    The /NOADVANCE option is only active with the /FORMAT option, and if the
    output (defined by SIC OUTPUT) is not the terminal.