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

how would you determine the number of missing or nonmissing values in computations? : Sas programming

648


Can you explain the process of calendar?

631


What are the data types in sas?

598


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1086


What are the uses of sas?

694






For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

529


Explain how you can debug and test your SAS program?

561


Describe what are the different levels of administrative users in sas? : sas-grid-administration

594


Mention what is SAS data set?

668


What can be the size of largest dataset in SAS?

705


What is the use of function Proc summary?

646


what is the use of proc contents and proc print in sas? : Sas-administrator

599


what is the difference between nodup and nodupkey options? : Sas programming

611


Give some examples where proc report’s defaults are different than proc print’s defaults?

584


what is the purpose of _error_? : Sas programming

602