what is difference between proc merge and sql merge?
Risposte di colloquio
Anonimo
15 mag 2012
main difference between data Merge and Proc sql in data merge you have to sort the data before joining but in Proc sql without sorting data you can join the tables.