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
how to remove duplicates using proc sql?
Difference between nodup and nodupkey options?
what is study design in while working with SAS? what are screening variables in SAS?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Mention what is SAS data set?
How can I remove header from output data set?
what is data access? : Sas-di
What are the features of base sas system?
what is the effect of the options statement errors=1? : Sas programming
What is the maximum length of the macro variable?
how does sas handle missing values in formats? : Sas programming
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
what are the benefits of data integration? : Sas-di
Describe the ways in which you can create macro variables? : sas-macro
Explain what is SAS informats?