code the tables statement for a single level frequency?
Answer Posted / rajaanku11
proc freq data=lib.dataset;
table var; *here you can mention single variable of multiple
variables seperated by space to get single
frequency;
run;
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how would you create multiple observations from a single observation? : Sas programming
What are the difference between sas functions and procedures?
What is the purpose of trailing @ and @@? How do you use them?
For what purpose would you use the RETAIN statement?
What function CATX syntax does?
What are the new features included in the new version of SAS Programming Language?
Give e an example of..
Mention how to limit decimal places for the variable using proc means?
what is data access? : Sas-di
What is a put statement?
Describe a time when you were really stuck on a problem and how you solved it?
How can sas program be validated?
How to convert a numeric variable to a character variable?
Explain why double trailing @@ is used in input statement?
Explain the purpose of retain statement.