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
If a variable contains only numbers, can it be a character data type?
Explain the difference between using drop = data set option in set and data statement?
How to test the debugging in sas?
In proc transpose and data step with arrays which one you pick?
What are the uses of sas?
What sas features do you use to check errors and data validation?
where are dashboard components are created and maintained? : Sas-bi
what is factor analysis? : Sas-administrator
Explain what Proc glm does?
What is the difference between input and infile statement?
How do dates work in sas?
What is the maximum length of the macro variable?
Mention what is SAS data set?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
is data integration and etl programming is same? : Sas-di