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
Name and describe few sas character functions that are used for data cleaning in brief.
what are several options for creating reports in web report studio? : Sas-bi
What is your favorite all time computer book? Why?
what is treatment emergent events and treatment emregent adverse event
How you can read the variables that you need?
how can you import .csv file in to sas? : Sas programming
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
for whom is sas data integration studio designed? : Sas-di
Give some examples where proc report’s defaults are different than proc print’s defaults?
How do dates work in SAS data?
Explain substr function?
explain the proc in sas? : Sas-administrator
where are dashboard components are created and maintained? : Sas-bi
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Why double trailing @@ is used in input statement?