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 the good sas programming practices for processing large data sets?
What is the difference between proportion and average?
What are pdv and it functions?
What will calendar procedure do?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
what is sas olap server? : Sas-di
What commands are used in the case of including or excluding any specific variables in the data set?
what is SAS OPTIMIZATION?
What is the function of Stop statement in a SAS Program?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What makes sas stand out to be the best over other data analytics tools?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
what are the benefits of data integration? : Sas-di
Which command is used to save logs in the external file?
What are the data types in sas?