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


Please Help Members By Posting Answers For Below Questions

how would you create multiple observations from a single observation? : Sas programming

811


What are the difference between sas functions and procedures?

888


What is the purpose of trailing @ and @@? How do you use them?

831


For what purpose would you use the RETAIN statement?

1311


What function CATX syntax does?

942


What are the new features included in the new version of SAS Programming Language?

994


Give e an example of..

2146


Mention how to limit decimal places for the variable using proc means?

885


what is data access? : Sas-di

916


What is a put statement?

985


Describe a time when you were really stuck on a problem and how you solved it?

2461


How can sas program be validated?

831


How to convert a numeric variable to a character variable?

904


Explain why double trailing @@ is used in input statement?

843


Explain the purpose of retain statement.

846