Transcription of using eg effectively - Stratia
{{id}} {{{paragraph}}}
using SAS Enterprise Guide EffectivelyWho Does What Where ?Now What ?EG Default BehaviourEG Default SetupEG SASUSER EG ProfilesEG ProfilesEG AUTOEXEC --- kindaEG Who Does What Where ? different libraries different databases millions of rows SY tomorrow !EG Who Does What Where ? same library same database candidate for pass -throughWhat is pass - through ? SAS Access engines for RDBMS eg. Teradata, Oracle, ODBC essentially APIs to communicate with the DB explicit pass - through explicit pass -throughoSAS program connects to DBoSQL is passed through to DB SQL must be native to DB implicit pass -throughoSAS decidesand takes care of it for youExplicit pass - through open a program window in EGproc sql;connect toteradata ( user=&user pass ="& pass "server= create tablepp_sum_cubeasselect* fromconnection to teradataselect* fromconnection to teradata( , m.* mleft = ( '2012-03-01', '2012-03-02')order , );quit;Implicit pass - through You write SAS SAS interprets your code and it writes Teradata if possible.)
Explicit Pass-Through –Joy select * connection to teradata ( select .. from MI_STAGE.ODS_SC_DAILY_ACTIVITY, MI_STAGE.STG_SC_PP_MIGRATION left join
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}
DATA Step vs. PROC SQL: What, Pass, Ten Things you May Miss in, Through, Native SQL Stored Procedures, SQL to pass, Database Connectivity Toolset User Manual, National Instruments, LabVIEW Database Connectivity Toolkit User, Database Connectivity Toolkit User Manual, Of COMPUTER OPERATOR AND PROGRAMMING ASSISTANT, ORACLE: A HOW-TO GUIDE FOR PL/SQL USERS, SUGI 23: Intermediate PROC SQL