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...

You need to perform an analysis on a massive dataset by
groups, but are unable to sort the data due to memory
constraint. How would you accomplish the task?

Answer Posted / rock

Before grouping the dataset first compress the dataset
using compress=yes option whicle creation of dataset like

data x(compress=yes reuse=yes);
set y;
run;
proc sql;
select --- do the grouping now

Sure that sorting will take less time. Try this once
Main trick here is we are compressing the unused space in
dataset so the size of the dataset will get reduce.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe 5 ways to do a “table lookup” in SAS?

1186


What is the role of unrestrictive users? : sas-grid-administration

1075


What is SAS?

1097


what is metadata? : Sas-bi

1074


What are the difficulties u faced while doing vital signs table or dataset?

2448


What is the sas data set? : sas-grid-administration

1029


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

5503


what does the run statement do? : Sas programming

1102


What is the differnce between SDTM 3.1.2 to 3.1.1 version

5116


explain the function of substr in sas? : Sas-administrator

1064


WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2839


What are the ways to do a “table lookup” in sas?

1076


How can you create a macro variable with in data step? : sas-macro

1090


Difference between sum function and using “+” operator?

1207


what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi

1060