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
Did you used proc test? when?
describe about metadata object? : Sas-di
Name types of category in which SAS Informats are placed?
what do you mean by data staging area? : Sas-di
What is the difference between SAS functions and procedures?
How can sas program be validated?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What is interleaving in SAS?
If a variable contains only numbers, can it be a character data type?
how do you test for missing values? : Sas programming
What is connection profile? : sas-grid-administration
Can you execute a macro within a macro? Describe. : sas-macro
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
Intern stastical programmer written test