<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: moving SAS files to another computer in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426076#M11817</link>
    <description>&lt;P&gt;thank you for your response and your assistance. Would you happen to know the directory i would copy those files from?&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2018 13:31:18 GMT</pubDate>
    <dc:creator>aperezit</dc:creator>
    <dc:date>2018-01-09T13:31:18Z</dc:date>
    <item>
      <title>moving SAS files to another computer</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426067#M11813</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not familiar with SAS, is there any easy way to move SAS files to another computer?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 13:15:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426067#M11813</guid>
      <dc:creator>aperezit</dc:creator>
      <dc:date>2018-01-09T13:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: moving SAS files to another computer</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426072#M11815</link>
      <description>&lt;P&gt;Same as any other files.&amp;nbsp; If you mean SAS programs, they are plain text, sas7bdat's are binary data files, catalogs are binary.&amp;nbsp; So if your ftp'ing remember that.&amp;nbsp; Otherwise copy and paste.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 13:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426072#M11815</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-09T13:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: moving SAS files to another computer</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426076#M11817</link>
      <description>&lt;P&gt;thank you for your response and your assistance. Would you happen to know the directory i would copy those files from?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 13:31:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426076#M11817</guid>
      <dc:creator>aperezit</dc:creator>
      <dc:date>2018-01-09T13:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: moving SAS files to another computer</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426079#M11819</link>
      <description>&lt;P&gt;Whereever you stored them.&amp;nbsp; SAS has the libname statement which points to a physical location, e.g.:&lt;/P&gt;
&lt;PRE&gt;libname a "c:\temp";

data a.class;
  set sashelp.class;
run;&lt;/PRE&gt;
&lt;P&gt;The file class.sas7bdat will be found in c:\temp in the above example and the program file can be stored with the save as.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 13:36:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426079#M11819</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-09T13:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: moving SAS files to another computer</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426090#M11821</link>
      <description>&lt;P&gt;Be careful here. You cannot simply copy/FTP sas datasets&amp;nbsp;back and forth if:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;source and target systems&amp;nbsp;have different data architecture (little vs big endian)&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;source and target systems&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;have different&amp;nbsp;character sets (ebcdicc vs ascii)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;source and target systems&amp;nbsp;have different encoding (Latin vs UTF8)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Always make certain&amp;nbsp;you are aware of any of these pitfalls. Ask your SAS administrator in case of&amp;nbsp;you don't know.&amp;nbsp; And inform your peers on this forum of specifics of your source and destination platform to get the proper answer.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-- Jan.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 13:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426090#M11821</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2018-01-09T13:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: moving SAS files to another computer</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426098#M11823</link>
      <description>&lt;P&gt;First of all you need to clearly define what you mean by "SAS files". Do you mean&lt;/P&gt;
&lt;P&gt;- the files that make up a SAS Installation (executables, shared library files, config files)&lt;/P&gt;
&lt;P&gt;- files that contain SAS programs (usually with a .sas extension)&lt;/P&gt;
&lt;P&gt;- files that contain user-created SAS data (datasets, views, catalogs)&lt;/P&gt;
&lt;P&gt;- files that contain results of SAS work (logs, listings, graphics, Excel, HTML, RTF, PDF&amp;nbsp;and so on)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:02:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426098#M11823</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-09T14:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: moving SAS files to another computer</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426109#M11828</link>
      <description>&lt;P&gt;Hi Kurt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a user that is going from windows 7 computer&amp;nbsp;to Windows 10 computer and he would like to keep&amp;nbsp;the files created within SAS.&amp;nbsp;I have the setup files. he wants to&amp;nbsp;keep whatever he has created and worked with in SAS. I don't know all the files he wants but i would assume &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;quot;Arial&amp;quot;,sans-serif; font-size: 10pt;"&gt;&lt;FONT color="#000000"&gt;- files that contain user-created SAS data (datasets, views, catalogs)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;quot;Arial&amp;quot;,sans-serif; font-size: 10pt;"&gt;&lt;FONT color="#000000"&gt;- files that contain results of SAS work (logs, listings, graphics, Excel, HTML, RTF, PDF&amp;nbsp;and so on)&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;quot;Arial&amp;quot;,sans-serif; font-size: 10pt;"&gt;&lt;FONT color="#000000"&gt;Thank you&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:28:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426109#M11828</guid>
      <dc:creator>aperezit</dc:creator>
      <dc:date>2018-01-09T14:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: moving SAS files to another computer</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426118#M11829</link>
      <description>&lt;P&gt;In that case, a simple copy should do it. The internal layout of SAS datasets, catalogs and views did not change between the Windows versions.&lt;/P&gt;
&lt;P&gt;If you also migrate the SAS system to a newer major version, catalogs might need to be transported or re-created.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just take care to take note of changes in physical path structures because of the newer WIndows release, and make sure these are refledted in library and filename definitions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:48:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426118#M11829</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-09T14:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: moving SAS files to another computer</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426123#M11830</link>
      <description>&lt;P&gt;would you happen to know the folders to copy&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:53:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426123#M11830</guid>
      <dc:creator>aperezit</dc:creator>
      <dc:date>2018-01-09T14:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: moving SAS files to another computer</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426126#M11831</link>
      <description>&lt;P&gt;These are either in the user's programs (see libname and filename statements, or file and infile statements within data steps), or the user him/herself will know them. After all, they created all that.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:55:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426126#M11831</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-09T14:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: moving SAS files to another computer</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426149#M11832</link>
      <description>&lt;P&gt;Is this EG or SAS Base?&lt;BR /&gt;&lt;BR /&gt;If it's SAS Base you can copy the files over but the location of the files are like any other user files, the person should know where they're saved. And to be honest, they should be on a networked, backed up drive, not his/her local drive so you shouldn't need to move any data.This also assumes that the person is getting the same SAS installation, if you're updating to a different version there are possible differences that they may encounter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the person wants to retain their SAS setup and preferences there's a preference file somewhere and possible the AUTOEXEC file that can be moved as well. The autoexec file should be easy to locate, but the user can change that, and the preference file, I'm not sure&amp;nbsp;where that's located.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 16:14:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/moving-SAS-files-to-another-computer/m-p/426149#M11832</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-09T16:14:23Z</dc:date>
    </item>
  </channel>
</rss>

