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 would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Explain substr function?
What is SAS? What are the functions does it performs?
Explain the use of proc print and proc contents?
What is a pdv and what are its functions?
Which are the statements whose placement in the data step is critical?
Differentiate between format and informat? : sas-grid-administration
what are some differences between proc summary and proc means? : Sas programming
what is hash files in sas and why we are using this one in sas?
What are the automatic variables for macro? : sas-macro
it will become easy if uuu provide website linkssss and list of consultanciessssss
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
How can you limit the variables written to output dataset in data step?
what is SAS OPTIMIZATION?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?