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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

158 LOGIN_TIMEOUT= LIBNAME Option 4 Chapter 10ExamplesIn this example, PROC PRINT calls the Teradata FastExport utility, if it is installed.FastExport creates restart log tables in the ALTDB database.libname mydblib teradata user=testuser pw=testpass logdb=altdb;proc print data=mydblib.mytable(dbsliceparm=all);run;In this next example, MultiLoad creates the restart table, work table, and errortables in the alternate database that LOGDB= specifies./* Create work tables in zoom database, where I have create & drop privileges. */libname x teradata user=prboni pw=xxxxx logdb=zoom;data x.testload(multiload=YES);do i=1 to 100;output;end;run;LOGIN_TIMEOUT= LIBNAME OptionSpecifies the default login time-out <strong>for</strong> connecting to and accessing data sources in a library.Default value: 0Valid in: <strong>SAS</strong>/<strong>ACCESS</strong> LIBNAME statementDBMS support: Aster nCluster, HP Neoview, Netezza, ODBC, Sybase IQSyntaxLOGIN_TIMEOUT=numeric-valueMAX_CONNECTS= LIBNAME OptionSpecifies the maximum number of simultaneous connections that Sybase allows.Default value: 25Valid in: <strong>SAS</strong>/<strong>ACCESS</strong> LIBNAME statementDBMS support: SybaseSyntaxMAX_CONNECTS=numeric-value

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

Saved successfully!

Ooh no, something went wrong!