<?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 Help needed with data input-output to a SAS OR code (2) in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/Help-needed-with-data-input-output-to-a-SAS-OR-code/m-p/48666#M368</link>
    <description>Hi all&lt;BR /&gt;
 &lt;BR /&gt;
 I have written a small SAS OR code that uses PROC LP&lt;BR /&gt;
 (shown below). I want this code to take input from&lt;BR /&gt;
 the user stored in a different file (e.g. a SAS query&lt;BR /&gt;
 output or a dat file) and output it to a third file.&lt;BR /&gt;
 My eventual goal is to get this to work as a stored&lt;BR /&gt;
 process. Is there any documentation out there for&lt;BR /&gt;
 this ? At the very least, I want to be able to change soeme of the entries in the table below through user input. Any help is greatly appreciated.&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data; &lt;BR /&gt;
      input _row_ $17. &lt;BR /&gt;
            d_p1 inv_p1 psold_p1 prod_p1 ud_p1 _type_ $ _rhs_; &lt;BR /&gt;
      datalines; &lt;BR /&gt;
   profit                0  -50 1028   0 -100    max     . &lt;BR /&gt;
   dem_bal_1             1    0   -1   0   -1    eq      0 &lt;BR /&gt;
   inv_sls_bal_1         0    1   -1   1    0    eq      0 &lt;BR /&gt;
   necessity             .    .    .   .    .    lowerbd . &lt;BR /&gt;
   up_limit              1000 300  300 500  1000 upperbd . &lt;BR /&gt;
   ; &lt;BR /&gt;
 &lt;BR /&gt;
   proc lp; &lt;BR /&gt;
   run;</description>
    <pubDate>Mon, 22 Sep 2008 11:55:16 GMT</pubDate>
    <dc:creator>Laelaf</dc:creator>
    <dc:date>2008-09-22T11:55:16Z</dc:date>
    <item>
      <title>Help needed with data input-output to a SAS OR code</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Help-needed-with-data-input-output-to-a-SAS-OR-code/m-p/48665#M367</link>
      <description>Hi all&lt;BR /&gt;
&lt;BR /&gt;
I have written a small SAS OR code that uses PROC LP (shown below). I want this code to take input from the user stored in a different file (e.g. a SAS query output or a dat file) and output it to a third file. My eventual goal is to get this to work as a stored process. Is there any documentation out there for this ? Any help is greatly appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Laelaf</description>
      <pubDate>Mon, 22 Sep 2008 11:48:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Help-needed-with-data-input-output-to-a-SAS-OR-code/m-p/48665#M367</guid>
      <dc:creator>Laelaf</dc:creator>
      <dc:date>2008-09-22T11:48:41Z</dc:date>
    </item>
    <item>
      <title>Help needed with data input-output to a SAS OR code (2)</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Help-needed-with-data-input-output-to-a-SAS-OR-code/m-p/48666#M368</link>
      <description>Hi all&lt;BR /&gt;
 &lt;BR /&gt;
 I have written a small SAS OR code that uses PROC LP&lt;BR /&gt;
 (shown below). I want this code to take input from&lt;BR /&gt;
 the user stored in a different file (e.g. a SAS query&lt;BR /&gt;
 output or a dat file) and output it to a third file.&lt;BR /&gt;
 My eventual goal is to get this to work as a stored&lt;BR /&gt;
 process. Is there any documentation out there for&lt;BR /&gt;
 this ? At the very least, I want to be able to change soeme of the entries in the table below through user input. Any help is greatly appreciated.&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data; &lt;BR /&gt;
      input _row_ $17. &lt;BR /&gt;
            d_p1 inv_p1 psold_p1 prod_p1 ud_p1 _type_ $ _rhs_; &lt;BR /&gt;
      datalines; &lt;BR /&gt;
   profit                0  -50 1028   0 -100    max     . &lt;BR /&gt;
   dem_bal_1             1    0   -1   0   -1    eq      0 &lt;BR /&gt;
   inv_sls_bal_1         0    1   -1   1    0    eq      0 &lt;BR /&gt;
   necessity             .    .    .   .    .    lowerbd . &lt;BR /&gt;
   up_limit              1000 300  300 500  1000 upperbd . &lt;BR /&gt;
   ; &lt;BR /&gt;
 &lt;BR /&gt;
   proc lp; &lt;BR /&gt;
   run;</description>
      <pubDate>Mon, 22 Sep 2008 11:55:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Help-needed-with-data-input-output-to-a-SAS-OR-code/m-p/48666#M368</guid>
      <dc:creator>Laelaf</dc:creator>
      <dc:date>2008-09-22T11:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with data input-output to a SAS OR code (2)</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Help-needed-with-data-input-output-to-a-SAS-OR-code/m-p/48667#M369</link>
      <description>Can you clarify: are you asking how to take information from a file or data set and use it to change the problem below?  Take data and create an LP file?  Or something else?</description>
      <pubDate>Thu, 16 Oct 2008 13:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Help-needed-with-data-input-output-to-a-SAS-OR-code/m-p/48667#M369</guid>
      <dc:creator>Bengt_SAS</dc:creator>
      <dc:date>2008-10-16T13:32:48Z</dc:date>
    </item>
  </channel>
</rss>

