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
What commands are used in the case of including or excluding any specific variables in the data set?
Can you suggest us materials for sdtm mapping?
How you can read the variables that you need?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
what are 5 ways to perform a table lookup in sas? : Sas-administrator
what is sas and what are the functions? : Sas-administrator
Differentiate input and infile.
which date function advances a date, time or datetime value by a given interval? : Sas programming
Have you ever used the SAS Debugger?
what is the function of catx syntax? : Sas-administrator
what is ae onset date n what is RDS
what is sas application server? : Sas-di
Explain proc sort?
what is SAS OPTIMIZATION?
Briefly explain input and put function?