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

explain about sas business intelligence? : Sas-bi

585


which features do you use to check the data validations and errors? : Sas-administrator

534


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

1951


What is your favorite all time computer book? Why?

2036


Enlist the syntax rules followed in sas statements.

598






how many display types available in sas bi dashboard? : Sas-bi

617


How you can read the variables that you need?

642


Name types of category in which SAS Informats are placed?

715


What is the basic syntax of a sas program?

648


Why double trailing @@ is used in input statement?

680


what are some good sas programming practices for processing very large data sets? : Sas programming

498


What are the statements that are executed only?

661


Tell me more about the parameters in macro? : sas-macro

576


How to create a permanent sas data set?

661


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

640