what are the differences between proc report and proc
tabulate?
Answer Posted / sandhya
Generally, PROC TABULATE takes a lot of memory space, which
slows down the perfomance. If we are working in one of the
many client machine with one common server, it is suggested
that we use PROC REPORT. PROC TABULATE is an effective
reporting procedure for a large dataset.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What’s the difference between var b1 – b3 and var b1 — b3?
Explain the difference between informat and format with an example.
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Given an unsorted data set, how to read the last observation to a new data set?
What is the difference between match merge and one to one merge?
explain the concepts and capabilities of business object? : Sas-bi
what are input dataset and output dataset options? : Sas programming
What is the differnce between SDTM 3.1.2 to 3.1.1 version
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
what is sas enterprise intelligence architecture? : Sas-bi
What are the uses of sas?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
how does sas handle missing values in a merge? : Sas programming
If you were told to create many records from one record, show how you would do this using array and with proc transpose?