What is the difference between Proc tabulate and Proc print
Answer Posted / sheetal
proc print produces list report output. Proc Tabulate print
crosstabulation report output.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How are numeric and character missing values represented internally?
What are the differences between proc means and proc summary?
What are the differences between sum function and using “+” operator?
Explain substr function?
What are all the problems you faced while validating tables and reports?
what are the benefits of data integration? : Sas-di
What is the difference between reading data from an external file and reading data from an existing data set?
What are the different types of sas functions?
Explain why double trailing @@ is used in input statement?
what is treatment emergent events and treatment emregent adverse event
How does the internal authentication work in sas? : sas-grid-administration
Give some examples where proc report’s defaults are same as proc print’s defaults?
What does the trace option do?
Explain data_null_?
how could you generate test data with no input data? : Sas programming