<?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: Exporting ODS output to Local Computer with Remote Installation of SAS EG 6.1 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-ODS-output-to-Local-Computer-with-Remote-Installation/m-p/235770#M17017</link>
    <description>&lt;P&gt;References to files will have to be in relation to how the server sees them. When you reference "C:\xxx" you are telling the server to look at its own C drive, not yours.&lt;/P&gt;
&lt;P&gt;You'll likely need to work with your SAS admin and possibly IT to get permissions and assignments set up.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Nov 2015 20:08:06 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-11-20T20:08:06Z</dc:date>
    <item>
      <title>Exporting ODS output to Local Computer with Remote Installation of SAS EG 6.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-ODS-output-to-Local-Computer-with-Remote-Installation/m-p/235736#M17011</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have SAS (Enterprise Guide 6.1) installed on a remote SAS server with no local&amp;nbsp;server available. &amp;nbsp;With that being said, is it possible to programatically pass data from one environment to the other (e.g. import data with proc import or export data with ODS)? &amp;nbsp;Or is it only possible to accomplish this using SAS's built in wizards (e.g. file &amp;gt; import data)? &amp;nbsp;I apologize for my ignorance as I am new to Enterprise Guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a simple example of something I would like to do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Running on SASApp Remote Server */&lt;/P&gt;&lt;P&gt;Data test;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; set sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;ods pdf file = "C:\Users\Test.pdf";&lt;/P&gt;&lt;P&gt;proc report data = test nowd;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;/* End of Code */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get an error in the log saying: "&lt;STRONG&gt;ERROR: Insufficient authorization to access C:\Users\Test.pdf&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to make a code like this work given that SAS EG is only installed remotely? &amp;nbsp;In case it makes a difference, I do appear to have SAS/ACCESS Interface to PC files liscensed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any guidance you all can offer would be much appreciated and please let me know if additional information is needed.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2015 17:49:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-ODS-output-to-Local-Computer-with-Remote-Installation/m-p/235736#M17011</guid>
      <dc:creator>BKindle</dc:creator>
      <dc:date>2015-11-20T17:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting ODS output to Local Computer with Remote Installation of SAS EG 6.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-ODS-output-to-Local-Computer-with-Remote-Installation/m-p/235770#M17017</link>
      <description>&lt;P&gt;References to files will have to be in relation to how the server sees them. When you reference "C:\xxx" you are telling the server to look at its own C drive, not yours.&lt;/P&gt;
&lt;P&gt;You'll likely need to work with your SAS admin and possibly IT to get permissions and assignments set up.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2015 20:08:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-ODS-output-to-Local-Computer-with-Remote-Installation/m-p/235770#M17017</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-11-20T20:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting ODS output to Local Computer with Remote Installation of SAS EG 6.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-ODS-output-to-Local-Computer-with-Remote-Installation/m-p/235774#M17018</link>
      <description>&lt;P&gt;You'll need to create the file on a path you have access to on your server and then download the resulting file. &amp;nbsp;There's some posts by Chris Hemedinger&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's a custom task that enables this, but I'm not sure if there's a programattic way of achieving this as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2015/03/12/enterprise-guide-71-tasks/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/2015/03/12/enterprise-guide-71-tasks/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2015 20:14:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-ODS-output-to-Local-Computer-with-Remote-Installation/m-p/235774#M17018</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-11-20T20:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting ODS output to Local Computer with Remote Installation of SAS EG 6.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-ODS-output-to-Local-Computer-with-Remote-Installation/m-p/236449#M17053</link>
      <description>Thank you!</description>
      <pubDate>Wed, 25 Nov 2015 16:49:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-ODS-output-to-Local-Computer-with-Remote-Installation/m-p/236449#M17053</guid>
      <dc:creator>BKindle</dc:creator>
      <dc:date>2015-11-25T16:49:25Z</dc:date>
    </item>
  </channel>
</rss>

