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

what is syntax of proc merge ?

Answer Posted / krishna

there is no proc merge
we can do by dataset block
syntax:
proc sort data=<dataset name>;
by <var>;
run;

data ab;
merge a b;
run;

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the trace option do?

1157


what is data integration? : Sas-di

1162


Which command is used to perform sorting in sas program?

1090


if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

1444


How many ways to overcome a missing values???

2862


do you prefer proc report or proc tabulate? Why? : Sas programming

1028


What are the data types in sas?

1112


what are validation tools that are used in sas? : Sas-administrator

1111


What are the statements in proc sql?

1145


Give e an example of..

2133


why is sas considered self-documenting? : Sas programming

1182


How do you define proc in sas? : sas-grid-administration

1129


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

4589


what is study design in while working with SAS? what are screening variables in SAS?

2270


What is the difference between INPUT and INFILE ?

1371