what is SAS ACCESS AND SAS CONNECT ? Give an example and
data statements used.
Answer / raju v
SAS/CONNECT software is a SAS client/server toolset that
provides scalability
through parallel SAS processing. SAS/CONNECT provides users
and applications
developers the ability to manage, access, and process data
in a distributed and parallel
environment
SAS/ACCESS engines provide seamless and transparent
read/write/update access to more than 60 data sources,
including relational and nonrelational databases
| Is This Answer Correct ? | 9 Yes | 0 No |
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?
If money were no object, what would you like to do?
what is Enterprise Guide?what is the use of it?
what is SAS/Access and SAS/Connect?what are the uses?
Tell me about % include and % eval? : sas-macro
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
I have 2 data sets A & B. Both have a variable called Age in them, each of them specifying a different functionality. In my program I use bot these data sets. How do I specify which Age variable I want to use?
what are different type of sas servers ? On which server does the sas code execute ?
what versions of sas have you used (on which platforms)? : Sas programming
How to get part of string form the source string without using sub string function in SAS?
What is the order of evaluation of the comparison operators: + - * /** ()?