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 are the applications primarily used by business analyst? : Sas-bi
Explain the difference between nodup and nodupkey options?
how to do user inputs and command line arguments in sas?
What do you know about symput and symget?
what is operational data and operational system? : Sas-di
List out some key concept of SAS
explain the use of % includes a statement in sas? : Sas-administrator
Name some categories in sas 9? : sas-grid-administration
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
How we can call macros with in data step? : sas-macro
What are the features of SAS?
What is the difference between reading data from an external file and reading data from an existing data set?
Describe crosslist option in tables statement?
What is the order of application for output data set options, input data set options and SAS statements?
how does sas handle missing values in assignment statements? : Sas programming