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
Difference between sum function and using “+” operator?
How would you define the end of a macro?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
How would you determine the number of missing or nonmissing values in computations?
What is the difference between order and group variable in proc report?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
What Proc glm does?
How to create an external dataset with sas code?
What does PROC print, and PROC contents do?
it will become easy if uuu provide website linkssss and list of consultanciessssss
Describe what are the different levels of administrative users in sas? : sas-grid-administration
What are the limitations for memory allocation for SAS variables
Which date function advances a date, time or datetime value by a given interval?
Mention the validation tools used in SAS?
How do you specify the number of iterations and specific condition within a single do loop?