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

how could you generate test data with no input data? : Sas programming

621


What are the different types of sas functions?

606


Explain bmdp procedure?

612


explain the proc in sas? : Sas-administrator

620


what is sas and what are the functions? : Sas-administrator

538






describe the interaction table in sas di? : Sas-di

589


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

588


Name types of category in which SAS Informats are placed?

732


what is business intelligence? : Sas-bi

577


What is a pdv and what are its functions?

598


what r the job openings SAS for fresher graduates !

2013


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

3901


What is the general format of function in sas? : sas-grid-administration

565


what are validation tools that are used in sas? : Sas-administrator

591


What is the role of sas grid administrator? : sas-grid-administration

824