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

Answer Posted / daya

data daya;
infile 'c:\country.txt';
input &state &district &country population total:
proc sort data=daya:
by state;
proc print data=daya;
run;

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give an example where SAS fails to convert character value to numeric value automatically?

703


What are the differences between proc means and proc summary?

691


How to create an external dataset with sas code?

673


name several ways to achieve efficiency in your program? : Sas programming

671


What are the data types does SAS contain?

751






What is the use of the %include statement?

782


What do the mod and int function do? : Sas programming

687


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1556


what is the basic structure sas administrator? : Sas-administrator

654


what are the scrubbing procedures in sas? : Sas programming

931


what is operational data and operational system? : Sas-di

735


Explain the main difference between the sas procedures and functions? : Sas-administrator

635


What is PROC in SAS?

707


What is slibref?

849


what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

649