Do you prefer Proc Report or Proc Tabulate? Why?
Answer Posted / satheesh
using proc report we can create a new variable using
compute block .but in the case of tabulate we didnt create..
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what are the categories that sas informats are used to the place the data? : Sas-administrator
what is enterprise guide? What is the use of it? : Sas programming
Can you execute macro within another macro? : sas-macro
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What is the difference between reading data from an external file and reading data from an existing data set?
If a variable contains only numbers, can it be a character data type?
how to change the execute of macro
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What are symget and symput? : sas-macro
What is by-group processing?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
what are the component of range? : Sas-bi
How can I remove header from output data set?
How would you invoke a macro? : sas-macro