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 / alok karan

Data a1;
input y age;

Data b1;
input x age;

Data c;
set a1 b1(drop=age);
run; 

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between sum function and using “+” operator?

1206


How would you define the end of a macro?

1145


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 would you determine the number of missing or nonmissing values in computations?

1128


What is the difference between order and group variable in proc report?

1480


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


What Proc glm does?

1136


How to create an external dataset with sas code?

1239


What does PROC print, and PROC contents do?

1275


it will become easy if uuu provide website linkssss and list of consultanciessssss

2023


Describe what are the different levels of administrative users in sas? : sas-grid-administration

1081


What are the limitations for memory allocation for SAS variables

1545


Which date function advances a date, time or datetime value by a given interval?

1194


Mention the validation tools used in SAS?

1230


How do you specify the number of iterations and specific condition within a single do loop?

1152