BookmarkSubscribeRSS Feed
vijayanand
Obsidian | Level 7

Hi ,

 

We recently have migrated some SAS data sets from Unix server to Linux server. The data sets which were migrated already, are growing daily (some observations are being added,some are being updated and some are being deleted) on the source server (Unix).

 

How do we bring all these changes alone on to the target (Linux Server). 

 

Some of the data sets are very hugs in size, so migrating the entire data set again from source to target is very time consuming and this has to happen daily , till the target server goes live. 

 

Thanks,

Vijay.

1 REPLY 1
Patrick
Opal | Level 21

@vijayanand 

There is no CDC for SAS tables. You would need to implement fully blown ETL delta processing which is nothing you can just do on-the-fly as an intermediary measure.

Best you can do is to compress/zip your data before transferring from source to target - but you will still need to transfer the whole file.

 

...or: Any chance to map the file system used by the old server also to the new server as an intermediary measure?

 

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 369 views
  • 0 likes
  • 2 in conversation