Valid in: | Anywhere |
Requirement: | The FEDSVR engine must be used with DataFlux Federation Server 3.1 or later. |
Interactions: | The FEDSVR LIBNAME engine supports accessing only
one data source at a time. For more information, see Federated DSNs. The engine processes nonexistent values as SAS missing values rather than ANSI SQL null values. For behavior differences, see Null Values. |
The LIBNAME statement takes the following arguments:
The server connection arguments specify how to connect to the DataFlux Federation Server. The server connection arguments are as follows:
Enclose domain names that are not valid SAS names in double or single quotation marks.
port=2171
.
server="d1234.us.company.com"
or server="123.45.67.890"
.
The maximum length is 256 characters.
The DataFlux Federation Server must be running.
You must also specify DSN=.
The REMTS driver is platform independent, which means that it can communicate from a SAS session on any platform with the DataFlux Federation Server on any platform.
If the DSN definition name is not a valid SAS name, enclose the DSN definition name in quotation marks. If the name contains single quotation marks, use double quotation marks around the name. Otherwise, use two single quotation marks in the name and enclose the name in single quotation marks.
If a user ID and password are defined for the DSN definition, you must specify DSNUSER= and DSNPASSWORD= with the DSN= definition name. SAS data sets do not support a user ID or password for a DSN definition.
To resolve the DSN, you or the user ID specified in DSNUSER= must have Connect privilege to the DSN definition, the data service that it references, or to the DataFlux Federation Server. For more information, see the DataFlux Federation Server Administrator’s Guide.
To specify DSNPASSWORD=, you must specify DSN= and DSNUSER=.
The user ID must be enclosed in double quotation marks.