<?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 connect to networking drives in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771568#M244879</link>
    <description>proc import out=polisy2&lt;BR /&gt;datafile='\\CORP.AD.GS.COM\DFS\\_change\TEST__id.csv'&lt;BR /&gt;dbms=csv replace;&lt;BR /&gt;&lt;BR /&gt;run; And i still getting error: ERROR: Physical file does not exist, /home/V1410190\corp.ad.gs.com</description>
    <pubDate>Fri, 01 Oct 2021 12:20:38 GMT</pubDate>
    <dc:creator>Gieorgie</dc:creator>
    <dc:date>2021-10-01T12:20:38Z</dc:date>
    <item>
      <title>How to connect to networking drives</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771556#M244869</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import out=polis2&lt;BR /&gt;datafile="&amp;amp;glb_path.\01_projects\P010_date_MART\tests.xlsx"&lt;BR /&gt;&amp;nbsp;sheet="RCDTCOD";&lt;BR /&gt;getnames=yes;&lt;BR /&gt;mixed=yes;&lt;BR /&gt;usedate=yes;&lt;BR /&gt;scantime=yes;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following code selects a file from my oracle disk, I would like to change to open from network drives.&lt;BR /&gt;at this location "\\CORP.AD.GS.COM\DFS"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont know how to do it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 10:40:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771556#M244869</guid>
      <dc:creator>Gieorgie</dc:creator>
      <dc:date>2021-10-01T10:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to networking drives</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771559#M244872</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Modify this&amp;nbsp;&lt;SPAN&gt;"&amp;amp;glb_path.\01_projects\P010_date_MART\tests.xlsx" to reflect the path of the new location.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 12:04:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771559#M244872</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-10-01T12:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to networking drives</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771563#M244875</link>
      <description>I got error : ERROR: Physical file does not exist, /home/V1410190/corp.ad.gs.com and are you mean "datafile="&amp;amp;glb_path.\CORP.AD.GS.COM\DFS/folder/filex.xslx ?</description>
      <pubDate>Fri, 01 Oct 2021 12:14:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771563#M244875</guid>
      <dc:creator>Gieorgie</dc:creator>
      <dc:date>2021-10-01T12:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to networking drives</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771565#M244877</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/401093"&gt;@Gieorgie&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I got error : ERROR: Physical file does not exist, /home/V1410190/corp.ad.gs.com and are you mean "datafile="&amp;amp;glb_path.\CORP.AD.GS.COM\DFS/folder/filex.xslx ?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You have to use the EXACT path name and file name. If you mis-specify or mis-spell it in any way, it won't work. Your operating system can tell you the exact path name and file name to the Excel file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, if SAS is running remotely, it can't access file in your local operating system. In that case, you will have to upload the file to the remote machine.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 12:18:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771565#M244877</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-01T12:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to networking drives</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771567#M244878</link>
      <description>&lt;P&gt;The error message looks as if your sas session runs on linux, so ask the admin to mount the drive and make it accessible to you.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 12:20:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771567#M244878</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-10-01T12:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to networking drives</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771568#M244879</link>
      <description>proc import out=polisy2&lt;BR /&gt;datafile='\\CORP.AD.GS.COM\DFS\\_change\TEST__id.csv'&lt;BR /&gt;dbms=csv replace;&lt;BR /&gt;&lt;BR /&gt;run; And i still getting error: ERROR: Physical file does not exist, /home/V1410190\corp.ad.gs.com</description>
      <pubDate>Fri, 01 Oct 2021 12:20:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771568#M244879</guid>
      <dc:creator>Gieorgie</dc:creator>
      <dc:date>2021-10-01T12:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to networking drives</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771569#M244880</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/401093"&gt;@Gieorgie&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;proc import out=polisy2&lt;BR /&gt;datafile='\\CORP.AD.GS.COM\DFS\\_change\TEST__id.csv'&lt;BR /&gt;dbms=csv replace;&lt;BR /&gt;&lt;BR /&gt;run; And i still getting error: ERROR: Physical file does not exist, &lt;FONT color="#FF0000"&gt;/home/V1410190\corp.ad.gs.com&lt;/FONT&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Look at the part I have turned into red text. /home/v1410190 is indicative that SAS is running on a server. It cannot access files on your local computer's operating system. You will have to upload the file to the server. (Or perhaps there is a way to map your local computer drive to a server drive, and your local IT staff or colleagues will have to tell you if this is possible or not.)&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 12:24:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771569#M244880</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-01T12:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to networking drives</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771584#M244888</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;The problem you are facing is of common occurrence particularly when some one is new to an organization or if there have been changes.&lt;BR /&gt;In addition to what all has been said in the posts above, there could be access restrictions.&lt;BR /&gt;Anybody who has been working for a while in the environment for example a senior colleague or the SAS Administrator would be the appropriate persons (local guides/champions&amp;nbsp; )to help.&lt;BR /&gt;In the forum one can&amp;nbsp; get directions and explanations but in a similar scenario I would seek assistance / guidance from my colleagues / SAS Admins first before going anywhere else.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 13:22:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771584#M244888</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-10-01T13:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to networking drives</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771587#M244890</link>
      <description>Understood, really be honest im new on my corp. next time i will go to my colleague . I thougt it was much easier, and a problem is a small. Have a nice weekend</description>
      <pubDate>Fri, 01 Oct 2021 13:42:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771587#M244890</guid>
      <dc:creator>Gieorgie</dc:creator>
      <dc:date>2021-10-01T13:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to networking drives</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771588#M244891</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/401093"&gt;@Gieorgie&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Understood, really be honest im new on my corp. next time i will go to my colleague . I thougt it was much easier, and a problem is a small. Have a nice weekend&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Some problems, like this one, are best answered locally, as most likely you have to upload the file of interest to your remote SAS installation, and the exact steps are probably different in each company.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 13:48:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771588#M244891</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-01T13:48:16Z</dc:date>
    </item>
  </channel>
</rss>

