What is the difference between one to one merge and match merge? Give an example.
No Answer is Posted For this Question
Be the First to Post Answer
How does the internal authentication work in sas? : sas-grid-administration
explain about sas business intelligence? : Sas-bi
What do you know about symput and symget?
how we can create optional or required parameters in SAS macro...
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
What are the main differences between sas versions 8.2, 9.0, 9.1?
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
What are the table names in oracle database...?
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
What does PROC print, and PROC contents do?
WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?