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 function CATX syntax does?
What is the SAS data set?
which date function advances a date, time or datetime value by a given interval? : Sas programming
what is operational data and operational system? : Sas-di
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
what are several options for creating reports in web report studio? : Sas-bi
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is the function of Stop statement in a SAS Program?
Name validation tools used in SAS
What is the difference between nodupkey and nodup options?
what are informats in sas? : Sas-administrator
What is the role of administrative users? : sas-grid-administration
How to convert a numeric variable to a character variable?
What is the difference between where and if statement?
What’s the difference between var b1 – b3 and var b1 — b3?