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 is the function of output statement in a SAS Program?
In sas, what are the areas that you are most interested in? : sas-grid-administration
In SAS explain which statement does not perform automatic conversions in comparisons?
what is the effect of the options statement errors=1? : Sas programming
How can I remove header from output data set?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
What are the different operating system platforms in which we can use sas? : sas-grid-administration
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is the use of divide function?
what are all the reports you generated in your recent project?
What are the automatic variables for macro? : sas-macro
what is business intelligence? : Sas-bi
AE datasets names? how many types?
What are the five ways to do a table lookup in sas? : sas-grid-administration
Differentiate between ceil and floor functions.