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
what other sas products have you used and consider yourself proficient in using? : Sas programming
Explain input and put function?
what are several options for creating reports in web report studio? : Sas-bi
Explain translate function?
What do you know about symput and symget?
What is the basic structure of a sas program?
What are the 3 components in sas programming?
explain the function of substr in sas? : Sas-administrator
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
For what purposes have you used sas macros? : sas-macro
How can I remove header from output data set?
for report generation which one you used proc report or data_null_?
describe about physical data integration? : Sas-di
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
where are dashboard components are created and maintained? : Sas-bi