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

Did you used proc test? when?

1794


describe about metadata object? : Sas-di

811


Name types of category in which SAS Informats are placed?

923


what do you mean by data staging area? : Sas-di

817


What is the difference between SAS functions and procedures?

880


How can sas program be validated?

768


Give some ways by which you can define the variables to produce the summary report (using proc report)?

818


What is interleaving in SAS?

855


If a variable contains only numbers, can it be a character data type?

837


how do you test for missing values? : Sas programming

778


What is connection profile? : sas-grid-administration

881


Can you execute a macro within a macro? Describe. : sas-macro

853


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

816


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2509


Intern stastical programmer written test

494