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
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
name some data transformation used in sas di? : Sas-di
What is a method to debug and test your SAS program?
what is business intelligence? : Sas-bi
If money were no object, what would you like to do?
what are several options for creating reports in web report studio? : Sas-bi
Hi, If anyone has base SAS certification dumps, please share.
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
Mention the validation tools used in SAS?
how do you pull data from equifax?tell me the process?
What is the difference between reading data from an external file and reading data from an existing data set?
Explain bmdp procedure?
How would you include common or reuse to be processed along with your statements?
How can I remove header from output data set?
How we can call macros with in data step? : sas-macro