<?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: Using arrays to store values and use them in proc step in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-arrays-to-store-values-and-use-them-in-proc-step/m-p/83673#M256828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 9.2.3 version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2013 18:29:21 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2013-01-24T18:29:21Z</dc:date>
    <item>
      <title>Using arrays to store values and use them in proc step</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-arrays-to-store-values-and-use-them-in-proc-step/m-p/83670#M256825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am horrible with arrays, so I know how to basically use them to create or manipulate data, but how would one use them to store all the data from a table and then use the data in a proc step?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my data:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Venue&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;4/1/12&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;4/2/12&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;4/3/12&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;4/4/12&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;7&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;.&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so forth. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then want to use it in a proc clp to the point where A would be one set of values (one array), B would be another, C would be another and so forth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really have no idea how to simply put the data into such&amp;nbsp; arrays. Seems like all examples are arrays that create data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 16:23:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-arrays-to-store-values-and-use-them-in-proc-step/m-p/83670#M256825</guid>
      <dc:creator>Xamius32</dc:creator>
      <dc:date>2013-01-23T16:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using arrays to store values and use them in proc step</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-arrays-to-store-values-and-use-them-in-proc-step/m-p/83671#M256826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Proc CLP documentation tells me that you have to specify the arrays, if used, within the proc. So you don't have to do anything in a datastep. Go directly to Proc CLP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 18:51:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-arrays-to-store-values-and-use-them-in-proc-step/m-p/83671#M256826</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-01-23T18:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using arrays to store values and use them in proc step</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-arrays-to-store-values-and-use-them-in-proc-step/m-p/83672#M256827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you going off the &lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/orcpug/63973/HTML/default/viewer.htm#clp_toc.htm" title="http://support.sas.com/documentation/cdl/en/orcpug/63973/HTML/default/viewer.htm#clp_toc.htm"&gt;SAS/OR(R) 9.3 User's Guide: Constraint Programming&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 20:18:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-arrays-to-store-values-and-use-them-in-proc-step/m-p/83672#M256827</guid>
      <dc:creator>Xamius32</dc:creator>
      <dc:date>2013-01-23T20:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using arrays to store values and use them in proc step</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-arrays-to-store-values-and-use-them-in-proc-step/m-p/83673#M256828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 9.2.3 version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 18:29:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-arrays-to-store-values-and-use-them-in-proc-step/m-p/83673#M256828</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-01-24T18:29:21Z</dc:date>
    </item>
  </channel>
</rss>

