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
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Explain the use of proc gplot? : sas-grid-administration
What are the different versions of sas that you have used until now? : sas-grid-administration
Can you explain the process of calendar?
How we can create SAS USER DEFINED CODE?
What would be the value of month at the end of data step execution and how many observations would be there?
What is the purpose of _character_ and _numeric_?
what is the use of sas management console? : Sas-di
what are some differences between proc summary and proc means? : Sas programming
what is the use of proc contents and proc print in sas? : Sas-administrator
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
how to remove duplicates using proc sql?
explain what is data set in sas? : Sas-administrator
What is the difference between reading data from an external file and reading data from an existing data set?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming