<?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 Problems using ODS in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Problems-using-ODS/m-p/736014#M28707</link>
    <description>&lt;P&gt;I see what you said, and thanks for your advice.&lt;/P&gt;&lt;P&gt;I changed the code, but I still do not get the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods excel file="D:/Users/Owner/Documents/SAS University/myfolders/Item_Name.xlsx" ;
proc FREQ data=auction.clean3 ;
TABLE LI_ITEM_NAME;
run; 
ods excel close;&lt;/PRE&gt;&lt;P&gt;This time, the log is empty, and only gives me results.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Apr 2021 15:11:39 GMT</pubDate>
    <dc:creator>Lety08</dc:creator>
    <dc:date>2021-04-21T15:11:39Z</dc:date>
    <item>
      <title>Problems using ODS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Problems-using-ODS/m-p/735988#M28704</link>
      <description>&lt;P&gt;I am trying to export a table to excel, but I cannot get it work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get this error message&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;DIV class="sasError"&gt;&lt;EM&gt;ERROR: Insufficient authorization to access /opt/sasinside/SASConfig/Lev1/SASApp/D:\Users\Owner\Documents\Capstone&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;EM&gt;Documentation\Item_Name.xlsx.&lt;/EM&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;My code is&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods excel file="D:\Users\Owner\Documents\Capstone Documentation\Item_Name.xlsx" ;
proc FREQ data=auction.clean3 ;
TABLE LI_ITEM_NAME;
run; 
ods excel close;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 14:31:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Problems-using-ODS/m-p/735988#M28704</guid>
      <dc:creator>Lety08</dc:creator>
      <dc:date>2021-04-21T14:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using ODS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Problems-using-ODS/m-p/735991#M28705</link>
      <description>&lt;P&gt;This path is not accessible via SAS then:&lt;BR /&gt;ods excel file="D:\Users\Owner\Documents\Capstone Documentation\Item_Name.xlsx" ;&lt;BR /&gt;&lt;BR /&gt;Are you using SAS in the cloud (Academics on Demand), SAS University Edition or a server based SAS installation? You need to find the path to where you can save the file and provide a valid path and then it will work fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're using SAS UE then it should be along the lines of the following and will be in the shared folder myfolders that you set up during installation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file="/folders/myfolders/Item_Name.xlsx" ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Apr 2021 14:37:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Problems-using-ODS/m-p/735991#M28705</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-04-21T14:37:17Z</dc:date>
    </item>
    <item>
      <title>Problems using ODS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Problems-using-ODS/m-p/736014#M28707</link>
      <description>&lt;P&gt;I see what you said, and thanks for your advice.&lt;/P&gt;&lt;P&gt;I changed the code, but I still do not get the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods excel file="D:/Users/Owner/Documents/SAS University/myfolders/Item_Name.xlsx" ;
proc FREQ data=auction.clean3 ;
TABLE LI_ITEM_NAME;
run; 
ods excel close;&lt;/PRE&gt;&lt;P&gt;This time, the log is empty, and only gives me results.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 15:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Problems-using-ODS/m-p/736014#M28707</guid>
      <dc:creator>Lety08</dc:creator>
      <dc:date>2021-04-21T15:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using ODS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Problems-using-ODS/m-p/736018#M28708</link>
      <description>&lt;P&gt;Your path needs to be &lt;STRONG&gt;exactly&lt;/STRONG&gt; like mine if you're using SAS UE. No D drive or anything. SAS UE is running on a Virtual Machine, which is connected to your computer via that folder. It cannot connect to your hard drive except through the myfolders folder or any other folder you set up.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 15:17:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Problems-using-ODS/m-p/736018#M28708</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-04-21T15:17:20Z</dc:date>
    </item>
    <item>
      <title>Problems using ODS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Problems-using-ODS/m-p/736022#M28709</link>
      <description>&lt;P&gt;thanks Reeza&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 15:23:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Problems-using-ODS/m-p/736022#M28709</guid>
      <dc:creator>Lety08</dc:creator>
      <dc:date>2021-04-21T15:23:01Z</dc:date>
    </item>
  </channel>
</rss>

