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

explain about data integrator metadata reports? : Sas-di

801


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2513


How necessary is it to be creative in your work?

2219


Describe the ways in which you can create macro variables? : sas-macro

776


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

802


What is interleaving in SAS?

855


how many display types available in sas bi dashboard? : Sas-bi

840


I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry

1520


What are the data types does SAS contain?

844


What are the differences between sum function and using “+” operator?

790


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1689


how many types prompting framework can be broken down to? : Sas-bi

839


Are you involved in writing the inferential analysis plan? Tables specfications?

1976


Describe the function and untility of the most difficult SAS macro that you have written.

1834


what type of graphs we will create(for 2+years candidates)?

2082