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
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
what is study design in while working with SAS? what are screening variables in SAS?
How to create an external dataset with sas code?
What do you code to create a macro? : sas-macro
What are the ways to do a “table lookup” in sas?
What are the functions used for character handling?
Mention the validation tools used in SAS?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
Of all your work, where have you been the most successful?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
what r the job openings SAS for fresher graduates !
what is SAS OPTIMIZATION?
What does P-value signify about the statistical data?
what are input dataset and output dataset options? : Sas programming
What are the different operating system platforms in which we can use sas? : sas-grid-administration