Prev: SAS Clinical/Financial/Business Intelligence/Clinical Data management/CDM
Next: Subsetting Data for selected time points
From: Al on 5 Apr 2010 14:17 Hi All: I need to compare two datasets(at Time point A and Time Point B ) .. and write the changes/new data added (if any ) to a data set .. I have tried proc compare works perfect for my scenario .. but could not able to write them to a separate dataset .. Any suggestions ?? Thanks Al
From: xlr82sas on 5 Apr 2010 15:18
On Apr 5, 11:17 am, Al <ali6...(a)gmail.com> wrote: > Hi All: > > I need to compare two datasets(at Time point A and Time Point > B ) .. and write the changes/new data added (if any ) to a data > set .. I have tried proc compare works perfect for my scenario .. but > could not able to write them to a separate dataset .. > Any suggestions ?? > > Thanks > Al Hi, I have a few tips that are 'not stress tested' that may give you a starting point. /* T003300 GIVEN TWO DATASETS CREATE AND APPLY THE TRANSACTION DATASET THAT WILL MAKE THE TABLES THE SAME */ http://homepage.mac.com/magdelina/.Public/utl.html utl_tipweb.txt I have other tips on finding and applying transactions to a master dataset |