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 is _n_?
what is sas metadata repository? : Sas-bi
What is the Program Data Vector (PDV) and What are its functions?
i want to upload titles and footnotes to excel file?how it is possible?
what is the difference between compiler and interpreter? give any one example (software product) that act as a interpreter?
36 Answers Accenture, College School Exams Tests, CTS, IBM, IHRD, Infosys, Sylhet Engineering College, TCS, Wipro,
what is sas metadata server? : Sas-di
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
how to read raw data in sas. Do it manually and throw the programming.
Name statements that function at both compile and execution time.
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com
what is option year cuttoff in sas