<?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>dmcloughlin Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>dmcloughlin Tracker</description>
    <pubDate>Fri, 22 May 2026 13:20:38 GMT</pubDate>
    <dc:date>2026-05-22T13:20:38Z</dc:date>
    <item>
      <title>Re: %logParse usage</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/logParse-usage/m-p/323697#M21625</link>
      <description>&lt;P&gt;Agreed on the name!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I actually managed to solve this myself earlier but hadnt got around to updating this.&amp;nbsp;I had been trying the full path approach you mentioned below, but discovered that i didnt need the quotes - when i removed these, the code worked fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; - use the full path&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;%logparse(\\serverxx\esa.log, myperfdata);&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 16:23:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/logParse-usage/m-p/323697#M21625</guid>
      <dc:creator>dmcloughlin</dc:creator>
      <dc:date>2017-01-10T16:23:29Z</dc:date>
    </item>
    <item>
      <title>%logParse usage</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/logParse-usage/m-p/323570#M21618</link>
      <description>&lt;P&gt;I am trying to use the logParse Macro, but having some issues being able to reference the logfile which i am redirecting to the server &amp;nbsp;- I have searched the community responses to this, but i cant find anything that solves my issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code I am submitting :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
options fullstimer;

%let files \\serverxx ;
%let logParse = \logparse.sas;
%let passInfo = \passinfo.sas;

%include "&amp;amp;files.&amp;amp;passInfo";
%passInfo;
 

filename  logfile "\\serverxx\esa.log" ;

proc printto log= logfile  ; 
run; 

 
data esa;
	set benefit.esa_history (where=(date_data_Extract &amp;gt; "01dec2016"d));
run;

%include "&amp;amp;files.&amp;amp;logParse";
%logparse(logfile , myperfdata);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When i submit this and call the %logparse file - i dont seem to be able to be passing the correct reference to the log - i am using the filename in this instance, but have also tried the full path and other options to no avail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On submitting the code above - i recieve the following message in the log which appears to suggest SAS is looking in the default SASAPP folder?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
NOTE: Variable abovemem is uninitialized.
ERROR: Physical file does not exist, C:\SAS\Config\Lev1\SASApp\logfile.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate any thoughts / advice on how to solve this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 11:02:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/logParse-usage/m-p/323570#M21618</guid>
      <dc:creator>dmcloughlin</dc:creator>
      <dc:date>2017-01-10T11:02:38Z</dc:date>
    </item>
    <item>
      <title>Visual Statistics - options in decision tree</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Statistics-options-in-decision-tree/m-p/207681#M2009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was building a decision tree in VS today, and was pulling my hair out trying to get a way of being able to zoom in on the decision tree - having extended my desktop onto my 2nd screen at home, I can see the issue:&amp;nbsp; The show diagnostic plots and show tree overview (which appears to be the only way i can access the ability to zoom into the tree?) - are excluded from view on the smaller screen - there is no scroll bar option to reveal them - does anyone know of another way of accessing these check boxes other than through the properties pane?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not a great screenshot - but you can see that in the smaller screen - these two options are missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="VA.png" class="jive-image-thumbnail jive-image" height="383" src="https://communities.sas.com/legacyfs/online/10235_VA.png" style="height: 382.594392523365px; width: 1163px;" width="1163" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 21:37:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Statistics-options-in-decision-tree/m-p/207681#M2009</guid>
      <dc:creator>dmcloughlin</dc:creator>
      <dc:date>2015-04-30T21:37:35Z</dc:date>
    </item>
    <item>
      <title>Visual Statistics - Generating Cluster ID - viewing in VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Statistics-Generating-Cluster-ID-viewing-in-VA/m-p/200490#M1727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am generating a cluster ID variable using the k-means clustering capability within VS - I would then like to view this field, but need to go back to VA to do this.&amp;nbsp; The only option I can see to do this is by going to file, extended features and then going to view data in VA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i do this, I lose the Cluster ID created in VS, so the only way I can get the value at present is by exporting the model code and applying to the same underpinning SAS dataset and doing some analysis in EG.&amp;nbsp; Is this likely to be a permissions issue, or is it not possible to bring the data back into VA from VS?&amp;nbsp;&amp;nbsp;&amp;nbsp; I am guessing I dont have write access within VS, but not sure how to check.... no log etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS I am working on a demo environment with no access to MC to check user permissions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 21:41:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Statistics-Generating-Cluster-ID-viewing-in-VA/m-p/200490#M1727</guid>
      <dc:creator>dmcloughlin</dc:creator>
      <dc:date>2015-04-20T21:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: New SAS Visual Analytics 7.1 certification - do you plan to do it?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/New-SAS-Visual-Analytics-7-1-certification-do-you-plan-to-do-it/m-p/162024#M845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just been accepted to do this - not sure about exam preparation - any tips!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any example questions available?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 20:50:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/New-SAS-Visual-Analytics-7-1-certification-do-you-plan-to-do-it/m-p/162024#M845</guid>
      <dc:creator>dmcloughlin</dc:creator>
      <dc:date>2015-03-12T20:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Period calculations in VA using Financial Year</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Period-calculations-in-VA-using-Financial-Year/m-p/135273#M16</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this Peter - I had considered this - and this is useful thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that its safe enough to say that it is not possible to use the period calculations with a financial year at present - perhaps this is something that SAS can look at developing for future iterations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 12:41:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Period-calculations-in-VA-using-Financial-Year/m-p/135273#M16</guid>
      <dc:creator>dmcloughlin</dc:creator>
      <dc:date>2014-03-10T12:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Period calculations in VA using Financial Year</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Period-calculations-in-VA-using-Financial-Year/m-p/135271#M14</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I have seen the documentation, and used the functionality with standard years and months - but the issue is that I need to define the financial year as a date field&amp;nbsp; - I was wondering if there is a workaround that anyone has used or come across.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 21:51:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Period-calculations-in-VA-using-Financial-Year/m-p/135271#M14</guid>
      <dc:creator>dmcloughlin</dc:creator>
      <dc:date>2014-03-06T21:51:20Z</dc:date>
    </item>
    <item>
      <title>Period calculations in VA using Financial Year</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Period-calculations-in-VA-using-Financial-Year/m-p/135269#M12</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently on client site in UK where the company operates in financial years which are between April and March - ie we are currently in FY13/14.&amp;nbsp; I am currently summarising datasets in EG using a character field which I have created in the format using intnx&amp;nbsp; (FY2013_14) - I am trying to introduce VA, but would require the ability to use the period calculations on financial years.&amp;nbsp; It appears that the period calculations require date format - does anyone have any suggestions on how to achieve this? Someone has suggested a custom format - but not sure how that would work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg - I am looking to do something like this, where "%Movement" uses the period calculations:&lt;/P&gt;&lt;P&gt; %&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Expenditure&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;% Movement&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;FY2008_09&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;£100,000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;FY2009_10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;£110,000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10.0%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;FY2010_11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;£120,000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9.1%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Damian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:53:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Period-calculations-in-VA-using-Financial-Year/m-p/135269#M12</guid>
      <dc:creator>dmcloughlin</dc:creator>
      <dc:date>2014-03-06T14:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using Period to Date Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/Using-Period-to-Date-Calculations/tac-p/221073#M705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI - was wondering if anyone has a way of using the period calculations with a financial year field - or can think of a workaround? on site at an org who use financal years - so need to be able to calculate differences across these as opposed to years. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 21:32:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/Using-Period-to-Date-Calculations/tac-p/221073#M705</guid>
      <dc:creator>dmcloughlin</dc:creator>
      <dc:date>2014-03-05T21:32:25Z</dc:date>
    </item>
  </channel>
</rss>

