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

I have 2 data sets A & B. Both have a variable called Age in
them, each of them specifying a different functionality.

In my program I use bot these data sets. How do I specify
which Age variable I want to use?

Answer Posted / kush

proc sql;
select Variable_name
from Variable_name.DataSet_name;
run;

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is PROC in SAS?

1098


What is Linear Regression?

1220


what does the run statement do? : Sas programming

1097


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

1255


This entry was posted in General. Bookmark the permalink. Post a comment or leave

4619


how can you create zero observation dataset? : Sas programming

1199


What is slibref?

1324


Tell e how how dealt with..

2307


Describe 5 ways to do a “table lookup” in SAS?

1185


do you prefer proc report or proc tabulate? Why? : Sas programming

1028


what is the effect of the options statement errors=1? : Sas programming

1098


Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

2665


how to remove duplicates using proc sql?

1194


how do you test for missing values? : Sas programming

1092


How would you determine the number of missing or nonmissing values in computations?

1127