How to merge the data using merge statement and proc format?
Is the result is same ?
Answer Posted / lekha
I guess merge statement is different from Proc format. Merge Joins the observations from two or more SAS data sets into a single observation. Whereas proc format enables you to define your own informats and formats for variables.
Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
what is sas application server? : Sas-di
How do dates work in sas?
What are types of transport files?
what is the use of proc contents and proc print in sas? : Sas-administrator
What are the ways in which macro variables can be created in sas programming?
How would you include common or reuse to be processed along with your statements?
What is substr function?
: and & modifiers.
Which are the statements whose placement in the data step is critical?
Describe 5 ways to do a “table lookup” in SAS?
AE datasets names? how many types?
How would you define the end of a macro?
Difference between sum function and using “+” operator?
for what purpose would you use the retain statement? : Sas programming
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming