code the tables statement for a single level frequency?
Answer Posted / aravind9882
proc freq data=lib.dataset;
table var;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the role of unrestrictive users? : sas-grid-administration
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
what is intially documentation in sas?
what is sas data set?
what is enterprise guide? What is the use of it? : Sas programming
what type of graphs we will create(for 2+years candidates)?
How would you identify a macro variable? : sas-macro
how would you create multiple observations from a single observation? : Sas programming
How do you debug and test your SAS programs?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What is the use of function Proc summary?
Describe the ways in which you can create macro variables?
What is interleaving in SAS?
do you need to know if there are any missing values? : Sas programming