Diff between proc sql merge and join?
Answer Posted / anand
Merge - Data sets must be sorted by or indexed on the BY variable prior to merging.
Proc SQL - Data sets doesnot need to be sorted or indexed.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
how does sas handle missing values in functions? : Sas programming
how do you test for missing values? : Sas programming
Which function is used to count the number of intervals between two sas dates?
What are the difference between sas functions and procedures?
Of all your work, where have you been the most successful?
how does sas handle missing values in a merge? : Sas programming
Approximately what date is represented by the SAS date value of 730?
How would you define the end of a macro? : sas-macro
what do the pad and dim functions do? : Sas programming
How are numeric and character missing values represented internally?
which date function advances a date, time or datetime value by a given interval? : Sas programming
How would you identify a macro variable?
what is the difference between infile and input? : Sas-administrator
what is broad cast agent? : Sas-bi
Where do you use proc means over proc freq?