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 / santosh
as per my understanding this is the solution
without renaming the variables the only way is to do using
proc sql;
select a.age,b.age from a,b;
quit;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Do you need to know if there are any missing values?
how to do user inputs and command line arguments in sas?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
What do the mod and int function do? : Sas programming
How do you add a number to a macro variable? : sas-macro
Give e an example of..
how can you create zero observation dataset? : Sas programming
Explain by-group processing?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
How to sort in descending order?
explain about sas business intelligence? : Sas-bi
what is the basic structure sas administrator? : Sas-administrator
What are the implications?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
which date function advances a date, time or datetime value by a given interval? : Sas programming