There are multiple approaches to handle this situation. At the high level, a simple and easy to manage approach, which I would prefer, has the following three steps 1.Fresh install and configuration of SAS on Linux 2.Export the metadata content as packages from the source machine and import in the destination
3.Export data using Proc cport in the source and import using Proc cimport.
However, the devil is in the details. The exact approach would depend on your environment. You can also use the migration utility.
... View more