<?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 How to suppress notes in the SAS log of type &amp;quot;connected using session&amp;quot; and &amp;quot;processed the request&amp;quot;? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-notes-in-the-SAS-log-of-type-quot-connected/m-p/742767#M232411</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to suppress notes like these from being printed to the log in SAS studio:&lt;/P&gt;&lt;PRE&gt;NOTE: The UUID '9c7282ec-f599-444f-8cc2-e01054aab92f' is connected using session MYSESS.
NOTE: The Cloud Analytic Services server processed the request in 0.000225 seconds.
NOTE: The UUID '9c7282ec-f599-444f-8cc2-e01054aab92f' is connected using session MYSESS.
NOTE: The Cloud Analytic Services server processed the request in 0.00078 seconds.&lt;/PRE&gt;&lt;P&gt;I know that I can use this system option to suppress all notes:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nonotes;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However there are some notes that I want to see, so I am wondering if there is some kind of option that only suppress the specific notes above, similar to how this system option specifically suppress notes about real time and cpu time:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nostimer;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have tried the session option messagelevel, and that did get rid of some other unwanted notes, but not the ones from above:&lt;/P&gt;&lt;PRE&gt;cas mysess sessopts=(caslib=casuser messagelevel=warning);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In case it matters, I am using SAS 9.4 / Viya 3.5 in SAS Studio 5.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One workaround would be to turn the notes system option on and off throughout the code...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But hoping that there is a specific option/setting to accomplish this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 May 2021 19:17:14 GMT</pubDate>
    <dc:creator>jonas_olsson</dc:creator>
    <dc:date>2021-05-20T19:17:14Z</dc:date>
    <item>
      <title>How to suppress notes in the SAS log of type "connected using session" and "processed the request"?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-notes-in-the-SAS-log-of-type-quot-connected/m-p/742767#M232411</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to suppress notes like these from being printed to the log in SAS studio:&lt;/P&gt;&lt;PRE&gt;NOTE: The UUID '9c7282ec-f599-444f-8cc2-e01054aab92f' is connected using session MYSESS.
NOTE: The Cloud Analytic Services server processed the request in 0.000225 seconds.
NOTE: The UUID '9c7282ec-f599-444f-8cc2-e01054aab92f' is connected using session MYSESS.
NOTE: The Cloud Analytic Services server processed the request in 0.00078 seconds.&lt;/PRE&gt;&lt;P&gt;I know that I can use this system option to suppress all notes:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nonotes;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However there are some notes that I want to see, so I am wondering if there is some kind of option that only suppress the specific notes above, similar to how this system option specifically suppress notes about real time and cpu time:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nostimer;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have tried the session option messagelevel, and that did get rid of some other unwanted notes, but not the ones from above:&lt;/P&gt;&lt;PRE&gt;cas mysess sessopts=(caslib=casuser messagelevel=warning);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In case it matters, I am using SAS 9.4 / Viya 3.5 in SAS Studio 5.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One workaround would be to turn the notes system option on and off throughout the code...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But hoping that there is a specific option/setting to accomplish this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 19:17:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-notes-in-the-SAS-log-of-type-quot-connected/m-p/742767#M232411</guid>
      <dc:creator>jonas_olsson</dc:creator>
      <dc:date>2021-05-20T19:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress notes in the SAS log of type "connected using session" and "proce</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-notes-in-the-SAS-log-of-type-quot-connected/m-p/742804#M232431</link>
      <description>&lt;P&gt;Out of interest, why are these notes a problem?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think you do what you want except by using the method you mentioned.&lt;/P&gt;
&lt;P&gt;This is &lt;A href="https://communities.sas.com/t5/SASware-Ballot-Ideas/Add-more-options-to-customise-how-messages-are-displayed-in-the/idi-p/325172" target="_self"&gt;not a new issue&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 23:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-notes-in-the-SAS-log-of-type-quot-connected/m-p/742804#M232431</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-05-20T23:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress notes in the SAS log of type "connected using session" and "proce</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-notes-in-the-SAS-log-of-type-quot-connected/m-p/742846#M232453</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I sometimes generate notes in my macros with relevant information for the user in this way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;%put NOTE: this is a note;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment, the SAS log gets clogged up with&amp;nbsp;"connected using session" and "processed the request" notes. When running a full program, for every relevant note my macros have generated there are a few of these irrelevant and repetitive notes about the CAS connection and request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there are any other automatically generated notes I would be interested to see them. If I have notes turned off except for when I want to put my own notes to the log then I will be unaware of any system generated notes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this makes sense?&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 08:47:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-notes-in-the-SAS-log-of-type-quot-connected/m-p/742846#M232453</guid>
      <dc:creator>jonas_olsson</dc:creator>
      <dc:date>2021-05-21T08:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress notes in the SAS log of type "connected using session" and "proce</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-notes-in-the-SAS-log-of-type-quot-connected/m-p/742849#M232455</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;Hope this makes sense?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;It does. Clutter in the log is dreadful. Windows system logs are the worst for this.&lt;/P&gt;
&lt;P&gt;I think the best option might be to have a post-job process that cleans the log files.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 09:02:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-notes-in-the-SAS-log-of-type-quot-connected/m-p/742849#M232455</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-05-21T09:02:22Z</dc:date>
    </item>
  </channel>
</rss>

