<?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: How to change the reference to the Oracle to SAS folder in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-change-the-reference-to-the-Oracle-to-SAS-folder/m-p/771593#M244894</link>
    <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/401093"&gt;@Gieorgie&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;This question and your question &lt;A href="https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771559#M244872" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771559#M244872&lt;/A&gt;&amp;nbsp; are essentially identical.&lt;BR /&gt;What has been said applies here too.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Oct 2021 14:37:45 GMT</pubDate>
    <dc:creator>Sajid01</dc:creator>
    <dc:date>2021-10-01T14:37:45Z</dc:date>
    <item>
      <title>How to change the reference to the Oracle to SAS folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-change-the-reference-to-the-Oracle-to-SAS-folder/m-p/771544#M244858</link>
      <description>&lt;P&gt;I have a reference to a folder that is on Oracle, but the libraries have already been transferred to the SAS server. I do not know how to add / change to open the file outside Oracle&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="lang-sql s-code-block"&gt;&lt;CODE class="hljs language-sql"&gt;datafile&lt;SPAN class="hljs-operator"&gt;=&lt;/SPAN&gt;"&amp;amp;glb_path.\01_projects\credit\_test\RCDT2021.xlsx"
            dbms&lt;SPAN class="hljs-operator"&gt;=&lt;/SPAN&gt;excel replace;
     sheet&lt;SPAN class="hljs-operator"&gt;=&lt;/SPAN&gt;"RCDTCOD"; 
     getnames&lt;SPAN class="hljs-operator"&gt;=&lt;/SPAN&gt;yes;
     mixed&lt;SPAN class="hljs-operator"&gt;=&lt;/SPAN&gt;yes;
     usedate&lt;SPAN class="hljs-operator"&gt;=&lt;/SPAN&gt;yes;
     scantime&lt;SPAN class="hljs-operator"&gt;=&lt;/SPAN&gt;yes;```


This folder &lt;SPAN class="hljs-keyword"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;: &lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt; already &lt;SPAN class="hljs-keyword"&gt;on&lt;/SPAN&gt; shared disc. ```\&lt;SPAN class="hljs-number"&gt;01&lt;/SPAN&gt;_projects\credit\_test\RCDT2021.xlsx"```&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Oct 2021 07:58:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-change-the-reference-to-the-Oracle-to-SAS-folder/m-p/771544#M244858</guid>
      <dc:creator>Gieorgie</dc:creator>
      <dc:date>2021-10-01T07:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the reference to the Oracle to SAS folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-change-the-reference-to-the-Oracle-to-SAS-folder/m-p/771548#M244861</link>
      <description>&lt;P&gt;The titles says something about oracle, but in the code you have posted i see an excel-file. So, please be specific and explain what you have and what you want.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 09:21:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-change-the-reference-to-the-Oracle-to-SAS-folder/m-p/771548#M244861</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-10-01T09:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the reference to the Oracle to SAS folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-change-the-reference-to-the-Oracle-to-SAS-folder/m-p/771551#M244864</link>
      <description>This is the code that opens an excel file for me on the Oracle server. I would like to change the code to open the same file for me from shared servers (disks) : corp.ad.gs.com\dfs\01_projects\credit\_test\RCDT2021.xlsx</description>
      <pubDate>Fri, 01 Oct 2021 09:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-change-the-reference-to-the-Oracle-to-SAS-folder/m-p/771551#M244864</guid>
      <dc:creator>Gieorgie</dc:creator>
      <dc:date>2021-10-01T09:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the reference to the Oracle to SAS folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-change-the-reference-to-the-Oracle-to-SAS-folder/m-p/771552#M244865</link>
      <description>and i gor erro ERROR: Physical file does not exist</description>
      <pubDate>Fri, 01 Oct 2021 09:31:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-change-the-reference-to-the-Oracle-to-SAS-folder/m-p/771552#M244865</guid>
      <dc:creator>Gieorgie</dc:creator>
      <dc:date>2021-10-01T09:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the reference to the Oracle to SAS folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-change-the-reference-to-the-Oracle-to-SAS-folder/m-p/771561#M244874</link>
      <description>&lt;P&gt;This error means that file does not exists. If the file exists, then check your full path and filename. Thier could be mistakes in that.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 12:10:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-change-the-reference-to-the-Oracle-to-SAS-folder/m-p/771561#M244874</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-10-01T12:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the reference to the Oracle to SAS folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-change-the-reference-to-the-Oracle-to-SAS-folder/m-p/771593#M244894</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/401093"&gt;@Gieorgie&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;This question and your question &lt;A href="https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771559#M244872" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771559#M244872&lt;/A&gt;&amp;nbsp; are essentially identical.&lt;BR /&gt;What has been said applies here too.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 14:37:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-change-the-reference-to-the-Oracle-to-SAS-folder/m-p/771593#M244894</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-10-01T14:37:45Z</dc:date>
    </item>
  </channel>
</rss>

