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 / nbohr02
Use a two level name.
Data a1;
input A $20 @50 age;
Data b1;
input x b age;
Data c
If a1.age = b1.age;
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
Enlist the functions performed by sas.
What is SAS?
What was the last computer book you purchased? Why?
what is the use of sas management console? : Sas-di
Explain the difference between informat and format with an example.
What system options would you use to help debug a macro? : sas-macro
how sas deals with business intelligence? : Sas-bi
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
where to use sas business intelligence? : Sas-bi
for whom is sas data integration studio designed? : Sas-di
How would you invoke a macro? : sas-macro
for report generation which one you used proc report or data_null_?
If a variable contains only numbers, can it be a character data type?
Give e an example of..
what is sas application server? : Sas-di