Answer Posted / naveen
proc merge syntex, which is
use to combind data set,
data xyz;
merge a(in=x) b(in=y);
if a x and y;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the use of proc sql? : Sas programming
how does sas handle missing values in assignment statements? : Sas programming
How does proc sql work?
what are some differences between proc summary and proc means? : Sas programming
Explain input and put function?
Explain the difference between nodup and nodupkey options?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
what are informats in sas? : Sas-administrator
what are several options for creating reports in web report studio? : Sas-bi
why a stop statement is needed for the point= option on a set statement?
How we can call macros with in data step? : sas-macro
How would you include common or reuse to be processed along with your statements?
what is business intelligence? : Sas-bi
Given an unsorted data set, how to read the last observation to a new data set?
what is SAS OPTIMIZATION?