<?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>Fri, 15 May 2026 18:09:40 GMT</pubDate>
    <dc:date>2026-05-15T18:09:40Z</dc:date>
    <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>
    <item>
      <title>Re: Need help with first.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-with-first/m-p/987005#M380020</link>
      <description>&lt;P&gt;If all your combinations of&lt;/P&gt;
&lt;PRE&gt;studyid site subjid&lt;/PRE&gt;
&lt;P&gt;are unique, then&lt;/P&gt;
&lt;PRE&gt;first.subjid&lt;/PRE&gt;
&lt;P&gt;will always be true, and the whole condition always false. Your empty result dataset proves that all combinations are unique and you have no duplicates.&lt;/P&gt;
&lt;P&gt;Multiple entries for a given subjid are obviously contained in different studies/sites.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 08:30:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-with-first/m-p/987005#M380020</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-04-30T08:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to change the variable format during a proc import</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-change-the-variable-format-during-a-proc-import/m-p/986920#M46480</link>
      <description>When reading text files, don‘t waste your time with PROC IMPORT. Write the DATA step yourself, according to the documentation of the file.&lt;BR /&gt;You‘ll get much cleaner and easier to maintain code, and have the full flexibility if DATA step coding at your hand.&lt;BR /&gt;The accepted solution will make it impossible to correctly read numeric values, including dates and times.</description>
      <pubDate>Tue, 28 Apr 2026 18:09:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-change-the-variable-format-during-a-proc-import/m-p/986920#M46480</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-04-28T18:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Instructions for SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Setup-Instructions-for-SAS-Enterprise-Guide/m-p/986702#M2836</link>
      <description>Run a Google search for „how is enterprise guide for sas on demand installed?" and see if the AI result is what you need.</description>
      <pubDate>Thu, 23 Apr 2026 06:14:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Setup-Instructions-for-SAS-Enterprise-Guide/m-p/986702#M2836</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-04-23T06:14:16Z</dc:date>
    </item>
    <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/986400#M379920</link>
      <description>&lt;P&gt;When SAS tells you that the variable types don't match, then&amp;nbsp;&lt;STRONG&gt;they do not match, period&lt;/STRONG&gt;..&lt;/P&gt;
&lt;P&gt;Run PROC CONTENTS to see where the issue is..&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 19:10:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-All-variables-in-array-list-must-be-the-same-type/m-p/986400#M379920</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-04-15T19:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: import XPT file into SAS OnDemand Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/import-XPT-file-into-SAS-OnDemand-Studio/m-p/986322#M11560</link>
      <description>&lt;P&gt;The usual mistake that causes the "physical file does not exist" message comes from trying to read a local (residing on your PC) file in the remote (running on a server) SAS session. You must upload the file to the On Demand server first (Studio can do this) and then use the path on the server in your code. You can get the complete path through the properties of the file by right-clicking on it in the file navigation tab of SAS Studio.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 06:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/import-XPT-file-into-SAS-OnDemand-Studio/m-p/986322#M11560</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-04-14T06:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to determine of a SAS programming running (in EG) or has crashed or?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986202#M46471</link>
      <description>ls is for listing files (similar to dir in Windows/DOS); ps is for listing processes.</description>
      <pubDate>Sun, 12 Apr 2026 06:59:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986202#M46471</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-04-12T06:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to determine of a SAS programming running (in EG) or has crashed or?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986201#M46470</link>
      <description>You can log on to the server‘s commandline and use the ps command (or the Windows equivalent) to display the process status; by filtering for your username you can find your SAS session.&lt;BR /&gt;As admin, I provided a web page which ran such a command and displayed the top 10 processes in terms of CPU consumption, so it was easier for the SAS users to see if they had accidentally created a runaway process.</description>
      <pubDate>Sun, 12 Apr 2026 06:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986201#M46470</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-04-12T06:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can SAS Web Application users be tracked on a SAS Linux platform?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-SAS-Web-Application-users-be-tracked-on-a-SAS-Linux/m-p/986150#M30774</link>
      <description>&lt;P&gt;&lt;EM&gt;How&lt;/EM&gt; users authenticate is configured in the metadata server through the authentication domain(s). The default authentication domain is usually configured to check against the underlying operating system's authentication system. When users are configured to such an AD, SAS user == OS user. Different AD's can use other sources, e.g. LDAP-based.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;When&lt;/EM&gt; users authenticate to a SAS service is recorded in the metadata server logs.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 12:28:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-SAS-Web-Application-users-be-tracked-on-a-SAS-Linux/m-p/986150#M30774</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-04-09T12:28:08Z</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/986072#M43797</link>
      <description>&lt;P&gt;You write that you want to flag whole ID's, but then you have the flags set only for particular observations&amp;nbsp;&lt;EM&gt;within an ID&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;Please describe in detail for every observation in your result dataset why the flag is set as it is.&lt;/P&gt;
&lt;P&gt;Post this in a new answer,&amp;nbsp;&lt;STRONG&gt;do not modify your original post!&lt;/STRONG&gt; This is needed so it's easier to follow the flow of discussion.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 13:10:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Apply-quot-at-least-quot-condition-in-data-step/m-p/986072#M43797</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-04-07T13:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Import Data from Excel - DateTime column has mixed values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Data-from-Excel-DateTime-column-has-mixed-values/m-p/986052#M379898</link>
      <description>&lt;P&gt;Using File - Save as in Excel with CSV as target does&amp;nbsp;&lt;STRONG&gt;NOT&lt;/STRONG&gt; modify the source file in any way.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 19:23:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Data-from-Excel-DateTime-column-has-mixed-values/m-p/986052#M379898</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-04-06T19:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Import Data from Excel - DateTime column has mixed values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Data-from-Excel-DateTime-column-has-mixed-values/m-p/985960#M379886</link>
      <description>&lt;P&gt;Save to a CSV file and read that with a DATA step. Both the "real" and character datetime values will appear in the same format, so you can read them with the E8601DT informat.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Disclaimer: I tested the "save to csv" with LibreOffice on a Mac, but I sincerely hope MS Excel will do the same.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Apr 2026 10:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Data-from-Excel-DateTime-column-has-mixed-values/m-p/985960#M379886</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-04-04T10:13:19Z</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/985725#M11550</link>
      <description>&lt;P&gt;With SAS On Demand, the actual SAS process (which you access through the SAS Studio web application) runs on a Linux-based cloud server. You must use UNIX-style syntax for file and path names. UNIX does not have drive letters, but a single directory tree which starts at "root", symbolized by a slash. You "own" your home directory, and the system provides a shortcut to it, symbolized by a tilde. So if you created a directory/folder called mydata in your home folder in the Studio navigation tab, in your code you would use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mydata "~/mydata";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Also note that UNIX operating systems are case sensitive, mydata and Mydata would be different objects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the future, &lt;U&gt;&lt;STRONG&gt;always&lt;/STRONG&gt;&lt;/U&gt; post the complete log of code that fails by copy/pasting the text into a window opened with this button:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54552i914D97BE1B0F21E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The log is our primary diagnostic tool, see Maxim 2.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 19:22:38 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/985725#M11550</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-03-31T19:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Program Summary Issues</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Program-Summary-Issues/m-p/985666#M2828</link>
      <description>Which browser do you use? Safari does not completely support SAS Studio, Chrome is the better choice.</description>
      <pubDate>Tue, 31 Mar 2026 06:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Program-Summary-Issues/m-p/985666#M2828</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-03-31T06:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: I'm trying to get BRFSS data into SAS. When I try to import , it says data is invalid</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/I-m-trying-to-get-BRFSS-data-into-SAS-When-I-try-to-import-it/m-p/985633#M2821</link>
      <description>Files in a ZIP archive need a two-step approach:&lt;BR /&gt;first, define a FILENAME for the ZIP file&lt;BR /&gt;then, in the DATA step you write to read the data, use the file reference and the name of the contained file as a member (see documentation of the INFILE statement)</description>
      <pubDate>Mon, 30 Mar 2026 15:15:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/I-m-trying-to-get-BRFSS-data-into-SAS-When-I-try-to-import-it/m-p/985633#M2821</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-03-30T15:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS SNOWFLAKE LIBNAME</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-SNOWFLAKE-LIBNAME/m-p/985589#M379871</link>
      <description>Since SAS/ACCESS modules for relational databases make use of the native clients which have to be installed and configured on the SAS server, the SAS admins need to do this in cooperation with the DB admins. After they have done this, they can tell you which credentials to use.</description>
      <pubDate>Sun, 29 Mar 2026 11:31:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-SNOWFLAKE-LIBNAME/m-p/985589#M379871</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-03-29T11:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Code to Download a File from SAS Studio (Viya)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Code-to-Download-a-File-from-SAS-Studio-Viya/m-p/985481#M379857</link>
      <description>You need to set up storage that is accessible from your SAS server (e.g. through SSH or WEBDAV). Then a SAS program can write there.</description>
      <pubDate>Fri, 27 Mar 2026 12:36:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Code-to-Download-a-File-from-SAS-Studio-Viya/m-p/985481#M379857</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-03-27T12:36:16Z</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/985381#M379833</link>
      <description>&lt;P&gt;The macro code (%SYSFUNC) is resolved&amp;nbsp;&lt;U&gt;before&lt;/U&gt; the DATA step is even compiled, much less executed. Therefore you cannot use DATA step variable values there.&lt;/P&gt;
&lt;P&gt;Please describe in detail what you want to achieve, including the data that shall drive the code.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 22:45:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-REPEAT-function-to-calculate-IRR/m-p/985381#M379833</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-03-25T22:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Code to Download a File from SAS Studio (Viya)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Code-to-Download-a-File-from-SAS-Studio-Viya/m-p/985304#M379813</link>
      <description>&lt;P&gt;Please define "simple script". Shell script, SAS program, something else? Which client and server platform?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 22:24:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Code-to-Download-a-File-from-SAS-Studio-Viya/m-p/985304#M379813</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-03-24T22:24:17Z</dc:date>
    </item>
  </channel>
</rss>

