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’s the difference between var b1 – b3 and var b1 — b3?
how many types of prompts are there? : Sas-bi
what are the categories that sas informats are used to the place the data? : Sas-administrator
what has been your most common programming mistake? : Sas programming
How do you delete duplicate observations in sas?
How would you determine the number of missing or nonmissing values in computations?
how do you want missing values handled? : Sas programming
How to specify variables to be processed by the freq procedure?
what is ae onset date n what is RDS
explain the key concept of sas? : Sas-administrator
how the sas basic syntax style described? : Sas-administrator
What is the difference between the proc sql and data step?
What is the difference between match merge and one to one merge?
What areas of SAS are you most interested in?
What are the data types in sas?