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
Hi, If anyone has base SAS certification dumps, please share.
Describe the function and utility of the most difficult SAS macro that you have written?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What are the uses of sas?
What is the SAS data set?
how does sas handle missing values in procs? : Sas programming
What is a macro routine?
what is intially documentation in sas?
how does sas handle missing values in assignment statements? : Sas programming
What is the difference between where and if statement?
How to test the debugging in sas?
What are the prime responsibilities of data integration administrator? : Sas-di
Are you involved in writing the inferential analysis plan? Tables specfications?
what are several options for creating reports in web report studio? : Sas-bi
for report generation which one you used proc report or data_null_?