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
What’s the difference between var b1 – b3 and var b1 — b3?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What is the use of stop statement?
State the difference between INFORMAT and FORMAT ?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Mention common programming errors committed in sas ?
What are the table names in oracle database...?
What are the data types in sas?
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
What Proc glm does?
do you prefer proc report or proc tabulate? Why? : Sas programming
what is slowly changing dimension? : Sas-di
What is the length assigned to the target variable by the scan function?
What is the basic syntax style in SAS?
What versions of SAS have you used (on which platforms)?