Servers

  • Public Interface to a SAS Server Descriptor.

    Server descriptor defines the URL, user id, and logon characteristics of a SASServer

    Since

    since 8.33
    See more
  • Public Interface to a SAS Server

    Instances are acquired by calling SASManager.verifySASServer() or by calling SASManager.servers(). When a server is acquired by the SASManager API, it is retained and made available across program instances.

    You can remove a SAS server by calling SASManager.removeSASServer().

    Since

    since 8.22
    See more
  • Delegate for providing authentication tokens for a SASServer

    Since

    since 8.33
    See more