what is the difference between proc report and proc format?
Answer Posted / rajaanku11
1.proc format doesnt give any output after execution but
report can.
2.foramt is global for the entire session and can be called
any where in sas(data steps or procs).But proc report is
not global.
3.format is used to create user defined formats and report
for user defined listings or outputs.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain the main difference between the sas procedures and functions? : Sas-administrator
What is the differnce between SDTM 3.1.2 to 3.1.1 version
what is data integration? : Sas-di
What is substr function?
what is enterprise guide? What is the use of it? : Sas programming
what is the difference between floor and ceil functions in sas? : Sas-administrator
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Describe a time when you were really stuck on a problem and how you solved it?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
What is the length assigned to the target variable by the scan function?
why is a stop statement needed for the point=option on a set statement? : Sas programming
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What is the SAS data set?
What can be the size of largest dataset in SAS?