what is syntax of proc merge ?

Answer Posted / mahesh

data dsn;
merge dsn1 dsn2;
by vari;
run;

Is This Answer Correct ?    17 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the statements in proc sql?

591


what are the component of range? : Sas-bi

616


Do you need to know if there are any missing values?

592


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1096


Mention what are the data types does SAS contain?

695






what is function of retain statment

1522


I need level 2 to 5 sas using companies in india

1926


for what purpose would you use the retain statement? : Sas programming

579


How do you use the do loop if you don’t know how many times you should execute the do loop?

749


explain the main difference between the nodup and nodupkey options? : Sas-administrator

684


what is factor analysis? : Sas-administrator

609


Are you sensitive to code walk-throughs peer review or QC review?

2597


if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

940


what is operational data and operational system? : Sas-di

631


what is the purpose of _error_? : Sas programming

606