Explain the message 'Merge has one or more datasets with
repeats of by variables'.
Answer Posted / pari
merge,is performed under conditional criteria, thus we could
merge one or many datasets with repeats of a particular
variable using by statement.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Mention what is PROC in SAS?
AE datasets names? how many types?
What is the difference between the proc sql and data step?
How substr function works in sas?
how can you put a "trace" in your program? : Sas programming
What is program data vector (pdv)?
Describe the ways in which you can create a macro variable?
What sas features do you use to check errors and data validation?
Name some categories in sas 9? : sas-grid-administration
In sas admin differentiate between roles and capabilities? : sas-grid-administration
what is intially documentation in sas?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what is change analysis in sas di ? : Sas-di
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?