<?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: Make directory with 'md' in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-directory-with-md/m-p/37505#M5299</link>
    <description>The dcreate-function supports directory names with spaces, just put the name of the new directory in quotes.&lt;BR /&gt;
&lt;BR /&gt;
Example:&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
data _null_;&lt;BR /&gt;
    newDir = dcreate("long directory name", "parent_dir");&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]</description>
    <pubDate>Fri, 08 Aug 2008 12:30:19 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2008-08-08T12:30:19Z</dc:date>
    <item>
      <title>Make directory with 'md'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-directory-with-md/m-p/37503#M5297</link>
      <description>I am trying to make some directories with spaces at the names. I used 'md' statement. However, it doesn't allow spaces and just give the first word as the directories name. Any suggestion how to do this?&lt;BR /&gt;
Thanks.</description>
      <pubDate>Fri, 08 Aug 2008 03:36:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-directory-with-md/m-p/37503#M5297</guid>
      <dc:creator>flyingsohigh</dc:creator>
      <dc:date>2008-08-08T03:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Make directory with 'md'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-directory-with-md/m-p/37504#M5298</link>
      <description>I think this should work...&lt;BR /&gt;
&lt;BR /&gt;
X 'md "My long directory with lot of spaces\With one sub-directory"';&lt;BR /&gt;
&lt;BR /&gt;
It seems that the thing is how SAS works with apostrophs and quotation marks.&lt;BR /&gt;
Jaroslav</description>
      <pubDate>Fri, 08 Aug 2008 05:45:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-directory-with-md/m-p/37504#M5298</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-08T05:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Make directory with 'md'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-directory-with-md/m-p/37505#M5299</link>
      <description>The dcreate-function supports directory names with spaces, just put the name of the new directory in quotes.&lt;BR /&gt;
&lt;BR /&gt;
Example:&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
data _null_;&lt;BR /&gt;
    newDir = dcreate("long directory name", "parent_dir");&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Fri, 08 Aug 2008 12:30:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-directory-with-md/m-p/37505#M5299</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2008-08-08T12:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Make directory with 'md'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-directory-with-md/m-p/37506#M5300</link>
      <description>dcreate works great. Since I have macro variables in my statement, the md still cannot work things right. Thanks a lot for your help!</description>
      <pubDate>Fri, 08 Aug 2008 13:58:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-directory-with-md/m-p/37506#M5300</guid>
      <dc:creator>flyingsohigh</dc:creator>
      <dc:date>2008-08-08T13:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Make directory with 'md'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-directory-with-md/m-p/37507#M5301</link>
      <description>Gidday&lt;BR /&gt;
&lt;BR /&gt;
We use macros in our dcreate, &amp;amp;ExtractCopy does have spaces&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
	newdir=dcreate("&amp;amp;PDEyyyy&amp;amp;PDEmm&amp;amp;PDEdd","&amp;amp;ExtractCopy");&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Derek</description>
      <pubDate>Sun, 17 Aug 2008 20:02:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-directory-with-md/m-p/37507#M5301</guid>
      <dc:creator>DerekAdams</dc:creator>
      <dc:date>2008-08-17T20:02:53Z</dc:date>
    </item>
  </channel>
</rss>

