<?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: What is source or source2 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-is-source-or-source2/m-p/754505#M237946</link>
    <description>&lt;P&gt;SOURCE is on by default (SOURCE2 is not).&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nosource;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;is used the suppress the writing of code to the log,&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options source;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;turns it back on.&lt;/P&gt;
&lt;P&gt;Enterprise Guide (e.g.) does this for part of the code it sends before every execution.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jul 2021 06:45:51 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-07-16T06:45:51Z</dc:date>
    <item>
      <title>What is source or source2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-source-or-source2/m-p/754213#M237793</link>
      <description>Hello all,&lt;BR /&gt;Can anyone explain about source source 2?&lt;BR /&gt;What is the impact of using it? &lt;BR /&gt;Regards &lt;BR /&gt;Blueblue</description>
      <pubDate>Thu, 15 Jul 2021 01:08:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-source-or-source2/m-p/754213#M237793</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-07-15T01:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is source or source2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-source-or-source2/m-p/754214#M237794</link>
      <description>&lt;P&gt;These are system options that provide some additional control over what gets written to the log.&lt;/P&gt;
&lt;P&gt;Source says to show submitted code in the log.&lt;/P&gt;
&lt;P&gt;Source2 typically is set to show code that runs from an %include file&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 01:15:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-source-or-source2/m-p/754214#M237794</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-15T01:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is source or source2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-source-or-source2/m-p/754234#M237801</link>
      <description>&lt;P&gt;Maxim1: Read the Documentation.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/lesysoptsref/n0gnz7tqcszvbpn1umls21zdkw62.htm" target="_blank" rel="noopener"&gt;SOURCE System Option&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/lesysoptsref/n0dk0dc3yeff1hn1murknwao75bb.htm" target="_blank" rel="noopener"&gt;SOURCE2 System Option&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 04:33:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-source-or-source2/m-p/754234#M237801</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-07-15T04:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: What is source or source2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-source-or-source2/m-p/754491#M237935</link>
      <description>&lt;P&gt;Thanks for the response.&lt;/P&gt;
&lt;P&gt;I couldn't understand source. Why do we use it if this option doesn't write to SAS Log?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;blueblue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 05:09:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-source-or-source2/m-p/754491#M237935</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-07-16T05:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: What is source or source2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-source-or-source2/m-p/754505#M237946</link>
      <description>&lt;P&gt;SOURCE is on by default (SOURCE2 is not).&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nosource;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;is used the suppress the writing of code to the log,&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options source;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;turns it back on.&lt;/P&gt;
&lt;P&gt;Enterprise Guide (e.g.) does this for part of the code it sends before every execution.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 06:45:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-source-or-source2/m-p/754505#M237946</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-07-16T06:45:51Z</dc:date>
    </item>
  </channel>
</rss>

