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
what is change analysis in sas di ? : Sas-di
do you prefer proc report or proc tabulate? Why? : Sas programming
What are common programming errors committed in sas
What is program data vector (pdv) and what are its functions?
what is program data vector? : Sas-administrator
How to convert a numeric variable to a character variable?
how to generate the test data in sas without input data? : Sas-administrator
Tell me about % include and % eval? : sas-macro
What are the different servers in sas? : sas-grid-administration
What is the maximum length of the macro variable?
Briefly explain input and put function?
What versions of SAS have you used (on which platforms)?
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 sas features do you use to check errors and data validation?
Compare sas with other data analytics tools.