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
explain the use of % includes a statement in sas? : Sas-administrator
What is program data vector (pdv)?
If a variable contains letters or special characters, can it be numeric data type?
What is the length assigned to the target variable by the scan function?
Difference between SAS STATA & SPSS?
Compare sas with other data analytics tools.
what is hash files in sas and why we are using this one in sas?
What is the good sas programming practices for processing large data sets?
What is your favorite all time computer book? Why?
Mention what is the difference between nodupkey and nodup options?
what is study design in while working with SAS? what are screening variables in SAS?
Have you used macros? For what purpose you have used? : sas-macro
If money were no object, what would you like to do?
how does sas handle missing values in procs? : Sas programming
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming