how to intersect the tables by using PROC MIXED?
Answer / 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 |
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?
How do you use the do loop if you don’t know how many times you should execute the do loop?
how do we get duplicate observations in a separate dataset?
How would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,
How would you delete observations with duplicate keys?
How are numeric and character missing values represented internally?
What is the difference between input and infile statement?
What is the difference between the proc sql and data step?
how does sas handle missing values in sort order? : Sas programming
Mention the difference between ceil and floor functions in sas?
which date functions advances a date time or date/time value by a given interval? : Sas programming