<?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 How do I load the local QKB in SAS EG on a server in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-load-the-local-QKB-in-SAS-EG-on-a-server/m-p/488557#M15238</link>
    <description>&lt;P&gt;I am trying to run the function dqpattern in SAS EG and I need to load the QKB using %dqload.&amp;nbsp; The problem I am having is that I am running my SAS program on an appgrid server and my QKB is local in the windows "C:" drive.&amp;nbsp; It doesn't seem to be able to find it and I have double and triple checked my file path to the root of the QKB.&amp;nbsp; Is this because I am running on the APPGRID?&amp;nbsp;I am running SAS 9.4 and here is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%dqload(dqlocale=(enusa),dqsetuploc='C:\programdata\sas\sasqualityknowledgebase\ci\25',dqinfo=1);

data test;

set sashelp.cars;

testvar=dqpattern(make,'Character',ENUSA);

run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are my options to be able to utilize the grid server processing power and the dq functions that DMS provides?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Aug 2018 13:52:31 GMT</pubDate>
    <dc:creator>hulksmash</dc:creator>
    <dc:date>2018-08-21T13:52:31Z</dc:date>
    <item>
      <title>How do I load the local QKB in SAS EG on a server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-load-the-local-QKB-in-SAS-EG-on-a-server/m-p/488557#M15238</link>
      <description>&lt;P&gt;I am trying to run the function dqpattern in SAS EG and I need to load the QKB using %dqload.&amp;nbsp; The problem I am having is that I am running my SAS program on an appgrid server and my QKB is local in the windows "C:" drive.&amp;nbsp; It doesn't seem to be able to find it and I have double and triple checked my file path to the root of the QKB.&amp;nbsp; Is this because I am running on the APPGRID?&amp;nbsp;I am running SAS 9.4 and here is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%dqload(dqlocale=(enusa),dqsetuploc='C:\programdata\sas\sasqualityknowledgebase\ci\25',dqinfo=1);

data test;

set sashelp.cars;

testvar=dqpattern(make,'Character',ENUSA);

run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are my options to be able to utilize the grid server processing power and the dq functions that DMS provides?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 13:52:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-load-the-local-QKB-in-SAS-EG-on-a-server/m-p/488557#M15238</guid>
      <dc:creator>hulksmash</dc:creator>
      <dc:date>2018-08-21T13:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I load the local QKB in SAS EG on a server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-load-the-local-QKB-in-SAS-EG-on-a-server/m-p/488564#M15239</link>
      <description>&lt;P&gt;The server can't see your local C: drive. Move the files to a location where the server has access to, and then use the pathname that the server has to that location.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 14:04:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-load-the-local-QKB-in-SAS-EG-on-a-server/m-p/488564#M15239</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-08-21T14:04:33Z</dc:date>
    </item>
  </channel>
</rss>

