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 |
How to write duplicate records into a separate dataset using sort?
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
What are symbol tables?Differemce between Local N Global Symbol tables.....
what are the component of range? : Sas-bi
how to assign a macro value to a variable?
State the difference between INFORMAT and FORMAT ?
what is sas database server? : Sas-di
What is SAS informats?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What is the command used to find missing values?
In ARRAY processing, what does the DIM function do?
what type of reports you are generating in your company...???
2 Answers GSK GlaxoSmithKline,