<?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: Creating a stored value from a table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-stored-value-from-a-table/m-p/569692#M160581</link>
    <description>&lt;P&gt;call symputx&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jun 2019 03:39:53 GMT</pubDate>
    <dc:creator>ScottBass</dc:creator>
    <dc:date>2019-06-28T03:39:53Z</dc:date>
    <item>
      <title>Creating a stored value from a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-stored-value-from-a-table/m-p/569505#M160500</link>
      <description>&lt;P&gt;I have a table that looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Event&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Table&lt;/P&gt;&lt;P&gt;---------------------------------&lt;/P&gt;&lt;P&gt;Event_A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Table_A&lt;/P&gt;&lt;P&gt;Event_B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Table_B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the 'table' column refers to another table that I need to load so I would like to save the first value under table (Table_A) into a macro variable for further use. (The values under 'Table' are dependent on filtered values from earlier in my program, thus they always change so I can't just hard code the value)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 15:55:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-stored-value-from-a-table/m-p/569505#M160500</guid>
      <dc:creator>bignate1030</dc:creator>
      <dc:date>2019-06-27T15:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a stored value from a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-stored-value-from-a-table/m-p/569692#M160581</link>
      <description>&lt;P&gt;call symputx&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 03:39:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-stored-value-from-a-table/m-p/569692#M160581</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2019-06-28T03:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a stored value from a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-stored-value-from-a-table/m-p/569702#M160586</link>
      <description>What do you mean by "further use" if you process the tables using macros, you could use call execute to execute such a macro and pass the value of "Table" as parameter.</description>
      <pubDate>Fri, 28 Jun 2019 05:50:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-stored-value-from-a-table/m-p/569702#M160586</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-06-28T05:50:27Z</dc:date>
    </item>
  </channel>
</rss>

