<?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: Local vs Remote server in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540569#M149135</link>
    <description>Maybe SASApp is not allowed to access the shared folder.</description>
    <pubDate>Tue, 05 Mar 2019 20:18:37 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2019-03-05T20:18:37Z</dc:date>
    <item>
      <title>Local vs Remote server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540135#M148950</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to SAS and just wanted to get a few concepts right, googling hasn't helped so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run my codes on SAS EG which is connected to SASApp or SAS Metadata server.&lt;/P&gt;&lt;P&gt;Is SASApp a local or a remote server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use winscp, I understand that the left hand side is the local machine and the right hand side is unix. On the right hand side I have a folder called sasuserhome and every user has their individual sasuserhome folders. Is this sasuserhome folder located on local or remote server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then there are the actual sasgrid folders that I understand are remote servers where all the production files usually go. How do I transfer files from the sasuserhome server to this sasgrid server? I tried using x cp command but that seems to be not working. Is proc export the way to go here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 18:31:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540135#M148950</guid>
      <dc:creator>AJ_Brien</dc:creator>
      <dc:date>2019-03-04T18:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Local vs Remote server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540151#M148955</link>
      <description>&lt;P&gt;SASApp is remote .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sounds like your sasuserhome is remote .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before you start writing to where 'production files usually go' suggest you talk to your Unix administrators .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are copying files you could theoretically do that within winscp if you had the correct permissions.&lt;/P&gt;&lt;P&gt;Or if copying SAS datasets&amp;nbsp; you could do that using a libname. Depends what you are trying to do .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 18:55:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540151#M148955</guid>
      <dc:creator>34reqrwe</dc:creator>
      <dc:date>2019-03-04T18:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Local vs Remote server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540155#M148958</link>
      <description>&lt;P&gt;I was able to create the log file in sasuserhome location using 'proc printto log = [path of sasuserhome location]' command but now I need to make sure everyone else can access them, so I need to move them to the sasgrid location to which everyone has access. I tried x cp for doing that but that didn't work. Was wondering how can I make such transfers.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried replacing the sasuserhome path with the sasgrid path in the 'proc printto log' command hoping the log files would directly be created in the sasgrid and I wouldn't have to transfer, but then no files were created at all.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 19:02:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540155#M148958</guid>
      <dc:creator>AJ_Brien</dc:creator>
      <dc:date>2019-03-04T19:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Local vs Remote server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540162#M148962</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/265086"&gt;@AJ_Brien&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I was able to create the log file in sasuserhome location using 'proc printto log = [path of sasuserhome location]' command but now I need to make sure everyone else can access them, so I need to move them to the sasgrid location to which everyone has access. &lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;I tried x cp for doing that but that didn't work.&lt;/FONT&gt;&lt;/STRONG&gt; Was wondering how can I make such transfers.?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried replacing the sasuserhome path with the sasgrid path in the 'proc printto log' command hoping the log files would directly be created in the sasgrid and I wouldn't have to transfer, but then no files were created at all.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"didn't work" means anything or nothing, please post the error message. To get a solution working in your environment you should talk to your it-staff.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 19:13:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540162#M148962</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-03-04T19:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Local vs Remote server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540164#M148964</link>
      <description>&lt;P&gt;I'm sorry, when I used x cp, then nothing happened.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have raised a request to get IT support but this usually takes weeks (if they ever contact back), I really can't count on them for any help/ guidance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any specific question that you have that I can try answering that would help you help me? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 19:17:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540164#M148964</guid>
      <dc:creator>AJ_Brien</dc:creator>
      <dc:date>2019-03-04T19:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Local vs Remote server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540210#M148989</link>
      <description>&lt;P&gt;Another thing I noticed, when I try to directly write into the file on the sas grid folder (the one that is accessed by everyone), I get the error: physical file does not exist.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I even tried reading a dataset from that sas grid location and got the same error. However I can access that location through winscp. Is there anything specific I need to do to access that location through my SAS EG code?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 20:50:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540210#M148989</guid>
      <dc:creator>AJ_Brien</dc:creator>
      <dc:date>2019-03-04T20:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Local vs Remote server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540569#M149135</link>
      <description>Maybe SASApp is not allowed to access the shared folder.</description>
      <pubDate>Tue, 05 Mar 2019 20:18:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540569#M149135</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-03-05T20:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Local vs Remote server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540847#M149246</link>
      <description>&lt;P&gt;Yeah so this is what I did, and looks like it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just got into properties, under code submission selected use grid if available.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 17:45:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Local-vs-Remote-server/m-p/540847#M149246</guid>
      <dc:creator>AJ_Brien</dc:creator>
      <dc:date>2019-03-06T17:45:17Z</dc:date>
    </item>
  </channel>
</rss>

