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
Have you used macros? For what purpose you have used? : sas-macro
what are some good sas programming practices for processing very large data sets? : Sas programming
What is factor analysis?
how does sas handle missing values in procs? : Sas programming
Name few SAS functions?
Do you need to know if there are any missing values?
What is the purpose of trailing @ and @@? How do you use them?
what is data integration? : Sas-di
Have you ever used the SAS Debugger?
Explain data step in SAS
What are the special input delimiters used in SAS?
How do you debug and test your SAS programs?
What are the different types of sas functions?
Describe 5 ways to do a “table lookup” in SAS?
explain what is factor analysis? : Sas-administrator