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 |
what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?
How you can read the variables that you need?
what is portability of sas programmes?
Do you need to rearrange the order of the data for the report?
What Proc glm does?
why is a stop statement needed for the point=option on a set statement? : Sas programming
explain the key concept of sas? : Sas-administrator
what other SAS features do you use for error trapping and data validation?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
what are some good sas programming practices for processing very large data sets? : Sas programming
how do i read multiple spaces in datasets? eg: vijaya raghava perumal.I tried with using & but it workss if its vijaya raghava but not for raghava perumal.how to do this?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?