LATCP$HELP.HLB  —  CREATE  SERVICE  Examples
    1.LATCP> CREATE SERVICE/STATIC_RATING=195 SALES

      The CREATE SERVICE command in this example creates the service
      SALES on a service node. This command assigns a static rating
      of 195 so terminal servers (and nodes that support outgoing
      connections) can assess the availability of services on the
      node.

    2.LATCP> CREATE SERVICE/APPLICATION GRAPHICS

      This command creates the service GRAPHICS on the local node.
      Use the CREATE PORT/DEDICATED and SET PORT/SERVICE=GRAPHICS
      commands to create a port that is dedicated to this service.

    3.$ LCP :== $LATCP
      $ LCP CREATE SERVICE/LIMITED ONLY_ONE
      $ LCP CREATE PORT/LIMITED LTA1234:
      $ LCP SET PORT LTA1234: /SERVICE=ONLY_ONE

      This series of commands creates a limited service that allows
      only one user to log in to the system through that service.
      When a user connects to service ONLY_ONE by responding to the
      terminal server prompt (Local>), the user is assigned port
      LTA1234 and then prompted for the user name. Any user who
      attempts to connect to the same service while LTA1234 has a
      user logged in receives the "service in use" message.
Close Help