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 |
This entry was posted in General. Bookmark the permalink. Post a comment or leave
what is sas business intelligence? : Sas-bi
what is fact table and factless table?
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
wat is sas? is a package or programming language?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
Explain the use of proc print and proc contents?
how can you create zero observation dataset? : Sas programming
In sas, what are the areas that you are most interested in? : sas-grid-administration
How could you generate test data with no input data?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
I am looking to buy a sas advance book. So any one can guide me that which one i should buy.