13.07.2015 Views

SAS/ACCESS 9.2 for Relational Databases: Reference, Fourth Edition

SAS/ACCESS 9.2 for Relational Databases: Reference, Fourth Edition

SAS/ACCESS 9.2 for Relational Databases: Reference, Fourth Edition

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>SAS</strong>/<strong>ACCESS</strong> Interface to Netezza 4 Data Set Options <strong>for</strong> Netezza 625OptionUSE_ODBC_CL =UTILCONN_TRANSIENT=Default ValueNONONetezza LIBNAME Statement ExamplesIn this example, SERVER=, DATABASE=, USER=, and PASSWORD= are connectionoptions.libname mydblib netezza server=npssrv1 database=test user=netusr1 password=netpwd1;proc print data=mydblib.customers;where state=’CA’;run;In the next example, DSN=, USER=, and PASSWORD= are connection options. TheNZSQL data source is configured in the ODBC Administrator Control Panel onWindows plat<strong>for</strong>ms or in the odbc.ini file or a similarly named configuration file onUNIX plat<strong>for</strong>ms.libname mydblib netezza dsn=NZSQL user=netusr1 password=netpwd1;proc print data=mydblib.customers;where state=’CA’;run;Data Set Options <strong>for</strong> NetezzaAll <strong>SAS</strong>/<strong>ACCESS</strong> data set options in this table are supported <strong>for</strong> Netezza. Defaultvalues are provided where applicable. For general in<strong>for</strong>mation about this feature, see“Overview” on page 207.Table 22.2<strong>SAS</strong>/<strong>ACCESS</strong> Data Set Options <strong>for</strong> NetezzaOptionBL_DATAFILE=BL_DELETE_DATAFILE=BL_DELIMITER=BL_OPTIONS=BL_USE_PIPE=BULKLOAD=BULKUNLOAD=DBCOMMIT=DBCONDITION=DBCREATE_TABLE_OPTS=Default ValueWhen BL_USE_PIPE=NO, creates a file in thecurrent directory or with the default filespecifications.YES (only when BL_USE_PIPE=NO)| (the pipe symbol)noneYESNOLIBNAME option settingLIBNAME option settingnoneLIBNAME option setting

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!