Write SAS codes to compare two datasets. Suppose the
allowable difference is 0.1.
Answer Posted / reshma
Proc compare to compare to datasets with respect to all
variables.
proc sort data= data1 ;
by var1;
run;
proc sort data= data2 ;
by var1;
run;
Proc comapre base=data1 compare=data2;
run;
don't know abt 0.1 diff
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is a macro routine?
describe how to adjust the performance of data integrator? : Sas-di
Give some ways by which you can define the variables to produce the summary report (using proc report)?
How we can call macros with in data step? : sas-macro
What would you change about your job?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
I need level 2 to 5 sas using companies in india
How would you define the end of a macro? : sas-macro
What is the difference between reading data from an external file and reading data from an existing data set?
How to test the debugging in sas?
describe about metadata object? : Sas-di
What is PDV?
How do dates work in sas?
: and & modifiers.
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm