Code a PROC SORT on a data set containing State, District
and County as the primary variables, along with several
numeric variables.
Answer Posted / pallavi
data abc;
infile 'c:\country.txt';
input &state &district &country population total:
proc sort data=abc:
by state district country;
proc print data=abc;
run;
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Hi, If anyone has base SAS certification dumps, please share.
What is PROC in SAS?
what is metadata? : Sas-bi
Briefly explain input and put function?
What is the difference between one to one merge and match merge? Give an example.
What are the table names in oracle database...?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
How many ways to overcome a missing values???
how will you location sas platform applications available from web browser? : Sas-bi
how do you debug and test your sas programs? : Sas programming
What is the use of PROC gplot?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
AE datasets names? how many types?
name several ways to achieve efficiency in your program? : Sas programming
Name any two sas spawners? : sas-grid-administration