<?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: How to check if a SAS module is being used? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511266#M14902</link>
    <description>&lt;P&gt;Thanks - I wasn't aware of PROC PRODUCT_STATUS, but already have this information from the ViewRegistry utility.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know what's installed &amp;amp; when the license expires.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I'm trying to ascertain is if a module has been used/required, and by who?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, does someone use:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SAS/STAT to run PROC SURVEYSELECT&lt;/LI&gt;
&lt;LI&gt;SAS/Access to ODBC&lt;/LI&gt;
&lt;LI&gt;etc.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Nov 2018 03:04:39 GMT</pubDate>
    <dc:creator>AndrewHowell</dc:creator>
    <dc:date>2018-11-08T03:04:39Z</dc:date>
    <item>
      <title>How to check if a SAS module is being used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511254#M14898</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Question: how to tell if particular SAS components (e.g, SAS/ETS, SAS/Access to ODBC, etc) are being used, and by who?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reason: We have a challenge in how to split out our current SAS 9.4 M4 platform - we're aiming to de-centralise away from shared "on-premise" infrastructure to segregated "cloud" platforms.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So we'd like to know which users/groups (if any) have been using certain SAS modules - various SAS/Access engines in particular, to know which ones to split to which cloud platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But a broader question applies which I thought worth asking: there are utilities to check (a) what is installed, and (b) what is licensed, but what about (c) is it being used? Is there a way beyond trawling through logs (which may not even have the right logging level set)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Andrew.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 01:48:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511254#M14898</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2018-11-08T01:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a SAS module is being used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511256#M14899</link>
      <description>&lt;P&gt;try this&lt;/P&gt;
&lt;P&gt;proc product_status;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 01:55:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511256#M14899</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2018-11-08T01:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a SAS module is being used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511260#M14900</link>
      <description>&lt;P&gt;We get asked each year when we renew by our IT area and that's how they handle it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think some area's just click everything because they're afraid of losing tools and others actually pay attention.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 02:16:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511260#M14900</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-08T02:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a SAS module is being used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511266#M14902</link>
      <description>&lt;P&gt;Thanks - I wasn't aware of PROC PRODUCT_STATUS, but already have this information from the ViewRegistry utility.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know what's installed &amp;amp; when the license expires.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I'm trying to ascertain is if a module has been used/required, and by who?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, does someone use:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SAS/STAT to run PROC SURVEYSELECT&lt;/LI&gt;
&lt;LI&gt;SAS/Access to ODBC&lt;/LI&gt;
&lt;LI&gt;etc.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 03:04:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511266#M14902</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2018-11-08T03:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a SAS module is being used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511270#M14903</link>
      <description>&lt;P&gt;Hi Andrew,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you’re using SAS Environment Manager the Report Centre May have what you need - there is a Proc Usage report, or perhaps use the stored process code to create a custom report.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?cdcId=evcdc&amp;amp;cdcVersion=2.5_M1&amp;amp;docsetId=evug&amp;amp;docsetTarget=n12v4rjg74mgrhn19m2gg64rerxq.htm&amp;amp;locale=en#n0ms5kizrj5b2qn10sxlswo4xlie" target="_blank"&gt;http://documentation.sas.com/?cdcId=evcdc&amp;amp;cdcVersion=2.5_M1&amp;amp;docsetId=evug&amp;amp;docsetTarget=n12v4rjg74mgrhn19m2gg64rerxq.htm&amp;amp;locale=en#n0ms5kizrj5b2qn10sxlswo4xlie&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 03:59:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511270#M14903</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2018-11-08T03:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a SAS module is being used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511331#M14911</link>
      <description>Good question. If this was my system and it was using Linux I'd probably use a BCC tools based eBPF program to instrument what shared object files are loaded from the $SASROOT/sasexe directory by what users.&lt;BR /&gt;&lt;BR /&gt;Most procedures, access engines etc. have their functionality loaded into the SAS session by loading up a library. e.g sasora is the shared object associated with SAS/ACCESS Interface to Oracle.&lt;BR /&gt;&lt;BR /&gt;Leave the trace running a few days and you'll have a pretty complete list of what features of SAS are being used by what user accounts.</description>
      <pubDate>Thu, 08 Nov 2018 09:34:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511331#M14911</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2018-11-08T09:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a SAS module is being used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511333#M14912</link>
      <description>&lt;P&gt;I've been looking around and neither &lt;A href="https://github.com/iovisor/bcc/blob/master/tools/opensnoop.py" target="_self"&gt;opensnoop in BCC-tools&lt;/A&gt; nor &lt;A href="https://github.com/iovisor/bpftrace/blob/master/tools/opensnoop.bt" target="_self"&gt;opensnoop.bt in bpftrace&lt;/A&gt; can do filtering based on the directory the file was opened from. If I get some time I'll see if I can work this out and send either group a patch if there isn't a tool that does this already.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 09:49:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/511333#M14912</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2018-11-08T09:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a SAS module is being used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/512195#M14951</link>
      <description>&lt;P&gt;You can get this information from /proc/pid/maps for individual pids. It's something we've considered building into &lt;A href="http://boemskats.com/esm" target="_self"&gt;ESM&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check it out:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;nik at apps in /proc/4597
$ &lt;STRONG&gt;sudo cat maps | awk '{print $6;}' | grep SASFoundation | grep .so | sort | uniq&lt;/STRONG&gt;
/pub/sas/SASFoundation/9.4/dbcs/sasexe/sasoda
/pub/sas/SASFoundation/9.4/sasexe/sasjson
/pub/sas/SASFoundation/9.4/sasexe/sasodr
/pub/sas/SASFoundation/9.4/sasexe/sasods
/pub/sas/SASFoundation/9.4/sasexe/sasodsm
/pub/sas/SASFoundation/9.4/sasexe/sasodst
/pub/sas/SASFoundation/9.4/sasexe/sasodtpo
/pub/sas/SASFoundation/9.4/sasexe/sasoevt
/pub/sas/SASFoundation/9.4/sasexe/sasofen
/pub/sas/SASFoundation/9.4/sasexe/sasomip
/pub/sas/SASFoundation/9.4/sasexe/sasoptio
/pub/sas/SASFoundation/9.4/sasexe/sassort
/pub/sas/SASFoundation/9.4/sasexe/saszsort
/pub/sas/SASFoundation/9.4/sasexe/skndns.so
/pub/sas/SASFoundation/9.4/sasexe/t0a0en.so
/pub/sas/SASFoundation/9.4/sasexe/t0a4en.so
/pub/sas/SASFoundation/9.4/sasexe/t0a6de.so
/pub/sas/SASFoundation/9.4/sasexe/t0a6en.so
/pub/sas/SASFoundation/9.4/sasexe/t0a8en.so
/pub/sas/SASFoundation/9.4/sasexe/t0c8en.so
/pub/sas/SASFoundation/9.4/sasexe/t0d2en.so
/pub/sas/SASFoundation/9.4/sasexe/t0l1en.so
/pub/sas/SASFoundation/9.4/sasexe/tk4aboot.so
/pub/sas/SASFoundation/9.4/sasexe/tk4afref.so
/pub/sas/SASFoundation/9.4/sasexe/tk4aiomc.so
/pub/sas/SASFoundation/9.4/sasexe/tk4aiome.so
/pub/sas/SASFoundation/9.4/sasexe/tk4aioms.so
/pub/sas/SASFoundation/9.4/sasexe/tk4aroll.so
/pub/sas/SASFoundation/9.4/sasexe/tk4aunxf.so
/pub/sas/SASFoundation/9.4/sasexe/tkarm.so
/pub/sas/SASFoundation/9.4/sasexe/tkautop.so
/pub/sas/SASFoundation/9.4/sasexe/tkcacr.so
/pub/sas/SASFoundation/9.4/sasexe/tkcacs.so
/pub/sas/SASFoundation/9.4/sasexe/tkcacw.so&lt;BR /&gt;...&lt;/PRE&gt;
&lt;P&gt;I think there's information around from a few years ago regarding what library maps onto which product set. I remember someone wrote a paper on using strace and then processing the logs using SAS. This approach should be much more performant / cleaner.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nik&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 14:18:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/512195#M14951</guid>
      <dc:creator>boemskats</dc:creator>
      <dc:date>2018-11-12T14:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a SAS module is being used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/512509#M14957</link>
      <description>The maps are a good idea. Good thinking &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/46760"&gt;@boemskats&lt;/a&gt;. The only thing with it is you have to poll to catch the maps of tasks as far as can tell. For short running jobs it will be unlikely you'd catch it unless your poll interval is pretty high. For long running tasks and workspaces that stay up a while the user is connected with their client this would work perfectly.&lt;BR /&gt;&lt;BR /&gt;An idea actually would be to somehow add a hook on SAS session termination that captures the /proc/self/maps. Not actually sure if there is any facility to write some code that is hooked to the exit event but that would be a pretty elegant solution.&lt;BR /&gt;&lt;BR /&gt;strace(1) is pretty violent with loads of CPU context switches happening. For every traced event you have to context switch to strace for both the syscall entry and exit. The impact to the performance would be too much to be something you could really use safely across a lot of processes on a heavily loaded production system.</description>
      <pubDate>Tue, 13 Nov 2018 11:31:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/512509#M14957</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2018-11-13T11:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a SAS module is being used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/512770#M14962</link>
      <description>&lt;P&gt;There is an option to hook some SAS code on the exit event. The &lt;A href="https://go.documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=n0rjd82dx13qi7n1mw6rsljm7x1o.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;termstmt&lt;/A&gt; option is what you use. Combine this with a bit of macro and I'd say you have a fairly awesome little solution to the problem. &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13754"&gt;@AndrewHowell&lt;/a&gt; please keep us in the loop with what you decide to try and do share your experience with how it worked out I'm pretty interested to know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro read_maps;
	data maps;
		length 
			address $34
			perms $4
			offset $8
			dev $5
			inode 8
			pathname $256;
		infile "/proc/self/maps" dlm=' ' truncover;
		input address perms offset dev $ inode @74 pathname $256.;
	run;
	proc sort data=maps;
		by pathname;
	run;&lt;BR /&gt;/* Just print it in the log for now but you can do more interesting stuff like write it out somewhere */
	data _null_;
		set maps;
		by pathname;
		if first.pathname then
			put pathname=;
	run;
%mend;

%read_maps;

/* 
Add this SAS config option to make the macro run on SAS stopping, you'll need make sure the macro is availble to the sessions
   -termstmt="%read_maps;"
*/&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 22:17:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/512770#M14962</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2018-11-13T22:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a SAS module is being used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/513167#M14979</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/46760"&gt;@boemskats&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11650"&gt;@SimonDawson&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the responses.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've used TERMSTMT plenty of times, but never thought to leverage /prod/self/maps - this look like an excellent way to audit usage.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Last step - is there a "mapping document" to link the various SAS modules to their corresponding license items (STAT, ETS, etc)?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;/sas94/SASHome/lev2/SASFoundation/9.4/sasexe/orlax11&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/sas94/SASHome/lev2/SASFoundation/9.4/sasexe/sas&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/sas94/SASHome/lev2/SASFoundation/9.4/sasexe/sasauto&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/sas94/SASHome/lev2/SASFoundation/9.4/sasexe/sasautop&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/sas94/SASHome/lev2/SASFoundation/9.4/sasexe/sasbins&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/sas94/SASHome/lev2/SASFoundation/9.4/sasexe/sasdosm&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/sas94/SASHome/lev2/SASFoundation/9.4/sasexe/sase7io&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;etc..&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 00:48:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/513167#M14979</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2018-11-15T00:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a SAS module is being used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/513188#M14980</link>
      <description>&lt;P&gt;Its going to be procedure based for SAS/STAT and SAS/ETS. Each procedure will load a unique library. That will require some experimenting on your part by looking at the SAS/STAT and SAS/ETS manuals, check the list of procs, issue proc foo; run; for each one in the manuals and map out what you see in the maps.&lt;BR /&gt;&lt;BR /&gt;If my guess as to what products the customer you are working with has this is what you'll be interested in for SAS/ACCESS stuff.&lt;BR /&gt;&lt;BR /&gt;SAS/ACCESS Interface to Hadoop&lt;/P&gt;
&lt;P&gt;&amp;nbsp; -&amp;gt; SASFoundation/9.4/sasexe/sasiohdp&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;SAS/ACCESS Interface to Microsoft SQL Server&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; -&amp;gt; SASFoundation/9.4/sasexe/sasiosrv&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;SAS/ACCESS Interface to Oracle&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; -&amp;gt; SASFoundation/9.4/sasexe/sasioora&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;SAS/ACCESS Interface to Teradata&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; SASFoundation/9.4/sasexe/sasiotra&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 02:33:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/513188#M14980</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2018-11-15T02:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a SAS module is being used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/513231#M14982</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11650"&gt;@SimonDawson&lt;/a&gt;&amp;nbsp;(good guess on the customer), but it there a complete, definitive list available?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 08:36:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-if-a-SAS-module-is-being-used/m-p/513231#M14982</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2018-11-15T08:36:15Z</dc:date>
    </item>
  </channel>
</rss>

