BookmarkSubscribeRSS Feed
DevaCh
Fluorite | Level 6

Hi All,

Could some one please help me on this request, How to migrate a SAS application from HP Unix to already existing Linux SAS grid environment ???

 

What are the prerequisites/configurations need to be followed in already existing Linux Grid Server ?

How the application data sets & data folders should be migrated (Through any tools or manual transfer) to already existing Grid sever ?

Post migration to existing Linux Grid Server what configuration changes need to be performed to run the application smoothly in the  existing Linux Grid Server ?

 

Deva.

 

1 REPLY 1
MargaretC
SAS Employee

SAS Code can be copied from UNIX (HP-UX) to Linux and run without edits to the SAS Code.  Of course, directory folder names will need to be updated.

 

No comes the discussion on SAS data files (data sets, indexes, and catalogs).  Linux SAS 9 can read (read-only) SAS data files, but not SAS indexes or catalogs.  If all you need is read access of plain SAS data sets with no indexes and no custom formats, then you can just copy the SAS data sets with any UNIX tool from one system to the other.  SAS 9 will use the SAS CEDA feature to read these SAS data sets with the SAS 9 Linux version.  SAS Help Center: Overview of Cross-Environment Data Access (CEDA) 

 

If you need to be able to update the SAS data sets created on HP-UX and/or apply SAS Indexes and/or SAS custom formats, then you need to migrate these SAS data sets.  There are several ways to do this.  PROC MIGRATE seems to be the most popular tool (SUGI 28: PROC MIGRATE: How to Migrate Your Data and Know You?ve Done It Right! (sas.com))  You can also PROC CPORT and PROC CIMPORT your SAS data files.  

 

Please let me know if you need more examples.

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 468 views
  • 1 like
  • 2 in conversation