what is difference between proc merge and sql merge?
Réponses aux questions d'entretien
Utilisateur anonyme
15 mai 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.