what is the difference between proc report and proc format?
Answer Posted / b v krishna reddy
format procedure is used for generates user defined formats.
report procedure is used for that formats are assigned
using put and input functions.
these functions used only dataset block and report
procedure only.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What do you know about symput and symget?
Describe the ways in which you can create macro variables?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Mention what is SAS data set?
Do you need to rearrange the order of the data for the report?
What do the SAS log messages "numeric values have been converted to character" mean?
How would you define the end of a macro? : sas-macro
How does proc sql work?
How can you limit the variables written to output dataset in data step?
how do you test for missing values? : Sas programming
What are common programming errors committed in sas
what is sas application server? : Sas-di
Name any two sas spawners? : sas-grid-administration
what are input dataset and output dataset options? : Sas programming
Why and when do you use proc sql?