<?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>Tue, 21 Apr 2026 13:46:27 GMT</pubDate>
    <dc:date>2026-04-21T13:46:27Z</dc:date>
    <item>
      <title>Re: ERROR: All variables in array list must be the same type</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-All-variables-in-array-list-must-be-the-same-type/m-p/986375#M379917</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;All this variables (FruitWt, Color, Rind, Button, Wtloss) are numeric variables&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It sounds like you are just stating this as a fact, rather than confirming this by running PROC CONTENTS. I have a rule here, when SAS says something is false and the human user says it is true, I believe SAS. (In my experience, SAS is right 99.99% of the time) So please check PROC CONTENTS.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 12:05:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-All-variables-in-array-list-must-be-the-same-type/m-p/986375#M379917</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-04-15T12:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Apply "at least" condition in data step</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Apply-quot-at-least-quot-condition-in-data-step/m-p/986068#M43795</link>
      <description>&lt;P&gt;The advice from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;to represent Y and N with numeric values 1 and 0 &lt;STRONG&gt;should not be ignored&lt;/STRONG&gt;. This applies to all SAS programming that you do now and in the future. If you are creating output (like a report or table) that you need to show others and Y and N is required in the output, then use a custom format to display 1 as Y and 0 as N.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I am still unable to understand the stated logic that takes me from the input data to the desired data. It simply is not clear.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try to write it again, in a new post in this thread (instead of correcting the original post) explaining the rules (in detail) you want to follow. As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;would say, we need RULES and not EXAMPLES (although sometimes we need both).&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 11:29:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Apply-quot-at-least-quot-condition-in-data-step/m-p/986068#M43795</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-04-07T11:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: I am sorting my sgplot with cohortn and cohort but only want to display cohort information</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/I-am-sorting-my-sgplot-with-cohortn-and-cohort-but-only-want-to/m-p/985821#M25877</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/448003"&gt;@dsam&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I tried it, but month which is not numeric variable, order is messed up on x axis.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Important concept: months and any calendar information in SAS data sets should be stored in NUMERIC variables. In fact, let me say that even more strongly:&amp;nbsp;any calendar information in SAS data sets MUST be stored in NUMERIC variables. Character variables &lt;EM&gt;will not&lt;/EM&gt; sort in the desired order for calendar information.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 11:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/I-am-sorting-my-sgplot-with-cohortn-and-cohort-but-only-want-to/m-p/985821#M25877</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-04-02T11:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create a new Calclation based on multiple conditions</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-a-new-Calclation-based-on-multiple-conditions/m-p/985803#M18954</link>
      <description>&lt;P&gt;If I am understanding you properly, you will have to sort the data by the season and by the date of the race. Then you want to use the LAST. construct in SAS to in order to identify the last race of the season. Then it is easy to extract the information you want.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;See the documentation &lt;A href="https://go.documentation.sas.com/doc/en/lrcon/9.4/n01a08zkzy5igbn173zjz82zsi1s.htm" target="_self"&gt;here&lt;/A&gt;, and the examples will be helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many people (including me) refuse to, or cannot, download attachments. The proper way to include a data set it to provide&amp;nbsp;&lt;EM&gt;working&lt;/EM&gt; SAS data step code (&lt;A href="https://blogs.sas.com/content/sastraining/2016/03/11/jedi-sas-tricks-data-to-data-step-macro/" target="_self"&gt;examples and instructions&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 20:52:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-a-new-Calclation-based-on-multiple-conditions/m-p/985803#M18954</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-04-01T20:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: why is my x axis going out of order even though i have it sorted with numeric variable ?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/why-is-my-x-axis-going-out-of-order-even-though-i-have-it-sorted/m-p/985772#M25870</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/448003"&gt;@dsam&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;my code is below: I have x axis values like in months such as&amp;nbsp; D1 D28 2 3 4 6 12 18 24 36 but for one subject it is plotting month 18 after month 48 even though data is sorted properly by numeric variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;title 'Percent Predicted FEV1 for Individual Subjects in Four 4D-710 Dose Cohorts';&lt;BR /&gt;proc sgplot data= combo;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;xaxis grid type= discrete discreteorder= data;&lt;/FONT&gt;&lt;BR /&gt;series x = month y= RESTRESN/ group=subjid;&lt;BR /&gt;scatter x=month y= RESTRESN/ group= subjid ;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;xaxis label= 'Month';&lt;/FONT&gt;&lt;BR /&gt;yaxis label= 'ppFEV1 (%)';&lt;BR /&gt;by cohort;&lt;BR /&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;When you have multiple XAXIS statements, the second one replaces whatever is specified in the first.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 15:39:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/why-is-my-x-axis-going-out-of-order-even-though-i-have-it-sorted/m-p/985772#M25870</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-04-01T15:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Text Wrap in Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Text-Wrap-in-Enterprise-Guide/m-p/985759#M46461</link>
      <description>&lt;P&gt;One solution, of course, is to manually add line breaks when the line gets long and might pass the right edge of the window. I have done this in the SAS application workspace (I don't use Enterprise Guide) for the last 700 years. I don't even think about it any more, its a habit.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 13:28:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Text-Wrap-in-Enterprise-Guide/m-p/985759#M46461</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-04-01T13:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Every time I try to make a permanent data set I get a library does not exist message</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Every-time-I-try-to-make-a-permanent-data-set-I-get-a-library/m-p/985724#M11549</link>
      <description>&lt;P&gt;Are you running this in SAS/Studio? If so, SAS/Studio cannot access files or folders on your local computer's hard drives.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have to create libraries on the server where SAS/Studio is running. You mentioned SAS On Demand, here is how I use the LIBNAME statement&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mydata "/home/paige.miller3";

data mydata.class;
	set sashelp.class;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course, you would have to use a different folder than PAIGE.MILLER3, it has to be a folder the exists in your SAS On Demand.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 18:56:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Every-time-I-try-to-make-a-permanent-data-set-I-get-a-library/m-p/985724#M11549</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-31T18:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio, SAS Server search/navigation bar</title>
      <link>https://communities.sas.com/t5/SAS-Product-Suggestions/SAS-Studio-SAS-Server-search-navigation-bar/idc-p/985718#M724</link>
      <description>&lt;P&gt;Agreeing! Let's do this!&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 15:27:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Product-Suggestions/SAS-Studio-SAS-Server-search-navigation-bar/idc-p/985718#M724</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-31T15:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming Essentials Lesson 3 Demo: filtering rows using macro varaibles</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-Essentials-Lesson-3-Demo-filtering-rows-using/m-p/985715#M43785</link>
      <description>&lt;P&gt;Check your syntax in the WHERE statement carefully. You want to use a macro variable but have left off the &amp;amp; in front of the macro variable name.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 15:06:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-Essentials-Lesson-3-Demo-filtering-rows-using/m-p/985715#M43785</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-31T15:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming 1: Essentials Demo: Filtering Rows Using Macro Variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Demo-Filtering-Rows-Using-Macro/m-p/985637#M43781</link>
      <description>&lt;P&gt;This is great to hear&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/480946"&gt;@ivarenho&lt;/a&gt;&amp;nbsp;. So many visitors only want the answer to their programming problem and learn nothing useful so next time they have similar problems. So many visitors to this forum receive the same advice about creating a working program without macro variables first, and they ignore the advice and move on to struggle mightily with macros.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 16:01:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Demo-Filtering-Rows-Using-Macro/m-p/985637#M43781</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-30T16:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: proc pls: center and scale</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-center-and-scale/m-p/985625#M49356</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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I thought that&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;proc pls&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;centered and scaled variables by default. &lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes it does. My mistake, VARSCALE is an additional option to help with crossproducts of model variables (if you have any).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;This was precisely to compare the PCR and PLS outputs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Outputs as in measures of fit? Because there's really no point in comparing loadings or scores between PCR and PLS.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 12:43:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-center-and-scale/m-p/985625#M49356</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-30T12:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: proc pls: center and scale</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-center-and-scale/m-p/985622#M49354</link>
      <description>&lt;P&gt;I believe you want the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_pls_syntax01.htm#statug.pls.pls_prc_varscaleopt" target="_self"&gt;VARSCALE&lt;/A&gt; option in PROC PLS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DL class="aa-options"&gt;
&lt;DT&gt;
&lt;BLOCKQUOTE&gt;&lt;SPAN class="aa-term"&gt;VARSCALE&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;
&lt;/DT&gt;
&lt;DD&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;A id="statug.pls.a0000000080" class="indexterm" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.pls.a0000000081" class="indexterm" target="_blank"&gt;&lt;/A&gt;specifies that continuous model variables be centered and scaled prior to centering and scaling the model effects in which they are involved. The rescaling specified by the VARSCALE option is sometimes more appropriate if the model involves crossproducts between model variables; however, the VARSCALE option still might not produce the model you expect. For more information, see the section&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A tabindex="0" href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_pls_details08.htm" target="_blank" rel="noopener"&gt;Centering and Scaling&lt;/A&gt;.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;P&gt;For more advanced centering and scaling methods, use &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_stdize_toc.htm" target="_self"&gt;PROC STDIZE&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I always feel uncomfortable when PCR is chosen for METHOD, as this logically (based upon the criterion being optimized) will produce worse fits than METHOD=PLS. Maybe there are valid reasons for using PCR instead of PLS, but in general PCR will not fit as well as PLS.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 11:27:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-pls-center-and-scale/m-p/985622#M49354</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-30T11:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming 1: Essentials Demo: Filtering Rows Using Macro Variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Demo-Filtering-Rows-Using-Macro/m-p/985478#M43777</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/480946"&gt;@ivarenho&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;The date from June 1980, please correct me if I'm wrong but that has to be in the quotation marks because it's making a calculation?&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Certain types of calculations can be done in SAS without quotation marks. It depends on whether or not quotation marks are required to create valid SAS code. In some cases, quotation marks are invalid at that point in the SAS code and will cause SAS to generate errors.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This is why&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5008"&gt;@D_Dunlap&lt;/a&gt;&amp;nbsp;said you really should first generate working SAS code without macros variables, and hard-code the values that the macro variable will take — and if it works without quotes, then you don't need to quotes when you use the macro variable. If it doesn't work unless you put the quotes in, then you need the quotes when you use a macro variable. This is why&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;said "The code that results once the macro processor is finished needs to be actual valid SAS code." So please, do yourself a favor and first create working (emphasis on "working") code without macro variables and hard coded values where the macro variables will go. Then using the macro variables correctly will be a much easier task.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 11:44:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Demo-Filtering-Rows-Using-Macro/m-p/985478#M43777</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-27T11:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT: How to apply same color to group headers and column headers</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-How-to-apply-same-color-to-group-headers-and-column/m-p/985462#M379850</link>
      <description>&lt;P&gt;Perhaps this will work for you&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/Color-background-of-group-name-in-proc-report/m-p/689395#M24539" target="_blank"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/Color-background-of-group-name-in-proc-report/m-p/689395#M24539&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 17:03:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-How-to-apply-same-color-to-group-headers-and-column/m-p/985462#M379850</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-26T17:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a new visit date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-a-new-visit-date/m-p/985396#M379843</link>
      <description>&lt;P&gt;Just a quick addition to the correct answer from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;: the RETAIN statement, when used properly, allows you to carry data forward to the next row, and allows it to change when your rules require it to change (when PAY=2 do not carry the data forward).&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 09:03:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-a-new-visit-date/m-p/985396#M379843</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-26T09:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using REPEAT function to calculate IRR</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-REPEAT-function-to-calculate-IRR/m-p/985394#M379842</link>
      <description>&lt;P&gt;So,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/236136"&gt;@jitb&lt;/a&gt;&amp;nbsp;, I would like to briefly summarize the responses so far. In order for you to have the best chance of getting good replies in the future, please keep these things in mind:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;When you are having problems, we need a clear explanation of what you are trying to do. &lt;STRONG&gt;Do not assume that because you posted code that doesn't work, we know what you want.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;We also need to know you think the correct answer is, or at least the correct thing for the code to be doing.&lt;/LI&gt;
&lt;LI&gt;We need a portion of your SAS data set, or we need made up data as long as it illustrates the problem. Please follow these &lt;A href="https://blogs.sas.com/content/sastraining/2016/03/11/jedi-sas-tricks-data-to-data-step-macro/" target="_self"&gt;instructions and examples&lt;/A&gt; to provide the data.&lt;/LI&gt;
&lt;LI&gt;If there are errors in the log, please show us the LOG (start to finish) for the DATA step or PROC that you are having errors in. Do not show us tiny portions of the log.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 08:57:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-REPEAT-function-to-calculate-IRR/m-p/985394#M379842</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-26T08:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using REPEAT function to calculate IRR</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-REPEAT-function-to-calculate-IRR/m-p/985378#M379831</link>
      <description>&lt;P&gt;It would be extremely helpful if you showed us the ENTIRE log for this data step (not a small portion of the log).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, as far as I can tell, there is no need for %sysfunc here, yet you chose to use it even though no macro variables are present.&amp;nbsp;As far as I can tell, there is no need for %str here, yet you chose to use it even though no macro variables are present. If payment_amount and term are data set variables, %sysfunc and %str cannot access the values of a data set variable. Therefore, %sysfunc sees text as the second argument of the REPEAT function. The text is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;term-1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which is not a number, and not a reference to a data step variable, hence the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if you remove %sysfunc and %str and their associated parentheses, this might work.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 21:20:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-REPEAT-function-to-calculate-IRR/m-p/985378#M379831</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-25T21:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Daily SAS Problem?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Daily-SAS-Problem/m-p/985326#M43765</link>
      <description>&lt;P&gt;Go through the SAS Communities and read the original post in old threads (you can pick the New Users community if that is appropriate for you). Don't read the answers, just read the original post. Provide your own answers.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think 2018 was a good year.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 09:45:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Daily-SAS-Problem/m-p/985326#M43765</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-25T09:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Model is too large to be fit by PROC GLIMMIX in a reasonable amount of time on this syste</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985193#M379793</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;random intercept / subject=PRVDR_NUM(hrrnum) group=PAC_1 type=vc;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So here HRRNUM is nested within PRVDR_NUM. That's 2943 x 306 = 900,558 different combinations. I can understand why SAS is telling you this will take a very long time. Further, with 160,391 observations, the data will be very sparse in some of the combinations of HRRNUM and PRVDR_NUM; in other combinations of HRRNUM and PRVDR_NUM, there will not be any data. So, this is an overspecified model as well, you can't estimate everything.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 17:58:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985193#M379793</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-23T17:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Model is too large to be fit by PROC GLIMMIX in a reasonable amount of time on this syste</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985159#M379791</link>
      <description>&lt;P&gt;It cannot be done in a reasonable amount of time. This probably is not a memory issue (otherwise the error message would specifically say memory), it is most likely a CPU issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How many levels are there in each of your CLASS variables? Can some of the levels be combined?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How many observations in data set data.model_df?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 16:12:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985159#M379791</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-23T16:12:29Z</dc:date>
    </item>
  </channel>
</rss>

