<?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: What's wrong with the variable input in a macro in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132983#M27069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ksharp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank u very much.I made a silly mistake.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2012 09:09:22 GMT</pubDate>
    <dc:creator>bbb_NG</dc:creator>
    <dc:date>2012-06-06T09:09:22Z</dc:date>
    <item>
      <title>What's wrong with the variable input in a macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132981#M27067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;%macro makeVarMap(dsact);&lt;/P&gt;&lt;P&gt;proc transpose data=&amp;amp;dsform out=tempform&amp;nbsp; (keep =_name_);&lt;/P&gt;&lt;P&gt;var c1--no;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;%mend;&lt;/P&gt;&lt;P&gt;%macro makeVarMap(thesis.sb_v_12);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doesn't work while following codes works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc transpose data=thesis.sb_v_12 out=tempform&amp;nbsp; (keep =_name_);&lt;/P&gt;&lt;P&gt;var c1--no;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thesis.sb_v_12 has several variables like c1,c2,c3,n1,n2,n3 and end with no.&lt;/P&gt;&lt;P&gt;and the error codes seems point to the irregular format of dataset name :thesis.sb_v_12,but this kind of naming method works with my&lt;/P&gt;&lt;P&gt;other macros.&lt;/P&gt;&lt;P&gt;Can anyone give a thought?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 08:59:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132981#M27067</guid>
      <dc:creator>bbb_NG</dc:creator>
      <dc:date>2012-06-06T08:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with the variable input in a macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132982#M27068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I noticed a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%macro makeVarMap(&lt;STRONG&gt;dsact&lt;/STRONG&gt;);&lt;/P&gt;&lt;P&gt;proc transpose data=&amp;amp;&lt;STRONG&gt;dsform&lt;/STRONG&gt; out=tempform&amp;nbsp; (keep =_name_);&lt;/P&gt;&lt;P&gt;var c1--no;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;%mend;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are diferent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 09:02:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132982#M27068</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-06-06T09:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with the variable input in a macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132983#M27069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ksharp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank u very much.I made a silly mistake.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 09:09:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132983#M27069</guid>
      <dc:creator>bbb_NG</dc:creator>
      <dc:date>2012-06-06T09:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with the variable input in a macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132984#M27070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please give credit by clicking "correct answer", it is the least you can do to acknowledge the time and effort people spend helping you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 02:51:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132984#M27070</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2012-06-12T02:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with the variable input in a macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132985#M27071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="snapshot.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/2140_snapshot.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I should acknowledge those who have given help.&lt;/P&gt;&lt;P&gt;Ｉ put on a snapshot here to show that there's no correct answer button here.&lt;/P&gt;&lt;P&gt;the 3 clicks below translating into english is "diversity,like, reply"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 03:01:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132985#M27071</guid>
      <dc:creator>bbb_NG</dc:creator>
      <dc:date>2012-06-12T03:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with the variable input in a macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132986#M27072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good on you for trying.&lt;/P&gt;&lt;P&gt;That's odd, you should also have a yellow star and a green one if you are logged in.&lt;/P&gt;&lt;P&gt;"Diversity" is "Branch" in the english version.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 05:55:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132986#M27072</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2012-06-12T05:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with the variable input in a macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132987#M27073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;Thanks for your reminding.I'm so appreciated with other's patient help and always bearing in mind to click on those "correct answer" if have.&lt;/P&gt;&lt;P&gt;I am logging on, maybe it's due to my location?&lt;/P&gt;&lt;P&gt;It happend some times.&lt;/P&gt;&lt;P&gt;And now the correct answer appears.&lt;/P&gt;&lt;P&gt;Confused.&lt;/P&gt;&lt;P&gt;Dawn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 06:00:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-s-wrong-with-the-variable-input-in-a-macro/m-p/132987#M27073</guid>
      <dc:creator>bbb_NG</dc:creator>
      <dc:date>2012-06-12T06:00:42Z</dc:date>
    </item>
  </channel>
</rss>

