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 / kush
proc sql;
select Variable_name
from Variable_name.DataSet_name;
run;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is PROC in SAS?
What is Linear Regression?
what does the run statement do? : Sas programming
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
This entry was posted in General. Bookmark the permalink. Post a comment or leave
how can you create zero observation dataset? : Sas programming
What is slibref?
Tell e how how dealt with..
Describe 5 ways to do a “table lookup” in SAS?
do you prefer proc report or proc tabulate? Why? : Sas programming
what is the effect of the options statement errors=1? : Sas programming
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
how to remove duplicates using proc sql?
how do you test for missing values? : Sas programming
How would you determine the number of missing or nonmissing values in computations?