Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the need of INDEX in datasets?

Answer Posted / hari

This is mainly useful for the fast retrival of data (For ex
we have 559 in 1 lac obs then by index we can get the data
with out reading all the observations

Index are 2 type:

1.simple
2.Composite


ex-for simple


proc datasets lib=college;
modify time;
index create class;
run;


ex-for composite:


proc datasets library=college;
modify time;
index create names(=(name school);
run;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain bmdp procedure?

1084


What is factor analysis?

1199


What system options would you use to help debug a macro? : sas-macro

1155


what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

1058


How to limit decimal places for variable using proc means?

1160


what do the pad and dim functions do? : Sas programming

1078


how do you pull data from equifax?tell me the process?

1836


how do you test for missing values? : Sas programming

1102


how does sas handle missing values in functions? : Sas programming

1286


Describe the ways in which you can create macro variables?

1254


Differentiate input and infile.

1150


Describe what are the different levels of administrative users in sas? : sas-grid-administration

1085


describe about metadata object? : Sas-di

1127


Are you sensitive to code walk-throughs peer review or QC review?

3201


What is the use of PROC gplot?

1208