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
explain about data integrator metadata reports? : Sas-di
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
How necessary is it to be creative in your work?
Describe the ways in which you can create macro variables? : sas-macro
what is the effect of the options statement errors=1? : Sas programming
What is interleaving in SAS?
how many display types available in sas bi dashboard? : Sas-bi
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
What are the data types does SAS contain?
What are the differences between sum function and using “+” operator?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
how many types prompting framework can be broken down to? : Sas-bi
Are you involved in writing the inferential analysis plan? Tables specfications?
Describe the function and untility of the most difficult SAS macro that you have written.
what type of graphs we will create(for 2+years candidates)?