Answer Posted / guest
Generally SAS reads The obseravtions in sequentiall manner.
it takes a lot of time .to aviod this we are using index.
ithis index concept usefull when we dealing with large
datsets.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Do you need to know if there are any missing values?
How many ways to overcome a missing values???
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
Are you involved in writing the inferential analysis plan? Tables specifications?
what are some good sas programming practices for processing very large data sets? : Sas programming
Enlist the functions performed by sas.
Explain translate function?
how does sas handle missing values in assignment statements? : Sas programming
How does the internal authentication work in sas? : sas-grid-administration
Explain bmdp procedure?
what is transformation in sas data integration? : Sas-di
What is the difference between using drop = data set option in data statement and set statement?
how to read the variables in sas? : Sas-administrator
what is hierarchy flattening? : Sas-di
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro