how to intersect the tables by using PROC MIXED?
Answer Posted / guest
Not possible wuith proc mixed.
for this we use SET OPERATRS in PROC SQL. called "INTERSECT"
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
how do you debug and test your sas programs? : Sas programming
What is connection profile? : sas-grid-administration
how the sas basic syntax style described? : Sas-administrator
What are all the problems you faced while validating tables and reports?
what is proc Index? and what is proc document?
What function CATX syntax does?
what is hash files in sas and why we are using this one in sas?
what is program data vector? : Sas-administrator
what is transformation in sas data integration? : Sas-di
What does PROC print, and PROC contents do?
What versions of SAS have you used (on which platforms)?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
How do you control the number of observations and/or variables read or written?