Explain the message 'Merge has one or more datasets with
repeats of by variables'.
Answer Posted / vishal
if pid is the by variable in data1 and data2
and if pid 101 have 2 or more obs in both dataset then
this warning occur
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how many display types available in sas bi dashboard? : Sas-bi
What do you know about sas data set?
what are the benefits of data integration? : Sas-di
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
What do you understand by the term Normal Distribution?
how does sas handle missing values in functions? : Sas programming
Describe the ways in which you can create macro variables?
What is factor analysis?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
do you need to know if there are any missing values? : Sas programming
What is the difference between %local and %global? : sas-macro
What function CATX syntax does?
What is the maximum length of the macro variable?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;