what is the difference between proc report and proc format?
Answer Posted / ramdwh
The Report procedure enables a user to create:
 listing reports
 summary reports
 enhance reports
 request separate subtotals and grand totals
 generate reports in an interactive point-and-click
or programming environments.
Note:
By default, the default listing displays
 each data value as it is stored in the data set,
or formatted value if a format is stored with the data
 variable names or labels as report column headings
 a default width for the report columns
 character values left-justified
 numeric values right-justified
 observations in the order in which they are stored
in the data set.
FORMAT Procedure enables SAS to define custom formats
(character/numeric) and can also apply the format to a
specific variable(s) by using a FORMAT statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you define the end of a macro? : sas-macro
How do dates work in SAS data?
What is a put statement?
how do you want missing values handled? : Sas programming
what is business intelligence? : Sas-bi
Explain bmdp procedure?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What do the put and input function do?
What are the implications?
What do you know about sas data set?
What is by-group processing?
Explain the special input delimiters used in sas programming.
Name any two sas spawners? : sas-grid-administration