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 different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Describe crosslist option in tables statement?
Why and when do you use proc sql?
To what type of programms have you used scratch macros?
what are the component of range? : Sas-bi
What is SAS informats?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
Describe the function and untility of the most difficult SAS macro that you have written.
Where do you use proc means over proc freq?
Describe the ways in which you can create a macro variable?
Explain append procedure?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
How do you add a number to a macro variable? : sas-macro
what does the run statement do? : Sas programming