Explain the message 'Merge has one or more datasets with
repeats of by variables'.
Answer Posted / vimal
If we are merging two datasets,
say,
a b
100 100
100
data x;
merge a b;
by id;
in this case, b has by variable repeated twice.
so the warning occurs.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Give some examples where proc report’s defaults are same as proc print’s defaults?
What is the role of sas grid administrator? : sas-grid-administration
Where do you use proc means over proc freq?
What is by-group processing?
What is the basic structure of the SAS base program?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Explain proc univariate?
what are the component of range? : Sas-bi
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What are the default statistics for means procedure?
What are the functions which are used for character handling functions?
If you could design your ideal job, what would it look like?
what other sas products have you used and consider yourself proficient in using? : Sas programming
What function CATX syntax does?
Briefly explain input and put function?