<?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 built new folder in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/built-new-folder/m-p/541803#M149665</link>
    <description>&lt;P&gt;why sometimes can we ues SAS to built new folder in the same level of folder even in the same folder ,but sometimes we cannot?&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 09:42:35 GMT</pubDate>
    <dc:creator>zhangxiaodaii</dc:creator>
    <dc:date>2019-03-10T09:42:35Z</dc:date>
    <item>
      <title>built new folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/built-new-folder/m-p/541803#M149665</link>
      <description>&lt;P&gt;why sometimes can we ues SAS to built new folder in the same level of folder even in the same folder ,but sometimes we cannot?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 09:42:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/built-new-folder/m-p/541803#M149665</guid>
      <dc:creator>zhangxiaodaii</dc:creator>
      <dc:date>2019-03-10T09:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: built new folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/built-new-folder/m-p/541805#M149666</link>
      <description>&lt;P&gt;Do you use the dcreate() function, or an external command?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the latter, use the filename pipe method to reveal what the operating system does:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename oscmd pipe "mkdir ......  2&amp;gt;&amp;amp;1";

data _null_;
infile oscmd;
input;
put _infile_;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Either way, please post the log, using the {i} button.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 11:03:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/built-new-folder/m-p/541805#M149666</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-03-10T11:03:12Z</dc:date>
    </item>
  </channel>
</rss>

