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
If money were no object, what would you like to do?
what is treatment emergent events and treatment emregent adverse event
what is SAS OPTIMIZATION?
How to include or exclude specific variables in a data set?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What are the different servers in sas? : sas-grid-administration
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What can be the size of largest dataset in SAS?
What is SAS? What are the functions does it performs?
describe how to adjust the performance of data integrator? : Sas-di
Explain what Proc glm does?
What are the statements in proc sql?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming