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
Explain the purpose of substr functions in sas programming.
What function CATX syntax does?
do you need to know if there are any missing values? : Sas programming
what is the purpose of _error_? : Sas programming
what are the considerations when picking a SAS/STAT procedure?
What are the difference between the sas data step and sas procs?
What does proc print, and proc contents are used for?
What is the basic syntax style in SAS?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
How would you identify a macro variable? : sas-macro
How to convert a numeric variable to a character variable?
Did you used proc test? when?
how do you debug and test your sas programs? : Sas programming
What is the difference between reading data from an external file and reading data from an existing data set?
What is the difference between input and infile statement?