<?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 Sas_output in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Sas-output/m-p/862359#M340632</link>
    <description>In my code there are some if then else statement resulting in sas_output=0 or sas_output =1, could sas_output be just a random variable or it has specific meaning?</description>
    <pubDate>Sun, 05 Mar 2023 15:55:21 GMT</pubDate>
    <dc:creator>HeatherNewton</dc:creator>
    <dc:date>2023-03-05T15:55:21Z</dc:date>
    <item>
      <title>Sas_output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sas-output/m-p/862359#M340632</link>
      <description>In my code there are some if then else statement resulting in sas_output=0 or sas_output =1, could sas_output be just a random variable or it has specific meaning?</description>
      <pubDate>Sun, 05 Mar 2023 15:55:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sas-output/m-p/862359#M340632</guid>
      <dc:creator>HeatherNewton</dc:creator>
      <dc:date>2023-03-05T15:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sas_output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sas-output/m-p/862360#M340633</link>
      <description>&lt;P&gt;SAS_OUTPUT is a user-created variable, so it has no meaning in the SAS language.&amp;nbsp; To understand the meaning, you'll have to review the rest of the program(s) and see how it is used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since it's a 0/1 variable, it's likely that 0 means no and 1 means yes.&amp;nbsp; And from the name, perhaps it's an on/off switch for the program to switch the generation of output reports (or output datasets) on or off.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2023 16:02:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sas-output/m-p/862360#M340633</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2023-03-05T16:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sas_output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sas-output/m-p/862373#M340639</link>
      <description>&lt;P&gt;This question is a good reminder to not create variable names that look like they might be system variables to avoid confusion. I have a personal convention of using a suffix of Ind(icator) or Flag for binary or yes/no variables. In this case that would mean variable names of Output_Ind or Output_Flag. I also highly recommend using mixed case as that indicates word boundaries and enhances meaning.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2023 19:04:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sas-output/m-p/862373#M340639</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-03-05T19:04:13Z</dc:date>
    </item>
  </channel>
</rss>

