Code a PROC SORT on a data set containing State, District
and County as the primary variables, along with several
numeric variables?

Answer Posted / poornima

proc sort data=x;
var state district county;
run;

Is This Answer Correct ?    0 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What’s the difference between var b1 – b3 and var b1 — b3?

1048


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

786


What is the use of stop statement?

818


State the difference between INFORMAT and FORMAT ?

803


What are the best sas programming practices for handling very large datasets? : sas-grid-administration

759


Mention common programming errors committed in sas ?

830


What are the table names in oracle database...?

2485


What are the data types in sas?

801


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1581


What Proc glm does?

834


do you prefer proc report or proc tabulate? Why? : Sas programming

766


what is slowly changing dimension? : Sas-di

852


What is the length assigned to the target variable by the scan function?

891


What is the basic syntax style in SAS?

833


What versions of SAS have you used (on which platforms)?

1233