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 |
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
sas macros
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
How would you identify a macro variable? : sas-macro
do you prefer proc report or proc tabulate? Why? : Sas programming
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
What are the statements that are executed only?
what techniques and/or procs do you use for tables? : Sas programming
what is washout period?