<?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>Kurt_Bremser Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>Kurt_Bremser Tracker</description>
    <pubDate>Sat, 25 Jul 2026 03:44:08 GMT</pubDate>
    <dc:date>2026-07-25T03:44:08Z</dc:date>
    <item>
      <title>Re: Downloading a directory of *.sas files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Downloading-a-directory-of-sas-files/m-p/991179#M380329</link>
      <description>&lt;P&gt;This&lt;/P&gt;
&lt;PRE&gt;filename out zip 'Batchfile 7.6.zip';&lt;/PRE&gt;
&lt;P&gt;is your problem.&lt;/P&gt;
&lt;P&gt;You did not use a fully qualified path name, so SAS tries to write to its&amp;nbsp;&lt;EM&gt;current working directory&lt;/EM&gt;, which is usually the place where the script file&lt;/P&gt;
&lt;PRE&gt;WorkspaceServer.sh&lt;/PRE&gt;
&lt;P&gt;is located, and where you do not have write permission.&lt;/P&gt;
&lt;P&gt;Use a file name that includes the complete path starting at root (like you did for indir) and pointing to your home directory. You can also use the tilde shortcut for this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename out zip '~/Batchfile 7.6.zip';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Jul 2026 16:46:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Downloading-a-directory-of-sas-files/m-p/991179#M380329</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-07-22T16:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Weird SAS error messages on quoted strings and white spaces</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Weird-SAS-error-messages-on-quoted-strings-and-white-spaces/m-p/990992#M380310</link>
      <description>&lt;P&gt;Something unbalanced (unbalanced quotes, macro definition without a valid %MEND, ...) has caused your SAS session to become unstable. Start a new session and rerun your code, paying attention to the above.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 21:40:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Weird-SAS-error-messages-on-quoted-strings-and-white-spaces/m-p/990992#M380310</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-07-16T21:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Allow Custom DateTime Display Formats</title>
      <link>https://communities.sas.com/t5/SAS-Product-Suggestions/Allow-Custom-DateTime-Display-Formats/idc-p/990541#M837</link>
      <description>&lt;P&gt;One must make such transformations (assignment of formats, extraction of sub-values etc.) when the dataset is prepared for analysis. This is a job for your data engineers.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 08:31:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Product-Suggestions/Allow-Custom-DateTime-Display-Formats/idc-p/990541#M837</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-07-07T08:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Display Numeric IDs Without Thousands Separators</title>
      <link>https://communities.sas.com/t5/SAS-Product-Suggestions/Display-Numeric-IDs-Without-Thousands-Separators/idc-p/990491#M825</link>
      <description>&lt;P&gt;Are these variables stored as character or numeric in the underlying dataset?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2026 11:51:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Product-Suggestions/Display-Numeric-IDs-Without-Thousands-Separators/idc-p/990491#M825</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-07-06T11:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Importing Excel Data from a Single Worksheet</title>
      <link>https://communities.sas.com/t5/SAS-Data-AI-Studio/Errors-in-Importing-Excel-Data-from-a-Single-Worksheet/m-p/990464#M11574</link>
      <description>You tried to use a library reference (libname) as infile in PROC IMPORT, which cannot work.&lt;BR /&gt;Either use a worksheet like a SAS dataset in your Excel library, or use the correct physical filename in the DATAFILE= option of the PROC IMPORT statement.</description>
      <pubDate>Sat, 04 Jul 2026 08:27:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-AI-Studio/Errors-in-Importing-Excel-Data-from-a-Single-Worksheet/m-p/990464#M11574</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-07-04T08:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone explain the answer code for this challenge question?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Can-someone-explain-the-answer-code-for-this-challenge-question/m-p/989931#M43948</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/481865"&gt;@sfletc30&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hey so just a followup question for number 3. So I understand what the code is saying now. If last.Code=1, then do these things (which includes writing to the output table with the OUTPUT statement). And last.Code=1 only exists four times in the dataset. So that explains why the rows went from around 140 to only 4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But why do I have to explicitly tell SAS this? Why doesn't the implicit OUTPUT statement at the end of the code create the four rows that the explicit one does?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Because the implicit OUTPUT writes an observation for&amp;nbsp;&lt;U&gt;every&lt;/U&gt; iteration of the DATA step, unless the iteration is cut short by a subsetting IF. And the number of iterations is (in your case) determined by the observations read from the input dataset.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2026 17:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Can-someone-explain-the-answer-code-for-this-challenge-question/m-p/989931#M43948</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-06-19T17:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio repeated measures over time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-Studio-repeated-measures-over-time/m-p/989811#M49485</link>
      <description>&lt;P&gt;Please show us an example of your input data (just enough observations to illustrate your case), and the expected result from it.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2026 09:36:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-Studio-repeated-measures-over-time/m-p/989811#M49485</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-06-18T09:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone explain the answer code for this challenge question?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Can-someone-explain-the-answer-code-for-this-challenge-question/m-p/989810#M43944</link>
      <description>&lt;P&gt;My solution would have been shorter:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data snowforecast;
set winter2015_2016;
retain FirstSnow;
by Code;
if first.Code then FirstSnow=Date;
if last.Code;
LastSnow=Date;
WinterLengthWeeks=intck('week', FirstSnow, LastSnow, 'c');
ProjectedFirstSnow=intnx('year', FirstSnow, 1, 'same');
format FirstSnow LastSnow ProjectedFirstSnow date7.;
drop Snow Date;	
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The code will&amp;nbsp;read all observations, but keep only the value of the first observation in a group in variable firstsnow.&lt;/P&gt;
&lt;P&gt;Then, it will only proceed further if the&amp;nbsp;&lt;EM&gt;last&lt;/EM&gt; observation in a group has been read. All following statements (including the implicit OUTPUT at the end of each step iteration) are "jumped over" in all other cases.&lt;/P&gt;
&lt;P&gt;This particular form of an IF statement is called "Subsetting IF"; if the condition is not met, the next iteration of the DATA step is immediately started.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2026 09:33:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Can-someone-explain-the-answer-code-for-this-challenge-question/m-p/989810#M43944</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-06-18T09:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Transposing Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transposing-Data/m-p/989809#M380236</link>
      <description>&lt;P&gt;Since you know the names of the target variables, a simple DATA step will do it:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input customer $ flag $ count;
datalines;
12345 COE 5
;

data want;
set have;
length coe non_coe 8;
coe = 0;
non_coe = 0;
select (flag);
  when ("COE") coe = count;
  when ("NON_COE") non_coe = count;
  otherwise putlog "ERROR: non-expected flag!";
end;
drop flag count;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But do you really want that wide dataset, or is this for reporting purposes? What is your final goal, and what is your initial input data?&lt;/P&gt;
&lt;P&gt;I ask this to avoid having an &lt;A href="https://en.wikipedia.org/wiki/XY_problem" target="_blank" rel="noopener"&gt;XY problem&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2026 09:19:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transposing-Data/m-p/989809#M380236</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-06-18T09:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS interruption and problems with reinstallation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-interruption-and-problems-with-reinstallation/m-p/989630#M30835</link>
      <description>This particular message can mean that SAS is not able to create the WORK library/directory.</description>
      <pubDate>Sun, 14 Jun 2026 15:42:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-interruption-and-problems-with-reinstallation/m-p/989630#M30835</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-06-14T15:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Capture SQL View Definition for Programmatic Change</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Capture-SQL-View-Definition-for-Programmatic-Change/m-p/989546#M380213</link>
      <description>&lt;P&gt;UNIX systems have very nice tools for exactly such mass text change operations, e.g. awk. Just run that on the original source codes of the SQL views. If those source codes are not available, someone fucked up big time (see Maxim 27).&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 09:00:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Capture-SQL-View-Definition-for-Programmatic-Change/m-p/989546#M380213</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-06-11T09:00:59Z</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/989545#M380212</link>
      <description>&lt;P&gt;I just ran this on SAS On Demand, which is also on 9.4M8:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export
  data=sashelp.class
  file="~/class.xls"
  dbms=xls
  replace
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;After downloading the file to my Mac, it opened successfully both in MS Excel and LibreOffice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So it seems that you either have a problem with your particular SAS installation, or with the data itself.&lt;/P&gt;
&lt;P&gt;Questions to answer:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;on which particular platform is your SAS server installed?&lt;/LI&gt;
&lt;LI&gt;on which particular desktop do you open your files (Windows/Mac/Linux)?&lt;/LI&gt;
&lt;LI&gt;which application is used to open the files (include version/maintenance level)?&lt;/LI&gt;
&lt;LI&gt;and finally we need to see your data; post it as a self-contained DATA step with DATALINES, so we can exactly recreate your dataset in our environments&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 11 Jun 2026 08:54:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-xls-file/m-p/989545#M380212</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-06-11T08:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS installation blocked</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-installation-blocked/m-p/988673#M43911</link>
      <description>&lt;P&gt;For installation issues, it's best to get in touch with SAS technical support.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 15:42:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-installation-blocked/m-p/988673#M43911</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-05-26T15:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: p106a05.sas &amp; PPTX Not Appearing in Output Folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/p106a05-sas-amp-PPTX-Not-Appearing-in-Output-Folder/m-p/988645#M380144</link>
      <description>IF(!) you run this on a UNIX system (e.g. SAS On Demand), then the correct shortcut for your home directory is the tilde (~), not the ampersand (&amp;amp;).</description>
      <pubDate>Sun, 24 May 2026 13:19:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/p106a05-sas-amp-PPTX-Not-Appearing-in-Output-Folder/m-p/988645#M380144</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-05-24T13:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: p106a05.sas &amp; PPTX Not Appearing in Output Folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/p106a05-sas-amp-PPTX-Not-Appearing-in-Output-Folder/m-p/988643#M380142</link>
      <description>Post the complete log of your code by copy/pasting it into a code box, from the ODS POWERPOINT statement to the ODS POWERPOINT CLOSE statement. Do not change or omit anything.</description>
      <pubDate>Sun, 24 May 2026 10:32:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/p106a05-sas-amp-PPTX-Not-Appearing-in-Output-Folder/m-p/988643#M380142</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-05-24T10:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: p106a05.sas &amp; PPTX Not Appearing in Output Folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/p106a05-sas-amp-PPTX-Not-Appearing-in-Output-Folder/m-p/988633#M380134</link>
      <description>&lt;P&gt;SAS Studio uses ODS to fetch output for display in your browser. By issuing your own ODS statements, you&amp;nbsp;&lt;EM&gt;might&lt;/EM&gt; interfere with this. That's what this NOTE tells you.&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2026 16:01:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/p106a05-sas-amp-PPTX-Not-Appearing-in-Output-Folder/m-p/988633#M380134</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-05-23T16:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Radish RCBD Nimesh</title>
      <link>https://communities.sas.com/t5/SAS-Data-AI-Studio/Radish-RCBD-Nimesh/m-p/988187#M11567</link>
      <description>Hi and welcome to the communities!&lt;BR /&gt;&lt;BR /&gt;What is your question?</description>
      <pubDate>Sun, 17 May 2026 07:35:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-AI-Studio/Radish-RCBD-Nimesh/m-p/988187#M11567</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-05-17T07:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming 1: Essentials Lesson 6 Activity p106a02.sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Programming-1-Essentials-Lesson-6-Activity-p106a02-sas/m-p/988169#M380105</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;I tried the code as you wrote it and It worked well except for the error regarding the CSV&amp;nbsp; file:&lt;/P&gt;
&lt;P&gt;ERROR: Physical file does not exist, S:\ \workshop\EPG1V2\data\storm_final.csv.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;When you get an ERROR like this while trying to&amp;nbsp;&lt;EM&gt;create&lt;/EM&gt; a file, you either specified a directory path that does not exist, or where you do not have write permission.&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2026 13:31:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Programming-1-Essentials-Lesson-6-Activity-p106a02-sas/m-p/988169#M380105</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-05-16T13:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming 1: Essentials Lesson 6 Activity p106a02.sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Programming-1-Essentials-Lesson-6-Activity-p106a02-sas/m-p/987927#M380094</link>
      <description>&lt;P&gt;I combined your posts, as they deal with the same issue: a non-existent macro variable.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2026 08:06:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Programming-1-Essentials-Lesson-6-Activity-p106a02-sas/m-p/987927#M380094</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-05-14T08:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling Flows in SAS Viya 4</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Scheduling-Flows-in-SAS-Viya-4/m-p/987458#M3087</link>
      <description>Do a Google search for „how to start sas viya job flows from the command line“ and start from there.</description>
      <pubDate>Thu, 07 May 2026 10:19:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Scheduling-Flows-in-SAS-Viya-4/m-p/987458#M3087</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-05-07T10:19:14Z</dc:date>
    </item>
  </channel>
</rss>

