TCPIP$TELNET_HELP.HLB  —  SET  FLUSHOUTPUT
    Sets the flush output character.

    Use this command if either your terminal or the remote host does
    not recognize the default flush output character, Ctrl/O.

    Enter the following sequence of characters:

    1. Opening quotation marks

    2. A circumflex ( ^ )

    3. The new flush output character

    4. Closing quotation marks

    DCL Format

      SET FLUSHOUTPUT  "^character"

    UNIX Format

      set flushoutput  "^character"

1  –  Parameters

 "^character"

    Required.

    Character you want to use as the flush output character.

2  –  Example

  TELNET> SET FLUSHOUTPUT "^P"
  Flush output character is '^p'.

      Sets the flush output control character to either p or P.
Close Help