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 is the basic syntax of a sas program?

671


What is the command used to find missing values?

593


what can you learn from the sas log when debugging? : Sas programming

610


What are the scrubbing procedures in sas?

573


Describe the ways in which you can create macro variables?

634






explain the difference between proc means and proc summary?

672


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

1015


what are the types of interactive display types? : Sas-bi

656


How to create list output for cross-tabulations in proc freq?

620


what is snowflake schema? : Sas-di

696


why a stop statement is needed for the point= option on a set statement?

625


What are the advantages of using sas?

607


What would be the value of month at the end of data step execution and how many observations would be there?

580


Name and describe few sas character functions that are used for data cleaning in brief.

668


What are the 3 components in sas programming?

725