<?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 Avoid save dialog in ODS in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Avoid-save-dialog-in-ODS/m-p/330895#M17888</link>
    <description>&lt;P&gt;I want to create a simple dictionary of a dataset to a CSV file using &amp;nbsp;ODS , below is the syntax&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS CSV file= "C:\tmp\test.csv";&lt;BR /&gt;proc print data=datadictionary noobs label;&lt;BR /&gt;RUN;&lt;BR /&gt;ODS CSV CLOSE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after submitting the code, a dialog window to 'open or save' the file appears, then another for 'Save as'...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can save it directly to the directory and overwrite?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2017 16:33:59 GMT</pubDate>
    <dc:creator>JGuillen</dc:creator>
    <dc:date>2017-02-08T16:33:59Z</dc:date>
    <item>
      <title>Avoid save dialog in ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Avoid-save-dialog-in-ODS/m-p/330895#M17888</link>
      <description>&lt;P&gt;I want to create a simple dictionary of a dataset to a CSV file using &amp;nbsp;ODS , below is the syntax&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS CSV file= "C:\tmp\test.csv";&lt;BR /&gt;proc print data=datadictionary noobs label;&lt;BR /&gt;RUN;&lt;BR /&gt;ODS CSV CLOSE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after submitting the code, a dialog window to 'open or save' the file appears, then another for 'Save as'...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can save it directly to the directory and overwrite?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 16:33:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Avoid-save-dialog-in-ODS/m-p/330895#M17888</guid>
      <dc:creator>JGuillen</dc:creator>
      <dc:date>2017-02-08T16:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid save dialog in ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Avoid-save-dialog-in-ODS/m-p/330992#M17900</link>
      <description>&lt;P&gt;If you don't need "pretty" formatting such as Proc Print provides then you might consider using proc export which will by-pass the ODS output and does not ask about opening files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc export data=datadictionary&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outfile="C:\tmp\test.csv"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; replace&amp;nbsp; /*&amp;lt;= this overwrites an existing file if present*/&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 21:17:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Avoid-save-dialog-in-ODS/m-p/330992#M17900</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-02-08T21:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid save dialog in ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Avoid-save-dialog-in-ODS/m-p/331035#M17901</link>
      <description>Thanks! It works for what i need.</description>
      <pubDate>Wed, 08 Feb 2017 23:44:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Avoid-save-dialog-in-ODS/m-p/331035#M17901</guid>
      <dc:creator>JGuillen</dc:creator>
      <dc:date>2017-02-08T23:44:39Z</dc:date>
    </item>
  </channel>
</rss>

