code the tables statement for a single level frequency?
Answer Posted / aravind9882
proc freq data=lib.dataset;
table var;
run;
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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 do the mod and int function do? What do the pad and dim functions do? : Sas programming
how does sas handle missing values in procs? : Sas programming
Mention the difference between ceil and floor functions in sas?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
what can you learn from the sas log when debugging? : Sas programming
List out some key concept of SAS
What are the table names in oracle database...?
Compare sas with other data analytics tools.
Explain the difference between using drop = data set option in set and data statement?
what is SAS OPTIMIZATION?
What are the statements that are executed only?
Can you execute a macro within a macro? Describe. : sas-macro
Enlist the functions performed by sas.
how to debug and test the sas program? : Sas-administrator