Answer Posted / sandhya
PROC SURVEYSELECT gives you the resulting sample dataset
from the population dataset. It is much more sofisticated.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which are the statements whose placement in the data step is critical?
How would you identify a macro variable?
Give e an example of..
What do you understand by the term Normal Distribution?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
In ARRAY processing, what does the DIM function do?
Can you explain the process of calendar?
What are the data types in sas?
how do you pull data from equifax?tell me the process?
How we can call macros with in data step? : sas-macro
Mention the validation tools used in SAS?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What are the uses of sas?
Where do you use proc means over proc freq?