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...

how can u join the two tables without using proc sql Joins
and nested queries ?

Answer Posted / sai

we can join two tables by using merge statement and also by
using two SET statements .


data one;
set two;
set three;
run;

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the special input delimiters used in sas programming.

1043


what is sas metadata repository? : Sas-bi

1171


Approximately what date is represented by the SAS date value of 730?

1269


Which are the statements whose placement in the data step is critical?

1308


Explain by-group processing?

1038


How do you connect the desktop application to metadata server? : sas-grid-administration

1144


What are the limitations for memory allocation for SAS variables

1545


What Proc glm does?

1136


why is a stop statement needed for the point=option on a set statement? : Sas programming

1129


What is the role of sas grid administrator? : sas-grid-administration

1342


how do the in= variables improve the capability of a merge? : Sas programming

1479


How will you generate test data with no input data?

1232


What versions of SAS have you used (on which platforms)?

1565


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?

1728


What are the special input delimiters used in SAS?

1238