Code a PROC SORT on a data set containing State, District
and County as the primary variables, along with several
numeric variables.
Answer Posted / radhika rakesh
here some step has syntax errors lik in input statement its
mentioned as $ state and so but correct form is state $...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is PROC in SAS?
To what type of programms have you used scratch macros?
If a variable contains letters or special characters, can it be numeric data type?
Mention how to limit decimal places for the variable using proc means?
Differentiate between format and informat? : sas-grid-administration
what is the function of catx syntax? : Sas-administrator
Explain data_null_?
why is sas considered self-documenting? : Sas programming
What does P-value signify about the statistical data?
Name validation tools used in SAS
name some data transformation used in sas di? : Sas-di
What does the RUN statement do?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
what is data integration? : Sas-di
explain the difference between proc means and proc summary?