Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is syntax of proc merge ?

Answer Posted / sowjanya

data one;
merge three(in=var1) two(in=var2);
by var;
if var1=1 and var2=1;
run;

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have a dataset concat having variable a b & c. How to rename a b to e & f?

1076


How long can a macro variable be? A token? : sas-macro

1256


What is your favorite all time computer book? Why?

2555


Why and when do you use proc sql?

1285


Mention what is PROC in SAS?

1110


What is the use of stop statement?

1111


What are the different versions of sas that you have used until now? : sas-grid-administration

1389


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1997


how does sas handle missing values in formats? : Sas programming

1188


How do you define proc in sas? : sas-grid-administration

1132


What is the SAS data set?

1175


What are common programming errors committed in sas

1183


How sas treats the dsd delimiters?

1260


What is the difference between class statement and by statement in proc means?

1389


If a variable contains letters or special characters, can it be numeric data type?

1279