is there any differnce between proc means and proc summary?
Answer Posted / saritha
proc means produce printed output.
where as proc summary will not produce any output but it
create dataset.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you specify the number of iterations and specific condition within a single do loop?
what is function of retain statment
What are the differences between sum function and using “+” operator?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
how can you create zero observation dataset? : Sas programming
How will you generate test data with no input data?
Enlist the syntax rules followed in sas statements.
what is null hypothesis? why do you consider that?
Name some categories in sas 9? : sas-grid-administration
what is sas olap server? : Sas-di
what is information maps?
Difference between nodup and nodupkey options?
How can you limit the variables written to output dataset in data step?
State the difference between INFORMAT and FORMAT ?
How would you define the end of a macro? : sas-macro