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 program data vector (pdv)?
what is the Population you used in your project, is it ITT or PP?
What function CATX syntax does?
What’s the difference between var b1 – b3 and var b1 — b3?
Why double trailing @@ is used in input statement?
What is the maximum length of the macro variable? : sas-macro
why a stop statement is needed for the point= option on a set statement?
Name validation tools used in SAS
How to create an external dataset with sas code?
Difference between nodup and nodupkey options?
name some data transformation used in sas di? : Sas-di
Describe the ways in which you can create macro variables?
What is the role of administrative users? : sas-grid-administration
what is the effect of the options statement errors=1? : Sas programming
what is sas application server? : Sas-di