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
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
what are informats in sas? : Sas-administrator
Explain what is the use of proc gplot?
How do you debug and test your SAS programs?
How do you connect the desktop application to metadata server? : sas-grid-administration
Name some categories in sas 9? : sas-grid-administration
What is the use of function Proc summary?
How can you create a macro variable with in data step? : sas-macro
: and & modifiers.
I have a dataset concat having variable a b & c. How to rename a b to e & f?
which date function advances a date, time or datetime value by a given interval? : Sas programming
Give e an example of..
what can you learn from the sas log when debugging? : Sas programming
Difference between nodup and nodupkey options?