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 are the best practices to process the large data sets in sas programming? : Sas-administrator
Give e an example of..
What are the data types in sas?
What is the difference between one to one merge and match merge? Give an example.
What function CATX syntax does?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What is the work of tranwrd function?
how does sas handle missing values in sort order? : Sas programming
Tell me about % include and % eval? : sas-macro
what is treatment emergent events and treatment emregent adverse event
Explain the special input delimiters used in sas programming.
What is slibref?
how to remove duplicates using proc sql?
how to change the execute of macro