Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

what is sas application server? : Sas-di

1133


Mention what is SAS data set?

1177


How we can call macros with in data step? : sas-macro

1175


How will you use the WHO Drug Dictionary for Reporting Clinical Trials?

2394


What is the function of output statement in a SAS Program?

1122


Name and describe few sas character functions that are used for data cleaning in brief.

1179


What are common programming errors committed in sas

1183


What is program data vector (pdv) and what are its functions?

1318


Have you ever used the SAS Debugger?

1816


What do the put and input function do?

1107


Difference between nodup and nodupkey options?

1268


How is character variable converted into numeric variable and vice versa?

1220


What is the difference between match merge and one to one merge?

1311


what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

1317


If a variable contains letters or special characters, can it be numeric data type?

1279