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

How would you keep from overlaying the a SAS set with its
sorted version?

Answer Posted / tangyoulei

proc sort data=*** out=###;
by;
run;

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What areas of SAS are you most interested in?

1580


What is the use of divide function?

1119


how do you debug and test your sas programs? : Sas programming

1172


If a variable contains only numbers, can it be a character data type?

1140


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

2557


Explain how you can debug and test your SAS program?

1051


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

2448


Have you ever used the SAS Debugger?

1820


what are all the reports you generated in your recent project?

2253


How would you define the end of a macro? : sas-macro

1136


How does the internal authentication work in sas? : sas-grid-administration

1169


what is program data vector? : Sas-administrator

1126


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

1544


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

4593


What is proc sort?

1310