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 |
how can u extract,transform and loading?
describe about metadata object? : Sas-di
In the flow of DATA step processing, what is the first action in a typical DATA Step?
it will become easy if uuu provide website linkssss and list of consultanciessssss
how many display types available in sas bi dashboard? : Sas-bi
How do you use the do loop if you don’t know how many times you should execute the do loop?
how we can call macros with in data step?
What commands are used in the case of including or excluding any specific variables in the data set?
what is sas? is a package or tool? give me introduction about sas?
Name statements that are execution only.
What is program data vector (pdv) and what are its functions?
What versions of SAS have you used (on which platforms)?