<?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: How to name all of my variables except for a few in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-name-all-of-my-variables-except-for-a-few/m-p/678255#M204688</link>
    <description>&lt;P&gt;It depends on how the macro is coded. There are ways to provide variable lists but the macro may not be designed for that so the answer to your question is maybe....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a reference that illustrates how to refer to variables and datasets in a short cut list:&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/05/29/6-easy-ways-to-specify-a-list-of-variables-in-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2018/05/29/6-easy-ways-to-specify-a-list-of-variables-in-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/340135"&gt;@jss539&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello, I am using a macro to reshape a large dataset (%makewide) and am running into the problem of having 150 different variables I want to put as one of the parameters.&amp;nbsp; &lt;STRONG&gt;Is there a way to do this without manually typing every single variable?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Aug 2020 20:07:16 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-08-20T20:07:16Z</dc:date>
    <item>
      <title>How to name all of my variables except for a few</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-name-all-of-my-variables-except-for-a-few/m-p/678219#M204679</link>
      <description>&lt;P&gt;Hello, I am using a macro to reshape a large dataset (%makewide) and am running into the problem of having 150 different variables I want to put as one of the parameters.&amp;nbsp; Is there a way to do this without manually typing every single variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 19:11:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-name-all-of-my-variables-except-for-a-few/m-p/678219#M204679</guid>
      <dc:creator>jss539</dc:creator>
      <dc:date>2020-08-20T19:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to name all of my variables except for a few</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-name-all-of-my-variables-except-for-a-few/m-p/678243#M204686</link>
      <description>&lt;P&gt;What are you doing with the other variables?&lt;/P&gt;
&lt;P&gt;And it might help to show the code for your "makewide" macro.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 19:52:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-name-all-of-my-variables-except-for-a-few/m-p/678243#M204686</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-08-20T19:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to name all of my variables except for a few</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-name-all-of-my-variables-except-for-a-few/m-p/678255#M204688</link>
      <description>&lt;P&gt;It depends on how the macro is coded. There are ways to provide variable lists but the macro may not be designed for that so the answer to your question is maybe....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a reference that illustrates how to refer to variables and datasets in a short cut list:&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/05/29/6-easy-ways-to-specify-a-list-of-variables-in-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2018/05/29/6-easy-ways-to-specify-a-list-of-variables-in-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/340135"&gt;@jss539&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello, I am using a macro to reshape a large dataset (%makewide) and am running into the problem of having 150 different variables I want to put as one of the parameters.&amp;nbsp; &lt;STRONG&gt;Is there a way to do this without manually typing every single variable?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 20:07:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-name-all-of-my-variables-except-for-a-few/m-p/678255#M204688</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-08-20T20:07:16Z</dc:date>
    </item>
  </channel>
</rss>

