<?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: Exporting file from SAS in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Exporting-file-from-SAS/m-p/668610#M23158</link>
    <description>&lt;P&gt;You don't have to add the statements at the end of the program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is more to the program (not shown), you might want to (or you might not want to) turn the options back to the other setting, for further use in the progam. That's why they are "options", they are optional, you can set them or not set them as you please.&lt;/P&gt;</description>
    <pubDate>Sat, 11 Jul 2020 21:31:45 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-07-11T21:31:45Z</dc:date>
    <item>
      <title>Exporting file from SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Exporting-file-from-SAS/m-p/668606#M23155</link>
      <description>&lt;P&gt;When I learn exporting file from SAS, I have some questions about some statements. Like:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;ods noproctitle; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;options orientation=landscape; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;ods excel file=; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;when we add those statement at the beginning of the code. We always need add some statements like:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;ods proctitle;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&lt;/SPAN&gt;options orientation=portrait;&lt;/P&gt;&lt;P&gt;ods excel close; at the end of program. Why we need to add those statements at end of the program? Thanks so much&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 21:04:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Exporting-file-from-SAS/m-p/668606#M23155</guid>
      <dc:creator>Jianan_luna</dc:creator>
      <dc:date>2020-07-11T21:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting file from SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Exporting-file-from-SAS/m-p/668610#M23158</link>
      <description>&lt;P&gt;You don't have to add the statements at the end of the program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is more to the program (not shown), you might want to (or you might not want to) turn the options back to the other setting, for further use in the progam. That's why they are "options", they are optional, you can set them or not set them as you please.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 21:31:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Exporting-file-from-SAS/m-p/668610#M23158</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-07-11T21:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting file from SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Exporting-file-from-SAS/m-p/668633#M23167</link>
      <description>&lt;P&gt;Maxim 1: Read the&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lesysoptsref&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 05:12:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Exporting-file-from-SAS/m-p/668633#M23167</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-12T05:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting file from SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Exporting-file-from-SAS/m-p/668647#M23170</link>
      <description>&lt;P&gt;Options, such as Orientation are like car doors. If you open a car door then it stays open until you close it. So options once set remain in effect until until you change them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ODS statement sets options related to ODS destinations. The ODS Graphics sets options related to ODS graphics. The Options statement sets options for the system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Simple concept.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to know more about options in effect at a given part of your program Proc Options can tell you that (read the log).&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 15:19:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Exporting-file-from-SAS/m-p/668647#M23170</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-07-12T15:19:53Z</dc:date>
    </item>
  </channel>
</rss>

