<?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: Macro variable for setting BF_PATH in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Macro-variable-for-setting-BF-PATH/m-p/388257#M11732</link>
    <description>&lt;P&gt;Thanks Ron!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your response.I will give it a try and confirm if it works.Do you have any detail document that describes this parameter?&lt;/P&gt;&lt;P&gt;When I looked at SAs help document it doesn't give much information on this parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2017 18:45:16 GMT</pubDate>
    <dc:creator>Che</dc:creator>
    <dc:date>2017-08-15T18:45:16Z</dc:date>
    <item>
      <title>Macro variable for setting BF_PATH</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Macro-variable-for-setting-BF-PATH/m-p/387003#M11686</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using macro variable for passing BF_PATH or QKB path.We pass this macro variable through a variable section of our real time service request.Macro variable value is set perfectly if we call a simple Data Job but when we call another data job using data reference node macro variable value is not set in any of the Data Quality nodes. Instead it uses defalut QKB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone experienced this behaviour and if yes do we know solution to this problem or any workaround?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My end goal is to pass QKB path to all DQ nodes in parent data job as well as Data job it references.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 13:56:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Macro-variable-for-setting-BF-PATH/m-p/387003#M11686</guid>
      <dc:creator>Che</dc:creator>
      <dc:date>2017-08-10T13:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Macro variable for setting BF_PATH</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Macro-variable-for-setting-BF-PATH/m-p/388239#M11729</link>
      <description>&lt;P&gt;Try the following: using the KEY_VALUES property in the advanced properties dialog of the Data Job (reference) node, add values as follows for each macro you want to pass through:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;KEY = the name of the macro in the inner (or referenced) job&lt;/LI&gt;
&lt;LI&gt;VALUE = the value passed in as a macro from the parent job, surrounded by %% like so: %%MyMacro%%&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Ron&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 18:13:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Macro-variable-for-setting-BF-PATH/m-p/388239#M11729</guid>
      <dc:creator>RonAgresta</dc:creator>
      <dc:date>2017-08-15T18:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Macro variable for setting BF_PATH</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Macro-variable-for-setting-BF-PATH/m-p/388257#M11732</link>
      <description>&lt;P&gt;Thanks Ron!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your response.I will give it a try and confirm if it works.Do you have any detail document that describes this parameter?&lt;/P&gt;&lt;P&gt;When I looked at SAs help document it doesn't give much information on this parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 18:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Macro-variable-for-setting-BF-PATH/m-p/388257#M11732</guid>
      <dc:creator>Che</dc:creator>
      <dc:date>2017-08-15T18:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Macro variable for setting BF_PATH</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Macro-variable-for-setting-BF-PATH/m-p/388553#M11740</link>
      <description>&lt;P&gt;It's an advanced topic that's probably not as well documented as it could be. I'll be sure to let our documentation team know we could use some examples in this area.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Ron&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 18:05:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Macro-variable-for-setting-BF-PATH/m-p/388553#M11740</guid>
      <dc:creator>RonAgresta</dc:creator>
      <dc:date>2017-08-16T18:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Macro variable for setting BF_PATH</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Macro-variable-for-setting-BF-PATH/m-p/388814#M11748</link>
      <description>&lt;P&gt;Ron,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a bunch.Looks like using Key_values parameter has resolved our issue of passing macro variable value in an embedded job.&lt;/P&gt;&lt;P&gt;I am still doing testing to make sure it works in all of our scenarios but all the basic tests ran fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:24:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Macro-variable-for-setting-BF-PATH/m-p/388814#M11748</guid>
      <dc:creator>Che</dc:creator>
      <dc:date>2017-08-17T14:24:54Z</dc:date>
    </item>
  </channel>
</rss>

