what is the difference between proc report and proc format?
Answer Posted / sat
Proc format is variable specific and proc report is
customizing the output for a datset.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Differences between where and if statement?
What is factor analysis?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What is program data vector (pdv) and what are its functions?
What are the limitations for memory allocation for SAS variables
What is SAS? What are the functions does it performs?
how can you put a "trace" in your program? : Sas programming
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
What is the work of tranwrd function?
what is hash files in sas and why we are using this one in sas?
How would you identify a macro variable?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
How we can call macros with in data step? : sas-macro