BookmarkSubscribeRSS Feed
vijayanand
Obsidian | Level 7

Hi,

 

One of our projects running in SAS is getting migrated fromUNIX 7.1 to Linux. The entire data is in SPD datasets.  I think these datasets can not be migrated as other sas datasets or catalogs.  

 

What are the available ways in which this can be acheived.

 

Thanks,

 

2 REPLIES 2
jklaverstijn
Rhodochrosite | Level 12

Hi @vijayanand,

 

The one time I had this task at hand I used SAS/Connect to pump the data from one environment to the other. Proc download takes care of all translations that are needed, including index creation.

 

Performance may be a challenge if you have really large tables (which you probably do). To address that I used the programming technique called MPConnect (some good examples in this forum and the SAS Knowledge Base) to create multiple parallel download stream so I could download multiple tables in one go. And some of the larger tables were transferred in parallel chunks based on timestamp ranges. This was especially beneficial as it turned out that a single download would not saturate our network connection. So performance scaled up nicely.

 

Hope this helps,

-- Jan.

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 538 views
  • 0 likes
  • 3 in conversation