what is Difference between PROC SQL JOINS and MERGE?
Answer Posted / nrtya vardhanapu
merge is a statement which is used in the data step Whereas
join is a procedure which is used in the proc step. But the
outputs produced are the same !!!!
| Is This Answer Correct ? | 0 Yes | 13 No |
Post New Answer View All Answers
What are common programming errors committed in sas
how to remove duplicates using proc sql?
What do you code to create a macro? : sas-macro
Explain the difference between informat and format with an example.
What is the function of output statement in a SAS Program?
Mention the validation tools used in SAS?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
explain the proc in sas? : Sas-administrator
what is program data vector? : Sas-administrator
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
How would you invoke a macro? : sas-macro
How to limit decimal places for the variable using proc means?
What’s the difference between var b1 – b3 and var b1 — b3?
Difference between sum function and using “+” operator?