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
how does sas handle missing values in assignment statements? : Sas programming
Explain bmdp procedure?
Tell me about % include and % eval? : sas-macro
how do you pull data from equifax?tell me the process?
How sas treats the dsd delimiters?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What do the SAS log messages "numeric values have been converted to character" mean?
What are SAS/ACCESS and SAS/CONNECT?
Of all your work, where have you been the most successful?
explain the proc in sas? : Sas-administrator
How do you convert basic cube to transaction cube and transaction cube to basic cube?
how do you test for missing values? : Sas programming
what is null hypothesis? why do you consider that?
What are the differences between sum function and using “+” operator?
Compare sas with other data analytics tools.