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 is the registered Key word is sas????
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
what are several options for creating reports in web report studio? : Sas-bi
Mention what is the difference between nodupkey and nodup options?
What procedure you used to calculate p-value?
2 Answers Accenture, Quintiles,
What is the difference between nodup and nodupkey options?
20 Answers iFlex, Makro, Talwar,
How would you keep from overlaying the a SAS set with its sorted version?
do you need to know if there are any missing values? : Sas programming
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Can you suggest us materials for sdtm mapping?
Name statements that function at both compile and execution time.
What is the basic syntax of a sas program?