<?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 DQ functions inside PROC DS2 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/DQ-functions-inside-PROC-DS2/m-p/901622#M83088</link>
    <description>&lt;P&gt;Hey all!&lt;/P&gt;&lt;P&gt;I'm interesting in using DQ Functions Within DS2 block (It is meant to be as part of CID process).&lt;/P&gt;&lt;P&gt;It seems that it is indeed possible to use these functions in DS2 block (directly or via FedSQL&amp;amp;QKB) but I am failed to succeed.&lt;/P&gt;&lt;P&gt;Is one of you have already done it? I'd love to see a little example!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advanced,&lt;/P&gt;&lt;P&gt;Tzuf&lt;/P&gt;</description>
    <pubDate>Sun, 05 Nov 2023 14:53:05 GMT</pubDate>
    <dc:creator>TzufRaifMia</dc:creator>
    <dc:date>2023-11-05T14:53:05Z</dc:date>
    <item>
      <title>DQ functions inside PROC DS2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DQ-functions-inside-PROC-DS2/m-p/901622#M83088</link>
      <description>&lt;P&gt;Hey all!&lt;/P&gt;&lt;P&gt;I'm interesting in using DQ Functions Within DS2 block (It is meant to be as part of CID process).&lt;/P&gt;&lt;P&gt;It seems that it is indeed possible to use these functions in DS2 block (directly or via FedSQL&amp;amp;QKB) but I am failed to succeed.&lt;/P&gt;&lt;P&gt;Is one of you have already done it? I'd love to see a little example!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advanced,&lt;/P&gt;&lt;P&gt;Tzuf&lt;/P&gt;</description>
      <pubDate>Sun, 05 Nov 2023 14:53:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DQ-functions-inside-PROC-DS2/m-p/901622#M83088</guid>
      <dc:creator>TzufRaifMia</dc:creator>
      <dc:date>2023-11-05T14:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: DQ functions inside PROC DS2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DQ-functions-inside-PROC-DS2/m-p/901738#M83089</link>
      <description>&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%DQLOAD(DQLOCALE=(ENUSA), DQSETUPLOC='/opt/sas/spre/home/share/refdata/qkb/ci/31
');

proc ds2 libs=work;
  data _null_;
    /* init() - system method */
    method init();
      declare varchar(255) name; /* method (local) scope */
      name = 'Doctor Sam Spade’;
      stdName=dqStandardize(name, 'Name');
      put stdName;
    end;
  enddata;
  run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Source: Paper SAS4079-2020 - What's New in SAS Data Management &lt;A href="https://support.sas.com/resources/papers/proceedings20/4079-2020.pdf" target="_blank" rel="noopener"&gt;link&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 14:50:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DQ-functions-inside-PROC-DS2/m-p/901738#M83089</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2023-11-06T14:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: DQ functions inside PROC DS2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DQ-functions-inside-PROC-DS2/m-p/902692#M83093</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 12 Nov 2023 09:31:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DQ-functions-inside-PROC-DS2/m-p/902692#M83093</guid>
      <dc:creator>TzufRaifMia</dc:creator>
      <dc:date>2023-11-12T09:31:22Z</dc:date>
    </item>
  </channel>
</rss>

