code the tables statement for a single level frequency?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aravind9882
proc freq data=lib.dataset;
table var;
run;
Is This Answer Correct ? | 1 Yes | 0 No |
What are the default statistics for means procedure?
what is data integration? : Sas-di
What are the difference between ceil and floor functions in sas?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
Write a SAS macro to calculate number of numbers in an email address
Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks
What is the use of the %include statement?
my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?
Are you familiar with special input delimiters? How are they used?
What is the purpose of trailing @ and @@? How do you use them?
explain the key concept of sas? : Sas-administrator