Please write codes to merge two datasets and keep every
record in the first dataset.
Answer / reshma
proc sort data=dataA;
by commonvar;
run;
proc sort data=dataB;
by commonvar;
run;
data new;
merge dataA (in=a) dataB (in=b);
if a ;
by commonvar;
run;
| Is This Answer Correct ? | 14 Yes | 0 No |
what are the scrubbing procedures in sas? : Sas programming
What are the statements that are executed only?
I need to find the numeric field which contains blank in between..Ex:123 456...there is blank in between the 123 456..I need to know if there is any SAS function to find a field.. Please suggest...
Mention what is PROC in SAS?
do you prefer proc report or proc tabulate? Why? : Sas programming
Explain append procedure?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What is the difference between order and group variable in proc report?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
what are all the default values getting in PROC MEANS...???
% let A=3+4 what is result
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana