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
State the difference between INFORMAT and FORMAT ?
what is null hypothesis? why do you consider that?
what is data governance? : Sas-di
What is a put statement?
What is the role of unrestrictive users? : sas-grid-administration
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
what are the types of interactive display types? : Sas-bi
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
How does proc sql work?
What do you know about sas data set?
What is the difference between match merge and one to one merge?
what is the difference between infile and input? : Sas-administrator
What is the difference between nodupkey and nodup options?
why is sas considered self-documenting? : Sas programming
How do you test for missing values?