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
How many data types are there in SAS?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
how many types of prompts are there? : Sas-bi
What is the general format of function in sas? : sas-grid-administration
How you can read the variables that you need?
What is the maximum length of the macro variable? : sas-macro
Difference between nodup and nodupkey options?
How many ways to overcome a missing values???
What is the difference between order and group variable in proc report?
How to create a permanent sas data set?
how does sas handle missing values in functions? : Sas programming
Describe the ways in which you can create a macro variable?
Do you need to know if there are any missing values?
what are several options for creating reports in web report studio? : Sas-bi
Explain the difference between informat and format with an example.