<?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 Next day price value in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Next-day-price-value/m-p/286018#M269879</link>
    <description>&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to populate next day open price to the current day Buy Price. Is that possible? How will i consider future price value to current day. Please clarify.&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2016 01:56:15 GMT</pubDate>
    <dc:creator>lakshmiG</dc:creator>
    <dc:date>2016-07-21T01:56:15Z</dc:date>
    <item>
      <title>Next day price value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Next-day-price-value/m-p/286018#M269879</link>
      <description>&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to populate next day open price to the current day Buy Price. Is that possible? How will i consider future price value to current day. Please clarify.&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 01:56:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Next-day-price-value/m-p/286018#M269879</guid>
      <dc:creator>lakshmiG</dc:creator>
      <dc:date>2016-07-21T01:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Next day price value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Next-day-price-value/m-p/286020#M269880</link>
      <description>&lt;P&gt;Any things possible given enough time, money and resources.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your problem you need to provide more information.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe lag or retain will work, but without details those are just guesses.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stackoverflow.com/help/how-to-ask" target="_blank"&gt;http://stackoverflow.com/help/how-to-ask&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stackoverflow.com/help/mcve" target="_blank"&gt;http://stackoverflow.com/help/mcve&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 02:06:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Next-day-price-value/m-p/286020#M269880</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-21T02:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Next day price value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Next-day-price-value/m-p/286032#M269881</link>
      <description>&lt;P&gt;Thanks Reeza.&lt;/P&gt;&lt;P&gt;I will add more details...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the attached file, Buy/Sell signal are generated. If there is a Buy, then Buy price should be populated which is the open price of next day. Open price is the "open" column in the file.&lt;/P&gt;&lt;P&gt;So, how to populate next day open price adjacent to the Signal Buy?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 03:14:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Next-day-price-value/m-p/286032#M269881</guid>
      <dc:creator>lakshmiG</dc:creator>
      <dc:date>2016-07-21T03:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Next day price value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Next-day-price-value/m-p/286037#M269882</link>
      <description>&lt;P&gt;Thanks much Reeza for your swift response and support.&lt;/P&gt;&lt;P&gt;Found a solution from below link,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lexjansen.com/nesug/nesug13/113_Final_Paper.pdf" target="_blank"&gt;http://www.lexjansen.com/nesug/nesug13/113_Final_Paper.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data want;&lt;BR /&gt;set have;&lt;BR /&gt;by symbol;&lt;BR /&gt;where symbol="000001.SZ";&lt;BR /&gt;if eof1=0 then set have (firstobs=2 keep= open rename=(open=LEAD1)) end=eof1; &amp;nbsp;&lt;BR /&gt;if last.symbol then lead1=.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;And the logic is working.&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 03:50:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Next-day-price-value/m-p/286037#M269882</guid>
      <dc:creator>lakshmiG</dc:creator>
      <dc:date>2016-07-21T03:50:06Z</dc:date>
    </item>
  </channel>
</rss>

