Answer Posted / krishna
there is no proc merge
we can do by dataset block
syntax:
proc sort data=<dataset name>;
by <var>;
run;
data ab;
merge a b;
run;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How we can call macros with in data step? : sas-macro
What are the difference between the sas data step and sas procs?
how do you want missing values handled? : Sas programming
Explain what Proc glm does?
Explain data_null_?
what is slowly changing dimension? : Sas-di
how does sas handle missing values in functions? : Sas programming
In SAS explain which statement does not perform automatic conversions in comparisons?
What do the SAS log messages "numeric values have been converted to character" mean?
Explain append procedure?
for report generation which one you used proc report or data_null_?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
describe about physical data integration? : Sas-di
What is your favorite all time computer book? Why?
What is the differnce between SDTM 3.1.2 to 3.1.1 version