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...

Write SAS codes to compare two datasets. Suppose the
allowable difference is 0.1.

Answer Posted / reshma

Proc compare to compare to datasets with respect to all
variables.

proc sort data= data1 ;
by var1;
run;

proc sort data= data2 ;
by var1;
run;

Proc comapre base=data1 compare=data2;
run;

don't know abt 0.1 diff

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is slowly changing dimension? : Sas-di

1183


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?

1728


what is the use of proc contents and proc print in sas? : Sas-administrator

1103


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

1122


Mention the difference between ceil and floor functions in sas?

1207


what are all the reports you generated in your recent project?

2253


This entry was posted in General. Bookmark the permalink. Post a comment or leave

4623


If you could design your ideal job, what would it look like?

2981


What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro

1073


explain the main difference between the nodup and nodupkey options? : Sas-administrator

1219


Name some categories in sas 9? : sas-grid-administration

1024


Explain substr function?

1160


Define run-group processing?

1095


In ARRAY processing, what does the DIM function do?

1230


What do the PUT and INPUT functions do?

1384