what is the difference between proc report and proc format?
Answer Posted / sheetal
proc format is used in table lookup...It is used to create
a user define format which can be used for reporting
purpose.
proc report is used to create report. Can be used system
defined or user defined (created using proc format) formats
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the applications primarily used by business analyst? : Sas-bi
What is the use of PROC gplot?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Explain the use of proc gplot? : sas-grid-administration
How to limit decimal places for variable using proc means?
describe the interaction table in sas di? : Sas-di
how to debug and test the sas program? : Sas-administrator
What is the use of divide function?
What are common programming errors committed in sas
why is sas data integration studio important? : Sas-di
what is sas enterprise intelligence architecture? : Sas-bi
What are the limitations for memory allocation for SAS variables
how do the in= variables improve the capability of a merge? : Sas programming
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
I have a dataset concat having a variable a b & c. How to rename a b to e & f?