<?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 Libname statement not picking up macro in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Libname-statement-not-picking-up-macro/m-p/691176#M210331</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the response:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Processing XMLMap version 2.1.&lt;BR /&gt;NOTE: Libref FI_SME was successfully assigned as follows: &lt;BR /&gt;Engine: XMLV2 &lt;BR /&gt;Physical Name: \\********\testing&amp;amp;j..xml&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;having run :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: The file OUT_PIPE is:&lt;BR /&gt;Filename=\\********\testing2.xml,&lt;BR /&gt;RECFM=V,LRECL=32767,File Size (bytes)=0,&lt;BR /&gt;Last Modified=13Oct2020:10:45:50,&lt;BR /&gt;Create Time=13Oct2020:10:40:59&lt;/P&gt;
&lt;P&gt;NOTE: 2 records were written to the file OUT_PIPE.&lt;BR /&gt;The minimum record length was 0.&lt;BR /&gt;The maximum record length was 32293.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I can see it creates the xml fine, but when the xml read step it doesn't pick up the value in &amp;amp;j which in the example above was 2&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2020 09:01:10 GMT</pubDate>
    <dc:creator>Kiteulf</dc:creator>
    <dc:date>2020-10-13T09:01:10Z</dc:date>
    <item>
      <title>Libname statement not picking up macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-statement-not-picking-up-macro/m-p/691176#M210331</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the response:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Processing XMLMap version 2.1.&lt;BR /&gt;NOTE: Libref FI_SME was successfully assigned as follows: &lt;BR /&gt;Engine: XMLV2 &lt;BR /&gt;Physical Name: \\********\testing&amp;amp;j..xml&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;having run :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: The file OUT_PIPE is:&lt;BR /&gt;Filename=\\********\testing2.xml,&lt;BR /&gt;RECFM=V,LRECL=32767,File Size (bytes)=0,&lt;BR /&gt;Last Modified=13Oct2020:10:45:50,&lt;BR /&gt;Create Time=13Oct2020:10:40:59&lt;/P&gt;
&lt;P&gt;NOTE: 2 records were written to the file OUT_PIPE.&lt;BR /&gt;The minimum record length was 0.&lt;BR /&gt;The maximum record length was 32293.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I can see it creates the xml fine, but when the xml read step it doesn't pick up the value in &amp;amp;j which in the example above was 2&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 09:01:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-statement-not-picking-up-macro/m-p/691176#M210331</guid>
      <dc:creator>Kiteulf</dc:creator>
      <dc:date>2020-10-13T09:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Libname statement not picking up macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-statement-not-picking-up-macro/m-p/691178#M210333</link>
      <description>&lt;P&gt;You most probably made the mistake of enclosing your filename in the LIBNAME statement in single quotes, which prevents resolving macro triggers.&lt;/P&gt;
&lt;P&gt;For more help, please post your complete log, including the statements that were run; just the NOTEs is inconclusive.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 09:07:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-statement-not-picking-up-macro/m-p/691178#M210333</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-10-13T09:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Libname statement not picking up macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-statement-not-picking-up-macro/m-p/691179#M210334</link>
      <description>&lt;P&gt;The devil is in the details!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 09:10:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-statement-not-picking-up-macro/m-p/691179#M210334</guid>
      <dc:creator>Kiteulf</dc:creator>
      <dc:date>2020-10-13T09:10:57Z</dc:date>
    </item>
  </channel>
</rss>

