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 function of substr in sas? : Sas-administrator
explain about data integrator metadata reports? : Sas-di
how can you put a "trace" in your program? : Sas programming
describe about physical data integration? : Sas-di
List out some key concept of SAS
Briefly explain input and put function?
what are some differences between proc summary and proc means? : Sas programming
Tell me about % include and % eval? : sas-macro
what is hash files in sas and why we are using this one in sas?
What is the difference between class statement and by statement in proc means?
What is SAS?
Name any two sas spawners? : sas-grid-administration
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
For what purposes have you used sas macros? : sas-macro
Difference between nodup and nodupkey options?