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


Please Help Members By Posting Answers For Below Questions

Give some examples where proc report’s defaults are different than proc print’s defaults?

590


What is SAS informats?

631


how does sas handle missing values in assignment statements? : Sas programming

565


Describe what are the different levels of administrative users in sas? : sas-grid-administration

596


What are the special input delimiters used in SAS?

650






What is the sas data set? : sas-grid-administration

564


what is snowflake schema? : Sas-di

692


What is SAS?

617


How do dates work in sas?

639


Which command is used to save logs in the external file?

563


For clinical entire study how many tables will create approx?

1519


What commands are used in the case of including or excluding any specific variables in the data set?

585


what versions of sas have you used (on which platforms)? : Sas programming

575


Explain what is the use of proc gplot?

702


how does sas handle missing values in a merge? : Sas programming

550