<?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>PaigeMiller Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>PaigeMiller Tracker</description>
    <pubDate>Sat, 13 Jun 2026 19:47:30 GMT</pubDate>
    <dc:date>2026-06-13T19:47:30Z</dc:date>
    <item>
      <title>Re: Calculate time by comparing conditions and dates vertically</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Calculate-time-by-comparing-conditions-and-dates-vertically/m-p/989392#M43922</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19879"&gt;@Quentin&lt;/a&gt;&amp;nbsp;is on the right track. Use the RETAIN statement. Give it a try, show us what you have tried.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, it would be &lt;EM&gt;extremely&lt;/EM&gt; helpful if you can show us the desired output for this particular patient. (And hint hint hint, you should ALWAYS show us the desired output in these complex situations, we shouldn't have to ask.)&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2026 21:27:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Calculate-time-by-comparing-conditions-and-dates-vertically/m-p/989392#M43922</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-06-08T21:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open xls file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-xls-file/m-p/989249#M380175</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/473750"&gt;@srinivasa_attot&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Statement:&amp;nbsp;&lt;BR /&gt;proc export data=sample outfile=/home/raju/filename.xls" dbms=xls&lt;BR /&gt;replace;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Is this a typographical error? You need a double quote after outfile= to match the double-quote at the end of the file name.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 11:01:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-xls-file/m-p/989249#M380175</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-06-04T11:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: selecting marker types and colors in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/selecting-marker-types-and-colors-in-proc-sgplot/m-p/988380#M25922</link>
      <description>&lt;PRE&gt;&lt;CODE class="language-sas"&gt;scatter x=Date y=Result / jitter group=Site  groupdisplay=cluster markerattrs=(size=9) ; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you mean you want one value of site on the y-axis and another site should be on the y2-axis, I don't think this is possible here with the GROUP option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the other hand, if you create two separate variables, lets say SITE1 and SITE2, then you could have two different SCATTER statements, without GROUP=, and you can specify which of SITE1 and SITE2 goes on the y-axis and which goes on the y2-axis. So you need to re-arrange your data to meet this requirement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please from now on, paste code into a code box (as I have done). You do this by clicking on the "little running man" icon and pasting the code into the window that appears. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2026 13:32:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/selecting-marker-types-and-colors-in-proc-sgplot/m-p/988380#M25922</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-20T13:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: A SAS Macro to Use ODS to Direct Graphics Output to a Specified Folder and Avoid the WARNING: GP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/A-SAS-Macro-to-Use-ODS-to-Direct-Graphics-Output-to-a-Specified/m-p/988188#M25914</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;You get that message when your code produces graphs that need to be embedded/linked in the HTML output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most often is happens when you have not set the GPATH location and it defaults to the current working directory, but that directory is readonly.&amp;nbsp; Most often for SAS sessions launched for use by Enterprise Guide or SAS/Studio since those typically start with the current working directory some place inside the SAS installation directories which normal SAS users cannot write to.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which is why I never see this error message, I always use GPATH when I create graphics.&lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2026 10:08:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/A-SAS-Macro-to-Use-ODS-to-Direct-Graphics-Output-to-a-Specified/m-p/988188#M25914</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-17T10:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: proc pls : saving the model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-saving-the-model/m-p/988181#M49455</link>
      <description>&lt;P&gt;This is the same thing I linked to in my original post, which you said was wrong, you said you can't use the training data set and test data set in the same PROC PLS.&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2026 19:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-saving-the-model/m-p/988181#M49455</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-16T19:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Combine the variable values vertically</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Combine-the-variable-values-vertically/m-p/988175#M43875</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/134532"&gt;@NewUsrStat&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thank you very much for your help. The reason why I have to replicate rows is because the dataset contains other variables with different values and for the subsequent analysis I have to apply different types of filters.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Unfortunately, this does not answer my question about what analyses/plots/tables are you trying to create.&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2026 15:10:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Combine-the-variable-values-vertically/m-p/988175#M43875</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-16T15:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Combine the variable values vertically</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Combine-the-variable-values-vertically/m-p/988173#M43873</link>
      <description>&lt;P&gt;In my opinion, this is not a good idea, and it makes future programming difficult. See &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Maxims-of-Maximally-Efficient-SAS-Programmers/ta-p/352068" target="_self"&gt;Maxim 19&lt;/A&gt;. Also, why do you need an output of three identical rows?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe a different re-arrangement of the data would work better. Please tell us what analyses/plots/tables you would create once you have the data re-arranged as you want?&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2026 15:05:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Combine-the-variable-values-vertically/m-p/988173#M43873</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-16T15:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: A SAS Macro to Use ODS to Direct Graphics Output to a Specified Folder and Avoid the WARNING: GP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/A-SAS-Macro-to-Use-ODS-to-Direct-Graphics-Output-to-a-Specified/m-p/988167#M25911</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;I got tired of receiving error messages from SAS telling me that a particular folder was not authorized to receive output, as in&lt;/P&gt;
&lt;P&gt;"WARNING: GPATH or PATH is not a writable directory. It will be ignored.&lt;/P&gt;
&lt;DIV class="sasError"&gt;ERROR: Cannot write image to SGprint. Please ensure that proper disk permissions are set.".&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;I have never received this error. What am I missing, can't you just direct the output via ODS HTML or ODS LISTING to a writable directory in your original SAS program (which is what I do)?&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 May 2026 11:49:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/A-SAS-Macro-to-Use-ODS-to-Direct-Graphics-Output-to-a-Specified/m-p/988167#M25911</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-16T11:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: proc pls : saving the model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-saving-the-model/m-p/988166#M49453</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/286185"&gt;@SASdevAnneMarie&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thank you, but precisely, in Proc PLS we cannot use the train and test sets together in Proc.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, you can use the test and train data set together, in certain situations. Obviously you are not in that situation.&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2026 10:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-saving-the-model/m-p/988166#M49453</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-16T10:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: proc pls : saving the model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-saving-the-model/m-p/988165#M49452</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;links to my exact solution for this problem. You would use the test data set in PROC SCORE, rather than the training data set, as I did in that example. PROC SCORE gives the predicted values using the PLS model. The final step where I create data set named COMPARE is not needed for the case where you want to score a test data set. The model is stored in data set COEFFS and COEFFS_T.&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2026 10:55:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-saving-the-model/m-p/988165#M49452</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-16T10:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: proc pls : saving the model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-saving-the-model/m-p/988127#M49449</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;gives the explanation of how to predict a test data set here:&amp;nbsp;&lt;A href="https://blogs.sas.com/content/iml/2014/02/17/the-missing-value-trick-for-scoring-a-regression-model.html" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/iml/2014/02/17/the-missing-value-trick-for-scoring-a-regression-model.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2026 18:27:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-saving-the-model/m-p/988127#M49449</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-15T18:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: proc pls method pcr plots</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-method-pcr-plots/m-p/987946#M49447</link>
      <description>&lt;P&gt;Please show us the full code for PROC PLS. Paste the code into the window that appears when you click on the 'little running man' icon. (From now on, when a PROC isn't working right, please show us the full code for that PROC automatically, don't wait for us to ask)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there warnings or errors in the log?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2026 16:43:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-method-pcr-plots/m-p/987946#M49447</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-14T16:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do organize he data to use ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-organize-he-data-to-use-ANOVA/m-p/987637#M49417</link>
      <description>What "combined means" are you talking about? Your description doesn't include any numeric variables. Please explain further.</description>
      <pubDate>Fri, 08 May 2026 23:26:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-organize-he-data-to-use-ANOVA/m-p/987637#M49417</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-08T23:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Assign variable values to time intervals</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Assign-variable-values-to-time-intervals/m-p/987467#M43839</link>
      <description>&lt;P&gt;I asked for clarification on 3 issues, you only explained the first one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using informat&amp;nbsp;mmddyy. then row 7 and 8 don't make sense, it shows month number equal to 30. (PS: advice is always to test your code first, make sure it works and does what you want it to do before providing it to us; you will get better and faster answers if you provide us with debugged code)&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 12:29:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Assign-variable-values-to-time-intervals/m-p/987467#M43839</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-07T12:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Assign variable values to time intervals</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Assign-variable-values-to-time-intervals/m-p/987462#M43834</link>
      <description>&lt;P&gt;A couple of questions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In the first record of data set DB, it seems to me that 9 months have elapsed but you show this should have a value of 3M in variable FLAG. I don't understand this.&lt;/LI&gt;
&lt;LI&gt;You don't make clear if there is a different way to handle things when REF_DATE is &lt;FONT color="#FF0000"&gt;before&lt;/FONT&gt; DATE_EVENT or when REF_DATE is &lt;FONT color="#FF0000"&gt;after&lt;/FONT&gt; DATE_EVENT.&lt;/LI&gt;
&lt;LI&gt;In your rules describing separation of months into 3M, 6M, 9M, &lt;EM&gt;etc&lt;/EM&gt;., a literal reading of these rules seems like 3 months would get a FLAG value of BOTH 3M and 6M.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Ignoring these issues, and guessing at the answers about how to handle things, this is easily handled by the INTCK function and a custom format. Naturally if I have guessed wrong about how you want to handle things, you definitely ought to try fixing this code by yourself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
    value monthf 0-3='3M' 4-6='6M' 7-9='9M' 10-12='12M' other='.';
run;
data db1;
    set db;
    delta_months=intck('month',ref_date,date_event);
    format delta_months monthf.;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why use custom formats here? Because if you use custom formats, the 3M 6M 9M 12M sort properly. If you don't use custom formats, 12M sorts before 3M.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, thank you for providing rules rather than (or in addition to) examples, and thank you for providing example data in the desired format.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 11:34:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Assign-variable-values-to-time-intervals/m-p/987462#M43834</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-07T11:34:57Z</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>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: Why I Still Trust This Community More Than Any AI Assistant</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-I-Still-Trust-This-Community-More-Than-Any-AI-Assistant/m-p/987404#M380062</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/127222"&gt;@acordes&lt;/a&gt;&amp;nbsp;, I will post a question in the VIYA forum in a minute. Update: &lt;A href="https://communities.sas.com/t5/SAS-Viya/Coloring-of-words-in-SAS-Viya-SAS-Studio/m-p/987405" target="_self"&gt;here&lt;/A&gt; is my question&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 14:23:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-I-Still-Trust-This-Community-More-Than-Any-AI-Assistant/m-p/987404#M380062</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-06T14:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why I Still Trust This Community More Than Any AI Assistant</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-I-Still-Trust-This-Community-More-Than-Any-AI-Assistant/m-p/987395#M380059</link>
      <description>&lt;P&gt;I too don't really trust any AI assistant when I need advice SAS advice that is more complicated than regurgitating the SAS help documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am new to SAS Viya, I wanted to do a relatively simple thing but couldn't find the answer. The simple thing I wanted to do was take some upper case code and turn it into lower case code. I know how to do this in SAS 9.4, but couldn't find the right option in Viya. So I asked here, I asked Google, and I asked Copilot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I got the &lt;A href="https://communities.sas.com/t5/SAS-Programming/SAS-Viya-SAS-Studio-how-to-convert-code-to-lower-case/td-p/986807" target="_self"&gt;correct answer&lt;/A&gt; here in about 15 minutes. Google didn't understand the question. On the other hand, Copilot gave me the wrong answer, Copilot said it couldn't be done, but it could provide workarounds where it would write SAS code for me to perform the task programmatically. As I asked more questions, Copilot seemed to get irritated and aggressive in insisting that it was giving me the right answer and that there was no way to do this . An unpleasant process. Finally I told Copilot that I had found the answer and it gave in and admitted that it could be done. Out of curiosity, I asked Copilot again the next day, and it still told me it couldn't be done.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 10:05:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-I-Still-Trust-This-Community-More-Than-Any-AI-Assistant/m-p/987395#M380059</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-06T10:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: proc pls : rmse values</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-rmse-values/m-p/987323#M49407</link>
      <description>&lt;P&gt;You can get the PLS equivalent of R-squared* for dependent variables, this is the value shown in Output 92.1.1 here:&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_pls_examples01.htm" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_pls_examples01.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you really need RMSE I think you could calculate the RMSE if you know the R-squared and total variation in Y, or from the residuals in Y.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* — if there is more than one dependent variable, this quantity is computed across all of the dependent variables.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 18:40:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-rmse-values/m-p/987323#M49407</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-05-05T18:40:09Z</dc:date>
    </item>
  </channel>
</rss>

