<?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: space in directory name in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/space-in-directory-name/m-p/447617#M112497</link>
    <description>&lt;P&gt;CTRL+SHIFT+Right click on file-&amp;gt; Copy as Path&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can do that to get a full file path for a file in Windows, including double quotes.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Mar 2018 22:46:33 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-03-21T22:46:33Z</dc:date>
    <item>
      <title>space in directory name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/space-in-directory-name/m-p/447614#M112494</link>
      <description>&lt;P&gt;I'm trying to read in text files but there's a space in the directory name.&amp;nbsp; The examples I can find are too complicated - I'm not building a repeatable process, just trying to bring in my data (I don't think I need a pipe, for example).&amp;nbsp; Any suggestions?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 22:31:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/space-in-directory-name/m-p/447614#M112494</guid>
      <dc:creator>gaylebrekke</dc:creator>
      <dc:date>2018-03-21T22:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: space in directory name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/space-in-directory-name/m-p/447615#M112495</link>
      <description>&lt;P&gt;How are you trying to read it in? Usually that's not an issue at all for SAS procedures.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would help if you post the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/157541"&gt;@gaylebrekke&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I'm trying to read in text files but there's a space in the directory name.&amp;nbsp; The examples I can find are too complicated - I'm not building a repeatable process, just trying to bring in my data (I don't think I need a pipe, for example).&amp;nbsp; Any suggestions?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 22:33:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/space-in-directory-name/m-p/447615#M112495</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-21T22:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: space in directory name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/space-in-directory-name/m-p/447616#M112496</link>
      <description>&lt;P&gt;If you are using Proc import then typing the name with the spaces should suffice:&lt;/P&gt;
&lt;PRE&gt;proc import datafile="c:\some folder\another dir\my datafile.text"
&amp;lt;rest of proc&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;or similar for an INFILE statement in a data step or even associating a FILENAME.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using Windows Explorer (or possibly similar in other programs"&amp;nbsp;to examine you files then:&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp;navigate to the folder where the file exists&lt;/P&gt;
&lt;P&gt;2) click in the address bar at the top with the folder path after the last entry,&lt;/P&gt;
&lt;P&gt;3) the address bar text should now look a bit different and you can copy the text of the path and&lt;/P&gt;
&lt;P&gt;4) paste the path into the quotes you use for the filename, infile or datafile.&lt;/P&gt;
&lt;P&gt;Then add the file name with extension after a \.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 22:44:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/space-in-directory-name/m-p/447616#M112496</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-21T22:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: space in directory name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/space-in-directory-name/m-p/447617#M112497</link>
      <description>&lt;P&gt;CTRL+SHIFT+Right click on file-&amp;gt; Copy as Path&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can do that to get a full file path for a file in Windows, including double quotes.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 22:46:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/space-in-directory-name/m-p/447617#M112497</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-21T22:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: space in directory name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/space-in-directory-name/m-p/447875#M112587</link>
      <description>Thanks so much! I thought I had tried everything, but I must not have tried that. Or maybe there's some sort of dark magic at work here. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Mar 2018 18:19:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/space-in-directory-name/m-p/447875#M112587</guid>
      <dc:creator>gaylebrekke</dc:creator>
      <dc:date>2018-03-22T18:19:19Z</dc:date>
    </item>
  </channel>
</rss>

