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
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
What are the default statistics for means procedure?
what are the considerations when picking a SAS/STAT procedure?
Describe 5 ways to do a “table lookup” in SAS?
Explain what is the use of proc gplot?
do you prefer proc report or proc tabulate? Why? : Sas programming
What is the general format of function in sas? : sas-grid-administration
What is the function of output statement in a SAS Program?
Enlist the functions performed by sas.
how many types prompting framework can be broken down to? : Sas-bi
Explain bmdp procedure?
How we can create SAS USER DEFINED CODE?
what is the difference between unique key and primary key? : Sas-di
What are the data types that sas contain?