what is the difference between proc report and proc format?
Answer Posted / basha
proc report:it is used to producing summary reports,and
user requirement format reports
it displays seperarte window that is report window
it gives differnt style options and format options
it has different statistical computations
proc format:it is user defined format applied different
variable it is used one session only
it doesnt display any output.it is temporary format
we can call these formats in dataseps as well as proc steps
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Which command is used to perform sorting in sas program?
What are types of transport files?
Difference between nodup and nodupkey options?
For what purpose would you use the RETAIN statement?
List out some key concept of SAS
What is the use of %include statement?
what is hierarchy flattening? : Sas-di
What is a macro routine?
How would you invoke a macro? : sas-macro
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
Describe the ways in which you can create macro variables? : sas-macro
How would you identify a macro variable? : sas-macro
what are all the reports you generated in your recent project?
Explain the difference between using drop = data set option in set and data statement?