Answer Posted / sowjanya
data one;
merge three(in=var1) two(in=var2);
by var;
if var1=1 and var2=1;
run;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
I have a dataset concat having variable a b & c. How to rename a b to e & f?
How long can a macro variable be? A token? : sas-macro
What is your favorite all time computer book? Why?
Why and when do you use proc sql?
Mention what is PROC in SAS?
What is the use of stop statement?
What are the different versions of sas that you have used until now? : sas-grid-administration
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 does sas handle missing values in formats? : Sas programming
How do you define proc in sas? : sas-grid-administration
What is the SAS data set?
What are common programming errors committed in sas
How sas treats the dsd delimiters?
What is the difference between class statement and by statement in proc means?
If a variable contains letters or special characters, can it be numeric data type?