TCPIP$TELNET_HELP.HLB  —  SEND  NOP
    SEND NOP (No Operation) tells you whether your local host can
    send data to the remote host and the remote host can receive the
    data. If you:

    o  Get an %TELNET-E-INETERROR error message, there is a problem
       with the connection; the remote host is not able to receive
       data.

    o  Get an %TELNET-S-REMCLOSED status message, the connection with
       the remote host has been closed.

    o  Do not get an error message, the connection is active.

    DCL Format

      SEND NOP

    UNIX Format

      send nop

1  –  Examples

    1.% <Ctrl/]> (characters not echoed)
      TELNET> SEND NOP <Return>
      %TELNET-I-SESSION, Session 01, host nyx, port 23

      No error message indicates the connection is active. (The
      information message also indicates the connection is active.)

    2.% <Ctrl/]> (characters not echoed)
      TELNET> SEND NOP
      %TELNET-S-REMCLOSED, Remote connection closed
      -TELNET-I-SESSION, Session 01, host nyx, port 23
      TELNET>

      Indicates your connection has been broken.
Close Help