<?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: Hide proc cas results in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Hide-proc-cas-results/m-p/548181#M291</link>
    <description>&lt;P&gt;Use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html select none;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;before the PROC, and if you want additional outputs from later steps in the program, use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html select all;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;after the PROC&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2019 12:29:00 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-04-03T12:29:00Z</dc:date>
    <item>
      <title>Hide proc cas results</title>
      <link>https://communities.sas.com/t5/Developers/Hide-proc-cas-results/m-p/548139#M290</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are here creating a visualization that at first page loads a CSV file using SAS Job Execution and classifies that data using SAS Model Studio Text Analytics code. The below part of code is used for the same:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc cas;
session sascas;
loadactionset "textRuleScore";

action applyConcept

model={..}
table={..}
docId=
text=
casOut=
factOut=
;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This creates an output similar to the below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="CasOuput.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/28413i0ED78C0C2AA55158/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CasOuput.png" alt="CasOuput.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont want this to be visible in my visualization.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is there any way to hide CAS output results, like the option --&amp;gt; "noprint" is used in proc statements to hide the results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Anjali Nair&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 08:58:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Hide-proc-cas-results/m-p/548139#M290</guid>
      <dc:creator>AnjaliNair</dc:creator>
      <dc:date>2019-04-03T08:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hide proc cas results</title>
      <link>https://communities.sas.com/t5/Developers/Hide-proc-cas-results/m-p/548181#M291</link>
      <description>&lt;P&gt;Use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html select none;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;before the PROC, and if you want additional outputs from later steps in the program, use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html select all;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;after the PROC&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 12:29:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Hide-proc-cas-results/m-p/548181#M291</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-04-03T12:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hide proc cas results</title>
      <link>https://communities.sas.com/t5/Developers/Hide-proc-cas-results/m-p/548221#M292</link>
      <description>&lt;P&gt;Hi Paige,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That just&amp;nbsp;worked the way I was expecting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just that it was a Job Execution output I used the following :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods select none;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 14:25:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Hide-proc-cas-results/m-p/548221#M292</guid>
      <dc:creator>AnjaliNair</dc:creator>
      <dc:date>2019-04-03T14:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hide proc cas results</title>
      <link>https://communities.sas.com/t5/Developers/Hide-proc-cas-results/m-p/548311#M293</link>
      <description>&lt;P&gt;Moving the post to the Developers Community as the Coding on SAS Viya Community is being sunset.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 19:12:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Hide-proc-cas-results/m-p/548311#M293</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2019-04-03T19:12:31Z</dc:date>
    </item>
  </channel>
</rss>

