what is the SAS/ACCESS and SAS/CONNECT?
Answer Posted / anantha raman
SAS/Connect is a remote connection tool from SAS that allows
you to execute SAS on a remote machine from a SAS program in
your localhost or primary server.
SAS/Access permits SAS to be able to tunnel through all
interfaces and be able to run native SQL queries on a set of
databases like Oracle, Teradata, SQL Server, etc. for which
the SAS/Access has been installed.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what is the basic structure sas administrator? : Sas-administrator
What is the basic structure of the SAS base program?
Explain how you can debug and test your SAS program?
how sas deals with business intelligence? : Sas-bi
how does sas handle missing values in assignment statements? : Sas programming
what has been your most common programming mistake? : Sas programming
Have you ever used the SAS Debugger?
why is a stop statement needed for the point=option on a set statement? : Sas programming
What is the difference between INPUT and INFILE ?
explain the concepts and capabilities of business object? : Sas-bi
what is the purpose of _error_? : Sas programming
why is sas considered self-documenting? : Sas programming
what are the scrubbing procedures in sas? : Sas programming
What system options would you use to help debug a macro? : sas-macro
What is the general format of function in sas? : sas-grid-administration