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 are sas/access and sas/connect? : Sas programming

539


What are the data types that sas contain?

646


what is sas business intelligence? : Sas-bi

579


What is the difference between order and group variable in proc report?

821


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

599






What are symget and symput? : sas-macro

714


what is star schema? : Sas-di

635


which date functions advances a date time or date/time value by a given interval? : Sas programming

521


explain about various caches available in data integrator? : Sas-di

569


How do you add a number to a macro variable? : sas-macro

535


What are the new features included in the new version of SAS Programming Language?

722


how to debug and test the sas program? : Sas-administrator

563


explain about sas business intelligence? : Sas-bi

587


What are the limitations for memory allocation for SAS variables

919


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

686