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

explain the key concept of sas? : Sas-administrator

556


it will become easy if uuu provide website linkssss and list of consultanciessssss

1526


WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2262


Explain proc sort?

664


What do you code to create a macro? : sas-macro

576






What do the mod and int function do? : Sas programming

575


If money were no object, what would you like to do?

2684


What commands are used in the case of including or excluding any specific variables in the data set?

587


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

720


What is PROC in SAS?

602


explain the use of % includes a statement in sas? : Sas-administrator

543


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

578


For what purposes have you used sas macros? : sas-macro

537


What would you change about your job?

1920


Differentiate between format and informat? : sas-grid-administration

577