DBLINK= LIBNAME Option

Specifies a link from your 1) local database to database objects on another server [Oracle] or 2) default database to another database on the server to which you are connected [Sybase].
Valid in: SAS/ACCESS LIBNAME statement
Default: none
Data source: Oracle, Sybase
See: DBMASTER= data set option

Syntax

DBLINK=database-link

Details

Oracle: A link is a database object that you use to identify an object stored in a remote database. It contains stored path information. It might also contain user name and password information for connecting to the remote database. If you specify a link, SAS uses it to access remote objects. If you omit this option, SAS accesses objects in only the local database.
Sybase: This option lets you link to another database within the same server to which you are connected. If you omit this option, SAS can access objects in only your default database.