<?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: Command to know which scripts using which Data in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156337#M41003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upgrade to 9.4, there are many more tools available from SAS, like the Environment Manager.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Feb 2015 15:30:04 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2015-02-20T15:30:04Z</dc:date>
    <item>
      <title>Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156314#M40980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any command in SAS to check which scripts are using which library data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to check in Metadata level where the tables are getting used in script&lt;/P&gt;&lt;P&gt;or do we need to check all the scripts manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate for quick reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 19:30:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156314#M40980</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2015-02-05T19:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156315#M40981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use APM for dynamic access analyses.&lt;/P&gt;&lt;P&gt;The static analyses for library access in classic code is very hard, almost impossible.&lt;/P&gt;&lt;P&gt;DI metadata (that is the real "code") has all kind of relationships as impact analyses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On what kind of SAS are you asking?&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 19:52:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156315#M40981</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-02-05T19:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156316#M40982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Coming to my SAS Environment its SAS 9.2 on Salaris.&lt;/P&gt;&lt;P&gt;and what kind of program or command i have to run inorder know which scripts are using which Library data.&lt;/P&gt;&lt;P&gt;I mean can i run from enterprise guide whatever the command or pogram thats available ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 21:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156316#M40982</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2015-02-05T21:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156317#M40983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you can run SAS-scripting (programs) on Solaris. When you admins/sas people dislikes you they have closed it to that level (noxcmd). &lt;BR /&gt;If hey would trust you in you own environment you could run Unix-scritps (solaris) Groovy java Phyton and more of that kind of own build scripts (programs). It that xcmd setting as requirement for this. No problem when the setup is done running the WS on your personal key and the Unix is set up with security controls for isolating you not doing too much harm. Yep you could cause a heavy load and some are assuming that is a bad thing to prevent you doing that.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;As you are using Eguide you are having some things on Windows and you could use scritps (powershell batch) or Windows tools there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You did not mention DI studio so that kind of source is getting out of scope.&lt;/P&gt;&lt;P&gt;In the mainframe with standards of good programming practices all allocations (filename/libname) are not allowed to be in programs but are isolated in dedicated start/autoexec files. It is a requirement as result of segregations Develop Test Acceptance Production having executable code mot allowed to be changed in a change proces.&amp;nbsp; As of your question you are not following this kind of good programming practice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question now where is the code (source version) located and how is the libname regonizable coded. There will be no 100% guarantee as the coding can be done to obfuscate these functions intentionally or unintentionally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your source is on Solaris in readable form. -&amp;gt; use Unix scan/find commands to find those strings in known locations.&lt;/P&gt;&lt;P&gt;Your source is within in Eguide -&amp;gt; this a zip file, use Zip scanners to find those statement in these files on Windows&amp;nbsp; &lt;/P&gt;&lt;P&gt;Your source is stored in readable form on Windows -&amp;gt; you can uses Windows scanners to find those SAS statements&lt;/P&gt;&lt;P&gt;Your source is stored as Eguide project in SAS metadata (9.3). You are on a dead with other tools and SAS does not have anything.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 08:45:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156317#M40983</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-02-06T08:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156318#M40984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jaap Karman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for the solution,I appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an issue for users going on with SAS AMO 5.1 for past 1 week.&lt;/P&gt;&lt;P&gt;we are using SAS 9.2 on Solaris (Microsoft Excel 2010)&lt;/P&gt;&lt;P&gt;Our SAS AMO is published as an APP on Citrix server for all our users,so all our users are logging and accessing from citrix server to run their reports.SAS AMO is not installed on users machines.&lt;/P&gt;&lt;P&gt;couple of users have got a problem with SAS AMO,for the past 1 week they are not able to see SAS Tab on SAS AMO.&lt;BR /&gt;we trouble shooted it in several ways with all below options.&lt;/P&gt;&lt;P&gt;File menu--Options--Add-ins--Manage--COM Add-Ins and checked SAS Add-In 5.1 for Microsoft office.&lt;BR /&gt;we checked File menu--Options--Add-ins--Manage--Disabled items also.It looks Enable is greyed out&lt;BR /&gt;(There are no disabled items)&lt;/P&gt;&lt;P&gt;but still they could'nt see the SAS Tab,again followed same above steps to see COM-Add-Ins box i found&lt;BR /&gt;the SAS Add-In 5.1 for Microsoft office again unchecked.&lt;/P&gt;&lt;P&gt;I can see a runtime error at the bottom of the COM-Add-ins window&lt;/P&gt;&lt;P&gt;Load Behavior : Not loaded. A runtime error occured during the loading of the COM Add-in.&lt;/P&gt;&lt;P&gt;As per SAS Note I have installed on user&amp;nbsp; machine VSTO component for above error and I had make sure that VSTO got installed in below location.but still the Issue is not resolved.&lt;/P&gt;&lt;P&gt;C:\Program Files\Common Files\Microsoft Shared\VSTO\10&lt;/P&gt;&lt;P&gt;Followed below sas webesite instructions for above error and downloaded and installedd VSTO component.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/kb/50/561.html"&gt;http://support.sas.com/kb/50/561.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/kb/41/327.html"&gt;http://support.sas.com/kb/41/327.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please can you help me on this issue,I would really appreciate for your suggestions and help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even sas support failed to provide proper solution on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all your help in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 18:14:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156318#M40984</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2015-02-06T18:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156319#M40985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not like the Citrix approach when that is not your standard desktop environment. For some reason SAS people are out of their mind for going into the confrontation with the major line of the ICT support and not wanting cooperation. Never mind you are having that situation. Trying to do a root cause analysis.&lt;/P&gt;&lt;P&gt;- Some users are working with the AMO so your basic approach is ok.&lt;/P&gt;&lt;P&gt;- No disabled items in the AMO menu-s so something other is missing.&lt;/P&gt;&lt;P&gt;- you checked the pre-reqs like VSTO. It is part of the deployment but could fail of wrong tests within the SAS-SDW. &lt;/P&gt;&lt;P&gt;&amp;nbsp; There could be others as the SDW doe a check and when the MS-component is missing it will install those. The best option would be sure all pre-reqs are fullfilled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be something in the Windows registry being missing.&lt;/P&gt;&lt;P&gt;The easiest way to correct/verify that one is to use the switcher utility. &lt;A href="http://support.sas.com/kb/50/822.html" title="http://support.sas.com/kb/50/822.html"&gt;50822 - SAS® Add-In for Microsoft Office might appear in Outlook 2007 even if it was not selected during the installation process&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 18:57:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156319#M40985</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-02-06T18:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156320#M40986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot Jaap Karman for your prompt reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the users are accessing the SAS AMO from Citrix,AMO is not installed on the users machines.&lt;/P&gt;&lt;P&gt;so there are is no file called Switcherutility.exe.&lt;/P&gt;&lt;P&gt;and if i import the registry file from the link you provided,does it replaces only the affected registrty files or all files will be replaced with completed new registry files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 20:39:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156320#M40986</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2015-02-06T20:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156321#M40987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry for typ errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot Jaap Karman for your prompt reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the users are accessing the SAS AMO from Citrix,AMO is not installed on the users machines.&lt;/P&gt;&lt;P&gt;so there is no file called Switcherutility.exe.&lt;/P&gt;&lt;P&gt;and if i import the registry file from the link you provided,does it replaces only the affected registrty files or all files will be replaced with complete new registry files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 20:40:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156321#M40987</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2015-02-06T20:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156322#M40988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Citrix is a windows environment just like your local desktop.&lt;/P&gt;&lt;P&gt;At the Windows Citrix desktop the AMO is installed the switcher utility is part of the AMO installation and should be found at your Citrix Windows desktop.&lt;/P&gt;&lt;P&gt;IT is your WIndows Citrix desktop that is having issues/problems. Your Windows Citrix support guys should be the ones for solving this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far I knows that switcher utility is updating the current user registry settings not the ones of the local machine or all users.&lt;/P&gt;&lt;P&gt;The goal is being capable of having multiple versions of AMO on the same desktop with one Office version.&lt;/P&gt;&lt;P&gt;By that is must be capable of setting the user registry settings. You are knowing/understanding a little bit of Windows admin?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2015 08:00:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156322#M40988</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-02-07T08:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156323#M40989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jaap Karman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one doubt, When you are saying that siwtcherutility is part of the AMO installation which is installed on Windows Citrix desktop.&lt;/P&gt;&lt;P&gt;when AMO is kept on Ctrix desktop and when all the other users are able to see SAS Tab on SAS AMO why can't the other 3 users not able to see SAS Tab on same SAS AMO which is kept on Citrix Desktop.&lt;/P&gt;&lt;P&gt;When swicthherutilty is part of the SAS AMO which is on Citrix and updating those 3 users registry settings,then it should update all other users resgistry settings and it&amp;nbsp; SAS AMO should not work to any users who are accessing AMO from citrix.why its not working for those 3 users and why its working for all other users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have informed Citrix team to install vsto component on Citrix server level where AMO is installed and if it wont work that way then i told them to run swictherutilit.exe in the next step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest what should i do,Its been 10days the issue is not resolved.even sas is not able to provide proper solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2015 17:37:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156323#M40989</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2015-02-08T17:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156324#M40990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The switcher utility is aimed to work at the running the user environment not the machine environment (Win registry).&amp;nbsp; The VSTO version dll-s are working at the machine level.&lt;/P&gt;&lt;P&gt;Citrix deployment is done for all users at the at the machine sometimes there are failures to bring that to the user environment. &lt;BR /&gt;&lt;A href="http://support.sas.com/kb/40/591.html" title="http://support.sas.com/kb/40/591.html"&gt;40591 - SAS menus do not appear in Microsoft Office programs when SAS® Add-In 4.3 for Microsoft Office is installed on 32-bit computers with Wow6432Node&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/35/181.html" title="http://support.sas.com/kb/35/181.html"&gt;35181 - Managing multiple installations of SAS® Add-In for Microsoft Office&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bidaag/67972/HTML/default/viewer.htm#p0ymxlthviulacn1umt4dgjlku2e.htm" title="http://support.sas.com/documentation/cdl/en/bidaag/67972/HTML/default/viewer.htm#p0ymxlthviulacn1umt4dgjlku2e.htm"&gt;SAS(R) 9.4 Intelligence Platform: Desktop Application Administration Guide, Fourth Edition&lt;/A&gt; (Manage Multiple Instances on a Single Host - AMO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2015 19:03:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156324#M40990</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-02-08T19:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156325#M40991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so according to you whatever the instructions i gave to Citrim team is that right or do i need to do something else to fix the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have informed Citrix team to install vsto component on Citrix server level where AMO is installed and if installing vsto compoenent wont work that &lt;/P&gt;&lt;P&gt; then i told them to run swictherutilit.exe in the next step at Citrix server level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know whether i did right or do need to do something else&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2015 19:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156325#M40991</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2015-02-08T19:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156326#M40992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The citric team can run that command, they do not have the user/password of your users do they?&lt;/P&gt;&lt;P&gt;So how would they run that command in the session of your user.&amp;nbsp; (?)&amp;nbsp; runas could be an option (asking password when not domain admin) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 06:33:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156326#M40992</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-02-09T06:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156327#M40993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why Citrix team needs user id/pwd,Citrix desktop environment is under control of Citrix team.&lt;/P&gt;&lt;P&gt;and they can simply go to the below switcherutility location and can run the command right in their Windows Citrix Deskptop environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Program Files\SAS\x86\SASAddinforMicrosoftOffice\5.1\SwitcherUtility.exe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also I am really confused which user id/pwd you are talking about.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 20:30:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156327#M40993</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2015-02-09T20:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156328#M40994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your citrix is a windows environment offering windows desktops. &lt;BR /&gt;When you have a windows desktop you are doing a login with your personal key and personal password. &lt;BR /&gt;Your Windows admin has a dedicated admin-user to control that environment creating the personal keys and personal passwords.&lt;/P&gt;&lt;P&gt;I cannot imagine windows environments working in some other approach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;The Citrix guys are doing that in a same way.&amp;nbsp; What is confusing with that?&lt;/P&gt;&lt;P&gt;Yes there are many Windows desktops introduced that is confusing. It started to say they got out of their mind with that. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 20:39:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156328#M40994</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-02-09T20:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156329#M40995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the users will be connecting to Citrix&amp;nbsp; with their own user/pwd and once they login they will launch from citrix whatever the app they want&lt;/P&gt;&lt;P&gt;like SAS AMO, SAS Enterprise guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so now Citrix team have to run the SwitcherUtility.exe on the Windows server itself where the Citrix Desktop has been kep right at below location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Program Files\SAS\x86\SASAddinforMicrosoftOffice\5.1\SwitcherUtility.exe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 21:13:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156329#M40995</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2015-02-09T21:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156330#M40996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jaap karman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am not able to find&amp;nbsp; any script or code to use to run in Unix machine or EG &lt;A _jive_internal="true" href="https://communities.sas.com/message/249633#249633"&gt;&lt;SPAN style="color: windowtext;"&gt;to find out which are all the scripts using which L&lt;/SPAN&gt;&lt;/A&gt;ibraries Data.&lt;/P&gt;&lt;P&gt;by any chance do you have any idea what is that code to find that.&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 15:21:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156330#M40996</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2015-02-16T15:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156331#M40997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are just some commands doing that. The names of those (files and grep) &lt;A href="http://linux.die.net/man/1/egrep" title="http://linux.die.net/man/1/egrep"&gt;egrep(1): print lines matching pattern - Linux man page&lt;/A&gt;&amp;nbsp; (output with filename/linenumber)&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/Xargs" title="http://en.wikipedia.org/wiki/Xargs"&gt;xargs - Wikipedia, the free encyclopedia&lt;/A&gt; en you will find a lot on those like &lt;A href="http://www.linuxplanet.com/linuxplanet/tutorials/6522/1" title="http://www.linuxplanet.com/linuxplanet/tutorials/6522/1"&gt;The Joys of xargs - xargs and find - Tutorials - LinuxPlanet&lt;/A&gt;&amp;nbsp;&amp;nbsp; You will have to go for searching the "libname" string.&lt;/P&gt;&lt;P&gt;Remember it could be have hidden some things as it is not in the code maybe elsewhere.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 19:19:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156331#M40997</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-02-16T19:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156332#M40998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS EG-Data Grid Error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An unexpected error occured while attempting to read the data values.Do you wish to retry or cancel ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;System.IndexoutofRangeException: Index was outside the bounds of the array.&lt;BR /&gt;at SAS.EG.DataAccess.DataModel.DmSasRioPageBuffer.Populate(Int32 startingRecordNumber,DataAccessor dataAccessor,Double[,] numericColValues,String[,] characteColValues)&lt;/P&gt;&lt;P&gt;at SAS.EG.DataAccess.DataModel.DaForSasData.BufferData(Int32 startRecord,Boolean formatted,Double[,] numColValues,String[,] charColValues).&lt;/P&gt;&lt;P&gt;at SAS.EG.DataAccess.DataModel.DaForSasData.CommomReadPage(Int32 record,Boolean formatted,Int32 readFlags,Int32 offset,Byte[] positionBookmark,Byte[] &amp;amp; bookmarks,Int32&amp;amp; recordRead)&lt;BR /&gt;---------------------------&lt;BR /&gt;-----------------------&lt;BR /&gt;-----------------------&lt;/P&gt;&lt;P&gt;Error follows like this...did'nt typed complete error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When one of the user is trying to open a dataset from a oracle library he is getting below error.&lt;/P&gt;&lt;P&gt;When I tried to open the same dataset from my system, am able to open it without any problem.&lt;/P&gt;&lt;P&gt;I suggested user to run the libname statement of that oracle library from his system, but when he tried to run it has thrown below error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;“ERROR: ORACLE connection error: ORA-01017: invalid username/password; logon denied. ERROR: Error in the LIBNAME statement.”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried to run the same libname statement from my system its running successfully without any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I preassigned that library and even I gave permissions to that user for that library and table. but still same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the problem ? Any ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 23:59:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156332#M40998</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2015-02-19T23:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Command to know which scripts using which Data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156333#M40999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect the user does not have the right permissions for accessing the Oracle database but you do. Check with your Oracle DBA to confirm. Once your use is set up correctly re-try the LIBNAME.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 01:11:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Command-to-know-which-scripts-using-which-Data/m-p/156333#M40999</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-02-20T01:11:03Z</dc:date>
    </item>
  </channel>
</rss>

