<?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>baertman Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>baertman Tracker</description>
    <pubDate>Tue, 21 Apr 2026 13:46:27 GMT</pubDate>
    <dc:date>2026-04-21T13:46:27Z</dc:date>
    <item>
      <title>Looking for feedback using SIGRID CI with SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-feedback-using-SIGRID-CI-with-SAS/m-p/841285#M332642</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for some feedback about using SIGRID CI (&lt;A href="https://www.softwareimprovementgroup.com/solutions/sigrid-software-assurance-platform/" target="_blank"&gt;https://www.softwareimprovementgroup.com/solutions/sigrid-software-assurance-platform/&lt;/A&gt;) for performing quality assurance checks on SAS code.&lt;/P&gt;&lt;P&gt;What do you think about the tool ?&lt;/P&gt;&lt;P&gt;Does it suit to SAS development, especially in Data Warehousing ?&lt;/P&gt;&lt;P&gt;Pros-cons ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks beforehand.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 11:21:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-feedback-using-SIGRID-CI-with-SAS/m-p/841285#M332642</guid>
      <dc:creator>baertman</dc:creator>
      <dc:date>2022-10-28T11:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Git checkout onto a branch from origin does not work.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Git-checkout-onto-a-branch-from-origin-does-not-work/m-p/834078#M329760</link>
      <description>&lt;P&gt;well, I found a workaround but do not find it a suitable solution at long term.&lt;/P&gt;&lt;P&gt;Once I've cloned the repository, I am copying the ref from remotes/origin to heads within the local git metadata:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;filename frefin&amp;nbsp; "&amp;amp;path.\.git\refs\remotes\origin\&amp;amp;targetBranch";
filename frefout "&amp;amp;path.\.git\refs\heads\&amp;amp;targetBranch";

data _null_ ;
&amp;nbsp; &amp;nbsp; &amp;nbsp;rc = fcopy('frefin', 'frefout');
&amp;nbsp; &amp;nbsp; &amp;nbsp;msg = sysmsg();
&amp;nbsp; &amp;nbsp; &amp;nbsp;put rc= msg=;
run;&lt;/PRE&gt;&lt;P&gt;and then successfully checking out the &amp;amp;targetBranch.:&lt;/P&gt;&lt;PRE&gt;data _null_;
&amp;nbsp; &amp;nbsp; &amp;nbsp;rc = git_branch_chkout("&amp;amp;path.", "&amp;amp;targetBranch.");
&amp;nbsp; &amp;nbsp; &amp;nbsp;put rc = ;
run;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Sep 2022 12:31:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Git-checkout-onto-a-branch-from-origin-does-not-work/m-p/834078#M329760</guid>
      <dc:creator>baertman</dc:creator>
      <dc:date>2022-09-19T12:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Git checkout onto a branch from origin does not work.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Git-checkout-onto-a-branch-from-origin-does-not-work/m-p/834070#M329754</link>
      <description>&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently facing exactly the same issue.&lt;/P&gt;&lt;P&gt;As you posted quite a long time ago and there seems to have been no answer, I am wondering whether you solve it ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;Etienne&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 12:09:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Git-checkout-onto-a-branch-from-origin-does-not-work/m-p/834070#M329754</guid>
      <dc:creator>baertman</dc:creator>
      <dc:date>2022-09-19T12:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic list prompts - not populated</title>
      <link>https://communities.sas.com/t5/Developers/Dynamic-list-prompts-not-populated/m-p/360709#M5383</link>
      <description>&lt;P&gt;Hi, I recently had an issue with a dynamic list prompt that looks similar to yours. Prompt values were correctly displayed when testing it via the Stored Process Properties window... but no values were displayed for the prompt when calling the Stored Process from Excel. The only thing I pointed out was that the name of the Physical Table used as Data source for the prompt wasn't the same as the name of its definition in the metadata (which normally shouldn't be a problem). I did update the properties to have the same name at all levels and it worked!&lt;/P&gt;&lt;P&gt;Hope it may help you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 12:42:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Dynamic-list-prompts-not-populated/m-p/360709#M5383</guid>
      <dc:creator>baertman</dc:creator>
      <dc:date>2017-05-23T12:42:31Z</dc:date>
    </item>
  </channel>
</rss>

