<?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>topic Re: Display Last Login date in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-Last-Login-date/m-p/310036#M20913</link>
    <description>&lt;P&gt;What if you were to write a simple non-SAS program that does what you need, and then this program calls EG?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
    <pubDate>Tue, 08 Nov 2016 12:21:02 GMT</pubDate>
    <dc:creator>TomKari</dc:creator>
    <dc:date>2016-11-08T12:21:02Z</dc:date>
    <item>
      <title>Display Last Login date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-Last-Login-date/m-p/309861#M20886</link>
      <description>&lt;P&gt;I have the following task: When a user opens the Enterprise Guide from the local machine, a pop up message must be display with a message like : 'Welcome USER -your last login date : 6 October 2016'&lt;/P&gt;
&lt;P&gt;Now, I'm facing with two problem:&lt;/P&gt;
&lt;P&gt;1. how and what do I need to set up o for each user that connects to Enterprise Guide to dispay a personalize message when the application is open (server is connected). I have tried the command %put &amp;amp;userid in autoexec, but no effect.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;2. I set up an appender so I can collect the information about the last login date into a log file, but when I try to read the data from the log, i have the message :' ERROR: A lock is not available for ...'.&lt;/P&gt;
&lt;P&gt;Can you please help me with some suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 21:05:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-Last-Login-date/m-p/309861#M20886</guid>
      <dc:creator>felyp222</dc:creator>
      <dc:date>2016-11-07T21:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Login date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-Last-Login-date/m-p/309866#M20887</link>
      <description>&lt;P&gt;You could probably have a custom task to do something like this...but I'm not sure if the customer experience will be super smooth.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's &lt;A href="http://blogs.sas.com/content/sasdummy/2013/10/08/process-interruptus-a-custom-task-to-pause-your-process-flow/" target="_self"&gt;an example of a similar, but different, task.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 21:05:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-Last-Login-date/m-p/309866#M20887</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-11-07T21:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Login date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-Last-Login-date/m-p/310033#M20911</link>
      <description>&lt;P&gt;Thank you very much for your response. It is a very interesting task, and I like the solution.&lt;/P&gt;&lt;P&gt;For my task I will need to find a way so the user must be informed about the last date when was logged on.&lt;/P&gt;&lt;P&gt;In Option- I saw an options in SAS Programs&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Submit SAS code when server is connected&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I write a simple&amp;nbsp;%put User-ID: &amp;amp;sysuserid; but did not see anything when I opend EG.&lt;/P&gt;&lt;P&gt;Do you have any idee if and how can I use this option for what I need?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 11:58:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-Last-Login-date/m-p/310033#M20911</guid>
      <dc:creator>felyp222</dc:creator>
      <dc:date>2016-11-08T11:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Login date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-Last-Login-date/m-p/310036#M20913</link>
      <description>&lt;P&gt;What if you were to write a simple non-SAS program that does what you need, and then this program calls EG?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 12:21:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-Last-Login-date/m-p/310036#M20913</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-11-08T12:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Login date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-Last-Login-date/m-p/310038#M20915</link>
      <description>&lt;P&gt;Thank you &amp;nbsp;Tom &lt;SPAN class="login-bold"&gt;, &amp;nbsp;what I need is to inform the user about the last login date when opens Sas Enterprise Guide .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Some how a message must be displayed when EG is open&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 12:30:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-Last-Login-date/m-p/310038#M20915</guid>
      <dc:creator>felyp222</dc:creator>
      <dc:date>2016-11-08T12:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Display Last Login date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-Last-Login-date/m-p/310052#M20919</link>
      <description>&lt;P&gt;Yes, what I'm suggesting is write a quick program that:&lt;/P&gt;
&lt;P&gt;1. Checks if there's a previous date stashed&lt;/P&gt;
&lt;P&gt;2. If there is, displays a message with that date&lt;/P&gt;
&lt;P&gt;3. Updates that date by stashing the current date&lt;/P&gt;
&lt;P&gt;4. Proceeds to call EG&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Very kludgy, but I can't thing of anything else.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 13:20:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-Last-Login-date/m-p/310052#M20919</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-11-08T13:20:29Z</dc:date>
    </item>
  </channel>
</rss>

