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
What is the use of the %include statement?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
What is the difference between nodupkey and nodup options?
what can you learn from the sas log when debugging? : Sas programming
how can you put a "trace" in your program? : Sas programming
How are numeric and character missing values represented internally?
In ARRAY processing, what does the DIM function do?
What is the good sas programming practices for processing large data sets?
How can you limit the variables written to output dataset in data step?
What is the basic structure of a sas program?
How many ways to overcome a missing values???
Difference between informat and format?
Are you involved in writing the inferential analysis plan? Tables specfications?
How do you test for missing values?
Are you involved in writing the inferential analysis plan? Tables specfications?