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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

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
  • 2 replies
  • 294 views
  • 0 likes
  • 3 in conversation