Answer Posted / krishna
there is no proc merge
we can do by dataset block
syntax:
proc sort data=<dataset name>;
by <var>;
run;
data ab;
merge a b;
run;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain data_null_?
Explain what Proc glm does?
Give e an example of..
how do you debug and test your sas programs? : Sas programming
What is the purpose of trailing @ and @@? How do you use them?
What are SAS/ACCESS and SAS/CONNECT?
Are you sensitive to code walk-throughs peer review or QC review?
What is the command used to find missing values?
What are the implications?
Difference between SAS STATA & SPSS?
what is the difference between infile and input? : Sas-administrator
What are the advantages of using sas?
Which statement does not perform automatic conversions in comparisons?
What versions of SAS have you used (on which platforms)?
What are the data types that sas contain?