<?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: Coloring of words in SAS Viya/SAS Studio in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/Coloring-of-words-in-SAS-Viya-SAS-Studio/m-p/987411#M3081</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have an answer for why this occurs, but you may wan to fill out a &lt;A href="https://communities.sas.com/t5/SAS-Product-Suggestions/idb-p/product-suggestions" target="_self"&gt;Product Suggestion Form&lt;/A&gt; here in the Communities. They are reviewed on a regular basis.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;At the moment, I don't want to change it. I want to understand how this coloring is helpful to me. If it turns out that it is not helpful, I will use this product suggestion form.&lt;/P&gt;</description>
    <pubDate>Wed, 06 May 2026 14:59:41 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2026-05-06T14:59:41Z</dc:date>
    <item>
      <title>Coloring of words in SAS Viya/SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Coloring-of-words-in-SAS-Viya-SAS-Studio/m-p/987405#M3078</link>
      <description>&lt;P&gt;In SAS Viya/SAS Studio, when I select a word by double-clicking on it, the word now has a blue background, and so does all the other occurrences of this word. What is the usefulness of coloring the background of all the occurrences of this word, rather than coloring only the one word I clicked on? How does coloring of all occurrences of this word help me perform any action? See example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaigeMiller_0-1778077254755.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/114789i793FE26B36761E97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaigeMiller_0-1778077254755.png" alt="PaigeMiller_0-1778077254755.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Furthermore, if I get distracted for a second (or more), I don't remember which of these occurrences of this word I double-clicked on, they are almost identical shades of blue, how can I tell which one I double-clicked on? Is it possible to have a different background color for the one word I double-clicked on?&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 14:21:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Coloring-of-words-in-SAS-Viya-SAS-Studio/m-p/987405#M3078</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-06T14:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring of words in SAS Viya/SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Coloring-of-words-in-SAS-Viya-SAS-Studio/m-p/987408#M3079</link>
      <description>&lt;P&gt;I cannot help you with that, I have the same color coding kicking in, but it doesn't bother me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I see that you're probably using proc sql on cas tables. Take a look at the fedsql instead. It's much faster but it has its own flavor and some limitations regarding proc sql.&lt;/P&gt;
&lt;P&gt;Here's some code to get you started:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc cas;
source MPG_toyota;
		create table public.result1{options replace=true} as 
			select a.sales_res as feb_sales_res, b.sales_res, case when round(a.sales_res-b.sales_res,3)=0 then 1 else 0 end as flag 
               from RISKNOBA.REMA_FEB22_FMT_OUT a inner join RISKNOBA.REMA_DEC21_FMT_OUT b 
			on a.bastidor=b.bastidor  ;
endsource;
fedSQL.execDirect / query=MPG_toyota;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 14:36:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Coloring-of-words-in-SAS-Viya-SAS-Studio/m-p/987408#M3079</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2026-05-06T14:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring of words in SAS Viya/SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Coloring-of-words-in-SAS-Viya-SAS-Studio/m-p/987410#M3080</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have an answer for why this occurs, but you may wan to fill out a &lt;A href="https://communities.sas.com/t5/SAS-Product-Suggestions/idb-p/product-suggestions" target="_self"&gt;Product Suggestion Form&lt;/A&gt; here in the Communities. They are reviewed on a regular basis.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 14:48:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Coloring-of-words-in-SAS-Viya-SAS-Studio/m-p/987410#M3080</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2026-05-06T14:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring of words in SAS Viya/SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Coloring-of-words-in-SAS-Viya-SAS-Studio/m-p/987411#M3081</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have an answer for why this occurs, but you may wan to fill out a &lt;A href="https://communities.sas.com/t5/SAS-Product-Suggestions/idb-p/product-suggestions" target="_self"&gt;Product Suggestion Form&lt;/A&gt; here in the Communities. They are reviewed on a regular basis.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;At the moment, I don't want to change it. I want to understand how this coloring is helpful to me. If it turns out that it is not helpful, I will use this product suggestion form.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 14:59:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Coloring-of-words-in-SAS-Viya-SAS-Studio/m-p/987411#M3081</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-06T14:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring of words in SAS Viya/SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Coloring-of-words-in-SAS-Viya-SAS-Studio/m-p/987412#M3082</link>
      <description>&lt;P&gt;That is not unique to VIYA.&amp;nbsp; The SAS/Studio interface used in SAS ODA does the same thing.&amp;nbsp; I have seen similar things in other editors WORD and VSCODE.&amp;nbsp; I believe the idea is to let you know where else that text appears.&amp;nbsp; That might be useful if you&amp;nbsp;planned to do a global replace&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In regular SAS/Studio you can find your cursor again if you press the left or right arrow key.&amp;nbsp; That will move the cursor and remove the highlighting.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 14:58:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Coloring-of-words-in-SAS-Viya-SAS-Studio/m-p/987412#M3082</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2026-05-06T14:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring of words in SAS Viya/SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Coloring-of-words-in-SAS-Viya-SAS-Studio/m-p/987413#M3083</link>
      <description>&lt;P&gt;This is a common behavior in code editors. Highlight one token/keyword, all matching occurrences also highlight (usually in a more subtle color scheme -- but in SAS Studio it seems to be the same). I see it in SAS editors (not PC SAS, but EG &amp;amp; Studio), Notepad++, VS Code, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's useful in many scenarios, such as seeing all occurrences of a variable name or before embarking on a find/replace operation. Some editors have a preference option you can set to disable this (but I don't think SAS Studio has an option for this).&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 15:11:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Coloring-of-words-in-SAS-Viya-SAS-Studio/m-p/987413#M3083</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2026-05-06T15:11:02Z</dc:date>
    </item>
  </channel>
</rss>

