<?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 out of proper order? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/macro-out-of-proper-order/m-p/722081#M27861</link>
    <description>&lt;P&gt;How can I define the macro&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2021 10:07:07 GMT</pubDate>
    <dc:creator>mmea</dc:creator>
    <dc:date>2021-02-26T10:07:07Z</dc:date>
    <item>
      <title>macro out of proper order?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/macro-out-of-proper-order/m-p/721820#M27827</link>
      <description>&lt;P&gt;Hi i am running this code&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;

* Your source file;
filename _bcin "F:\Report_&amp;amp;todaysDate._kl%scan(%sysfunc(time(),time8.0),1,:).xlsx";

* Your destination file;
filename _bcout "\\hh\Report_&amp;amp;todaysDate._kl%scan(%sysfunc(time(),time8.0),1,:).xlsx";

%binaryFileCopy()


&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But it doesnt work - it should copy a file into another folder? It says that the macro is not use in proper order&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 12:00:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/macro-out-of-proper-order/m-p/721820#M27827</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-02-25T12:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: macro out of proper order?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/macro-out-of-proper-order/m-p/721821#M27828</link>
      <description>&lt;P&gt;Please post the complete log &lt;STRONG&gt;as text&lt;/STRONG&gt; using using "insert code" function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 12:04:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/macro-out-of-proper-order/m-p/721821#M27828</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-02-25T12:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: macro out of proper order?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/macro-out-of-proper-order/m-p/721824#M27829</link>
      <description />
      <pubDate>Fri, 26 Feb 2021 10:27:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/macro-out-of-proper-order/m-p/721824#M27829</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-02-26T10:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: macro out of proper order?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/macro-out-of-proper-order/m-p/721833#M27831</link>
      <description>&lt;P&gt;The macro named&amp;nbsp;%binaryFileCopy has not been defined, so SAS cannot use it. You must first define the macro by that name using any one of a number of methods, which you have not done.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 12:29:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/macro-out-of-proper-order/m-p/721833#M27831</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-02-25T12:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: macro out of proper order?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/macro-out-of-proper-order/m-p/722081#M27861</link>
      <description>&lt;P&gt;How can I define the macro&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 10:07:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/macro-out-of-proper-order/m-p/722081#M27861</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-02-26T10:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: macro out of proper order?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/macro-out-of-proper-order/m-p/722087#M27862</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/353472"&gt;@mmea&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How can I define the macro&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You run the code that contains the macro definition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You probably need to get that particular code from the place where you found the use of the macro.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 10:25:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/macro-out-of-proper-order/m-p/722087#M27862</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-02-26T10:25:11Z</dc:date>
    </item>
  </channel>
</rss>

