1.TELNET> CREATE_SESSION DEBTS 23 2
      Establishes a network terminal known as TNA2, and connects this
      device to port 23 on remote host DEBTS.
    2.TELNET> CREATE_SESSION /TIMEOUT=(NOIDLE, RECONNECTION=nn)
      Creates a device that disconnects on deassignment and
      reconnects when data is written to it.
    3.TELNET> CREATE_SESSION /NOTIMEOUT
      Creates a device that is not reusable; the device disconnects
      on deassignment and is deleted.
    4.TELNET> CREATE_SESSION /TIMEOUT=(IDLE=0:0:30, RECONNECTION=0:2:00)
      Creates a device that times out after being idle for 30 seconds
      and that retries connection attempts at 2-minute intervals.