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


Please Help Members By Posting Answers For Below Questions

What is the good sas programming practices for processing large data sets?

856


What is the difference between proportion and average?

2991


What are pdv and it functions?

761


What will calendar procedure do?

819


How do you convert basic cube to transaction cube and transaction cube to basic cube?

1986


what is sas olap server? : Sas-di

953


What commands are used in the case of including or excluding any specific variables in the data set?

817


what is SAS OPTIMIZATION?

2029


What is the function of Stop statement in a SAS Program?

879


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)?

1449


What makes sas stand out to be the best over other data analytics tools?

789


Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com

1807


what are the benefits of data integration? : Sas-di

741


Which command is used to save logs in the external file?

791


What are the data types in sas?

801