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 / alok karan
Data a1;
input y age;
Data b1;
input x age;
Data c;
set a1 b1(drop=age);
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If you could design your ideal job, what would it look like?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
Explain the use of proc print and proc contents?
what is the difference between unique key and primary key? : Sas-di
What do you know about sas data set?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What is the differnce between SDTM 3.1.2 to 3.1.1 version
What is the use of function Proc summary?
Hi, If anyone has base SAS certification dumps, please share.
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
explain what is data set in sas? : Sas-administrator
Differentiate between format and informat? : sas-grid-administration
what is sas business intelligence? : Sas-bi
Explain bmdp procedure?