<?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>SASKiwi Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>SASKiwi Tracker</description>
    <pubDate>Fri, 22 May 2026 22:20:17 GMT</pubDate>
    <dc:date>2026-05-22T22:20:17Z</dc:date>
    <item>
      <title>Re: SAS VA 9.4 M8 &gt; M9 update fail</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-9-4-M8-gt-M9-update-fail/m-p/988414#M18974</link>
      <description>&lt;P&gt;For this type of problem when there is no obvious evidence of the cause, then a good starting point for a Windows SAS installation would be to check if all SAS services are running on all servers in the installation. If any are not running, then trying a manual start would be the next step. If you are a SAS administrator then these steps should be familiar to you. If not then talk to your SAS administrator to find out what troubleshooting has been done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also follow&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/151645"&gt;@JOL&lt;/a&gt;&amp;nbsp;'s recommendation.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2026 20:03:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-9-4-M8-gt-M9-update-fail/m-p/988414#M18974</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-05-20T20:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS to Snowflake data load using Key Pair</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-to-Snowflake-data-load-using-Key-Pair/m-p/987832#M380084</link>
      <description>&lt;P&gt;If you use a DATA step with Snowflake then the database, and schema must be defined in the LIBNAME statement. You can only use a LIBREF and a table name in the DATA statement like in the example I posted.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 21:29:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-to-Snowflake-data-load-using-Key-Pair/m-p/987832#M380084</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-05-12T21:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS to Snowflake data load using Key Pair</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-to-Snowflake-data-load-using-Key-Pair/m-p/987819#M380082</link>
      <description>&lt;P&gt;PERM is the only LIBREF you have defined for Snowflake. If you want to read a SAS table and write it to Snowflake in a DATA step the syntax should look like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data perm.cars;
    set sashelp.cars;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 May 2026 20:15:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-to-Snowflake-data-load-using-Key-Pair/m-p/987819#M380082</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-05-12T20:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with SAS VIYA caslib to Amazon Redshift -</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Issues-with-SAS-VIYA-caslib-to-Amazon-Redshift/m-p/987447#M3085</link>
      <description>&lt;P&gt;Does the Redshift connection work OK in a DATA step or PROC SQL query? If not then I would suspect the problem is with the Redshift connection. If yes then I would suspect there is an issue on the CAS side.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 20:14:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Issues-with-SAS-VIYA-caslib-to-Amazon-Redshift/m-p/987447#M3085</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-05-06T20:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Unicode from Snowflake into SAS via ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-Unicode-from-Snowflake-into-SAS-via-ODBC/m-p/986860#M379998</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18182"&gt;@AndrewZ&lt;/a&gt;&amp;nbsp; - This is indeed the Snowflake driver used for the SAS/Access Interface to Snowflake. It should have posted this link:&amp;nbsp;&lt;A href="https://tshf.sas.com/techsup/download/hotfix/HF2/M3H.html#M3H004" target="_blank"&gt;https://tshf.sas.com/techsup/download/hotfix/HF2/M3H.html#M3H004&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2026 23:59:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-Unicode-from-Snowflake-into-SAS-via-ODBC/m-p/986860#M379998</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-04-27T23:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Unicode from Snowflake into SAS via ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-Unicode-from-Snowflake-into-SAS-via-ODBC/m-p/986856#M379996</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18182"&gt;@AndrewZ&lt;/a&gt;&amp;nbsp;- SAS have just released a new version of the SAS Snowflake ODBC driver for which there is a &lt;A href="https://tshf.sas.com/techsup/download/hotfix/HF2/M3H.html#M3H004" target="_blank" rel="noopener"&gt;hot fix&lt;/A&gt; available. The previous SAS-supplied driver is no longer supported by Snowflake so it might be worthwhile testing this fix.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2026 21:33:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-Unicode-from-Snowflake-into-SAS-via-ODBC/m-p/986856#M379996</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-04-27T21:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk loading</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Bulk-loading/m-p/986471#M30790</link>
      <description>&lt;P&gt;You should also try setting the INSERTBUFF option as the default value is not optimal. Try INSERTBUFF = 10000 as a starting point but feel free to experiment with higher or lower values.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 20:09:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Bulk-loading/m-p/986471#M30790</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-04-16T20:09:22Z</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/986209#M46474</link>
      <description>&lt;P&gt;Please note that when using a remote SAS server it can be quite normal to have large variations in run time with the same program and data. This is because you are sharing the server with other users and if it is heavily loaded then program run times can take a lot longer than usual. The way you are monitoring the size of your lck SAS files is a good one.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 20:25:28 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/986209#M46474</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-04-12T20:25:28Z</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/986132#M30772</link>
      <description>&lt;P&gt;A starting point to tracking user activity in SAS installations is to implement SAS's APM functionality. Here is a useful link for this:&amp;nbsp;&lt;A href="https://support.sas.com/kb/68/709.html" target="_blank"&gt;https://support.sas.com/kb/68/709.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should also search the &lt;A href="https://documentation.sas.com/doc/en/helpcenterwlcm/1.0/home.htm" target="_blank" rel="noopener"&gt;SAS documentation&lt;/A&gt; for APM to learn more.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 20:18:03 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/986132#M30772</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-04-08T20:18:03Z</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/985655#M379877</link>
      <description>&lt;P&gt;Does this help? -&amp;nbsp;&lt;A href="https://community.snowflake.com/s/article/ODBC-connectivity-to-snowflake-fails-with-error-Marshaling-private-key-failed-when-using-Key-Pair-Authentication" target="_blank"&gt;https://community.snowflake.com/s/article/ODBC-connectivity-to-snowflake-fails-with-error-Marshaling-private-key-failed-when-using-Key-Pair-Authentication&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 21:58:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-SNOWFLAKE-LIBNAME/m-p/985655#M379877</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-03-30T21:58:00Z</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/985588#M379870</link>
      <description>&lt;P&gt;Is your SAS Viya environment already configured and working with Snowflake? If it is then tweaking it for a different database and/or authentication method shouldn't be too difficult. If it isn't then authentication is just one of many things that will need to be configured, including Viya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What authentication method you use will most likely be dictated by what your Snowflake administrators have allowed. I suggest you consult with them if you haven't already.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Mar 2026 21:13:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-SNOWFLAKE-LIBNAME/m-p/985588#M379870</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-03-28T21:13:23Z</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/985291#M379809</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;has already stated, just a script wont work unless your administrators set up a network folder share that is accessible from your SAS server. Once that is done SAS code can be run on Viya 4 that will write to the share. PROC EXPORT would be one option to write SAS data to an Excel spreadsheet or a CSV file.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 19:10:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Code-to-Download-a-File-from-SAS-Studio-Viya/m-p/985291#M379809</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-03-24T19:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VIYA - where to start?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-VIYA-where-to-start/m-p/985209#M3045</link>
      <description>&lt;P&gt;I suggest you explore creating a Viya Visual Analytics dashboard to track metrics from your monthly data feeds. Seeing your data graphically often shows up issues that otherwise would not be obvious. You can start to get ideas for a dashboard from the&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Visual-Analytics-Gallery/tkb-p/vagallery" target="_blank" rel="noopener"&gt;Viya Visual Analytics Gallery&lt;/A&gt;. It doesn't have to be as fancy as many of these. Start simple and go from there.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 23:57:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-VIYA-where-to-start/m-p/985209#M3045</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-03-23T23:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization errors  post Integrated Windows Authentication</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Authorization-errors-post-Integrated-Windows-Authentication/m-p/985098#M30754</link>
      <description>&lt;P&gt;What SAS user interface is used here? If it is Enterprise Guide, then change your EG server connection to not use IWA (just Windows account and password) and test the same LIBNAME again. If this works then the problem is with IWA and SPNs for the storage being accessed. If it doesn't work then the problem is with the Windows account permissions on the folders in the LIBNAME and has nothing to do with IWA.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2026 05:26:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Authorization-errors-post-Integrated-Windows-Authentication/m-p/985098#M30754</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-03-22T05:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide Error Message</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Message-when-querying-Snowflake/m-p/985083#M46455</link>
      <description>&lt;P&gt;Looks like you are reading all columns from your Snowflake table CLD95_TRANSACTION_MM. How many columns are there? If suggest you try just extracting one column from the table as a test. Do you get the same error? If not try adding columns one at a time until you identify the column giving the error.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 22:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Message-when-querying-Snowflake/m-p/985083#M46455</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-03-20T22:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Exploring SAS Programming Interfaces Q&amp;A, Slides, and On-Demand Recording</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Exploring-SAS-Programming-Interfaces-Q-amp-A-Slides-and-On/tac-p/984989#M615</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/464467"&gt;@LukeDalton&lt;/a&gt;&amp;nbsp;- We use full folder paths for our Git repository directories by creating a macro variable that points to the required repo's root directory, then use that macro variable in all subfolder path definitions. Changing to a different repo is as easy as changing the root directory macro variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We find that works reliably and transparently for us as long as you are disciplined about using that macro variable. The problem with relative paths is where is the starting directory? If could be a user directory or it could be the folder where your SAS executable is depending on how your SAS installation is configured.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 00:23:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Exploring-SAS-Programming-Interfaces-Q-amp-A-Slides-and-On/tac-p/984989#M615</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-03-19T00:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG needs a function to display the log AND automatically save it</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-needs-a-function-to-display-the-log-AND-automatically/m-p/984689#M46444</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/43822"&gt;@Wolverine&lt;/a&gt;&amp;nbsp;- I get the impression you are using EG for both running Production jobs where you want to keep SAS logs and also for program development and analytics. If this is the case then an alternative approach could be to move the running of your Production jobs to SAS Management Console. Not only can they be automated with Schedule Manager, SAS logs are produced and saved automatically. Not only that you can trigger automatic emails if the jobs fail so you only need to look at SAS logs if you get an email. We use this approach and it works a treat.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 19:07:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-needs-a-function-to-display-the-log-AND-automatically/m-p/984689#M46444</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-03-12T19:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Migration- SAS 9.4 to SAS Viya - Spk file export</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Migration-SAS-9-4-to-SAS-Viya-Spk-file-export/m-p/984443#M30726</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1155"&gt;@Somu&lt;/a&gt;&amp;nbsp;- Thanks for sharing more details of your migration practices. Of course there are many ways of dealing with this depending on your business requirements and IT infrastructure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In our case it is essential to be able to run the same applications in both our source and target installations in parallel and to check that we get the same results, right down to key datasets being identical or not materially different. That's why we have near real time data transfers and code synchronization.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2026 02:27:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Migration-SAS-9-4-to-SAS-Viya-Spk-file-export/m-p/984443#M30726</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-03-07T02:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Efficiency Matters: Compressing SAS Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/Efficiency-Matters-Compressing-SAS-Datasets/tac-p/984176#M11587</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/322058"&gt;@touwen_k&lt;/a&gt;&amp;nbsp; - Run some tests on your typical datasets using both CHAR and BINARY and compare the compression percentage. Go with the one that provides the highest compression. Compression works in Viya.&lt;/P&gt;
&lt;DIV id="tinyMceEditorSASKiwi_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="tinyMceEditorSASKiwi_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Feb 2026 20:17:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/Efficiency-Matters-Compressing-SAS-Datasets/tac-p/984176#M11587</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-02-26T20:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Importing csv file results in bizarre results in character string.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-csv-file-results-in-bizarre-results-in-character/m-p/983929#M379617</link>
      <description>&lt;P&gt;Did you save it as a UTF-8 CSV to begin with?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-02-24 125113.jpg" style="width: 683px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/113328i2DD7C5506601FDCB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-02-24 125113.jpg" alt="Screenshot 2026-02-24 125113.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditorSASKiwi_2" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;Otherwise using the ENCODING option is unlikely to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 23:55:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-csv-file-results-in-bizarre-results-in-character/m-p/983929#M379617</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-02-23T23:55:10Z</dc:date>
    </item>
  </channel>
</rss>

