Answer Posted / aravind9882
index is separate file attached to dataset.
create index on variable that is used in 'by processing'
or 'where processing'.
it will enhance the performance and fast retrieving the
observations when you use indexed variable in where
statement.
you need not to sort the variable if it is indexed when u
use it in "by statement".
create an index on variable when:
-u have to retrieve observations not more than 15% of d
dataset.
-create index on variable where 'by-variable' will have
more than 8 disctint values.
index is of two types:
simple index-created on single variable.
composite index-created on 2 or more variables.
index can b created using proc datasets, proc sql and
datastep.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between one to one merge and match merge? Give an example.
How many ways to overcome a missing values???
AE datasets names? how many types?
what is sas metadata repository? : Sas-bi
Describe 5 ways to do a “table lookup” in SAS?
I need level 2 to 5 sas using companies in india
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
what are informats in sas? : Sas-administrator
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
how can you create zero observation dataset? : Sas programming
Name some categories in sas 9? : sas-grid-administration
Explain how you can debug and test your SAS program?
What are the functions which are used for character handling functions?
What do you understand by the term Normal Distribution?
how does sas handle missing values in sort order? : Sas programming