> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sync.cdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SAS Xpt

export const CommonDatasourceMoreInformation = ({datasource = "the data source", advancedurl = "", siteName = "CData Sync", driverVersion = ""}) => {
  return <>
      <p>
        For more information about interactions between {siteName} and {datasource}, see{' '}
        <a href={`https://cdn.cdata.com/help/${advancedurl}${driverVersion}/synch/default.htm`}>
          {datasource} Connector for {siteName}
        </a>.
      </p>
    </>;
};

export const CommonDatasourceIntroSource = ({datasource = "the data source", siteName = "CData Sync"}) => {
  return <p>
      You can use the {datasource} connector from the {siteName} application to capture data
      from {datasource} and move it to any supported destination. To do so, you need to add
      the connector, authenticate to the connector, and complete your connection.
    </p>;
};

export const driverVersion = "M";

export const siteNameShort = "Sync";

export const siteName = "CData Sync";

export const datasource = "SAS Xpt";
export const pageTitle = "SAS Xpt";
export const advancedurl = "JX";

<CommonDatasourceIntroSource datasource={datasource} siteName={siteName} />

## Connect to SAS Xpt

To connect to SAS Xpt in {siteNameShort}:

1. Open the **Connections** page of the {siteNameShort} dashboard.
2. Click **Add Connection** to open the **Select Connectors** page.
3. Click the **Sources** tab and locate the **SAS Xpt** row.
4. Click the **Configure Connection** icon at the end of that row. If you do not see the **Configure Connection** icon, add the connector from the [Connections](../connections) page.
5. Enter the following connection settings on the **Settings** tab:
   * **URI:** Enter the Uniform Resource Identifier (URI) for your SAS Xpt resource location.
   * **Connection Type:** Select the connection type that you want to use. The default type is **Local**.
   * **Auth Scheme:** Select the auth scheme that you want to use. The default type is **None**.
6. Define advanced connection settings on the **Advanced** tab. (In most cases, though, you should not need these settings.)
7. Click **Create & Test** to create your connection.

## More Information

<CommonDatasourceMoreInformation datasource={datasource} advancedurl={advancedurl} siteName={siteName} driverVersion={driverVersion} />
