AIX Bourne Shell $ LIBPATH=$INSTHOME/lib:$LIBPATH $ export LIBPATH C Shell $ setenv LIBPATH $INSTHOME/lib:$LIBPATH HP-UX and HP-UX for the Itanium Processor Family Architecture Bourne Shell $ SHLIB_PATH=$INSTHOME/lib:$SHLIB_PATH $ export SHLIB_PATH C Shell $ setenv SHLIB_PATH $INSTHOME/lib:$SHLIB_PATH Linux for Intel Architecture, Linux for x64, Solaris, and Solaris for x64 Bourne Shell $LD_LIBRARY_PATH=$INSTHOME/lib:$LD_LIBRARY_PATH $ export LD_LIBRARY_PATH C Shell $ setenv LD_LIBRARY_PATH $INSTHOME/lib:$LD_LIBRARY_PATH
driver=sql;conopts=(driver=db2;uid=myuid; pwd=Blue31;conopts=(DSN=MYDSN);CATALOG=TSSQL)
Option
|
Description
|
---|---|
CATALOG
|
CATALOG=catalog-identifer; Specifies an arbitrary
identifier for an SQL catalog, which groups logically related schemas.
Any identifier is valid (for example,
catalog=DB2 ).
You must specify a catalog. For the DB2 database, this is a logical
catalog name to use as an SQL catalog identifier.
Note: The FedSQL language processor
automatically quotes SQL identifiers that do not meet the regular
naming convention as defined in SAS FedSQL Reference Guide.
|
DATABASE|DB
|
DATABASE=database-specification; Specifies the name of
the DB2 database (for example,
database=sample, DB=sample ).
Note: You must specify a database
name.
|
DRIVER
|
DRIVER=DB2; Identifies the DB2 data
source to which you want to connect.
Note: You must specify the driver.
|
Windows
|
The options are located
on the Advanced or Performance tabs
in the ODBC Administrator.
|
UNIX
|
The options are available
when configuring data sources using the ODBC Administrator tool. Values
can also be set by editing the
odbc.ini file
in which their data sources are defined.
|