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
Are you involved in writing the inferential analysis plan? Tables specfications?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
Which command is used to save logs in the external file?
Describe the ways in which you can create macro variables?
how will you locate the sas platform applications? : Sas-bi
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Explain the difference between nodup and nodupkey options?
Differentiate between proc means and proc summary.
How can I remove header from output data set?
How can sas program be validated?
what is treatment emergent events and treatment emregent adverse event
explain what is data set in sas? : Sas-administrator
What is program data vector (pdv)?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
what are validation tools that are used in sas? : Sas-administrator