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 sas enterprise intelligence architecture? : Sas-bi
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Name any two sas spawners? : sas-grid-administration
what can you learn from the sas log when debugging? : Sas programming
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
Describe crosslist option in tables statement?
What are the ways in which macro variables can be created in sas programming?
Mention what are the data types does SAS contain?
How sas treats the dsd delimiters?
List out some key concept of SAS
Did you used proc test? when?
Explain proc sort?
How would you define the end of a macro? : sas-macro
Tell e how how dealt with..
what is intially documentation in sas?