<?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: on a  data _null_   how to put link below in Developers</title>
    <link>https://communities.sas.com/t5/Developers/on-a-data-null-how-to-put-link-below/m-p/56836#M3056</link>
    <description>Besides what is written by the DATA Step, is there any other HTML text on the page?&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
    <pubDate>Fri, 12 Feb 2010 22:21:03 GMT</pubDate>
    <dc:creator>Vince_SAS</dc:creator>
    <dc:date>2010-02-12T22:21:03Z</dc:date>
    <item>
      <title>on a  data _null_   how to put link below</title>
      <link>https://communities.sas.com/t5/Developers/on-a-data-null-how-to-put-link-below/m-p/56833#M3053</link>
      <description>I have a data _null in an stp like this:&lt;BR /&gt;
&lt;BR /&gt;
data _null_; &lt;BR /&gt;
file _webout;&lt;BR /&gt;
length string $1024;&lt;BR /&gt;
&lt;BR /&gt;
string = &lt;BR /&gt;
&lt;BR /&gt;
'&lt;A target="new" href="http://saswebdev.host.edu:8080/SASStoredProcess/do?_program=/BIP Tree/ReportStudio/Shared/Reports/&amp;lt;br&amp;gt;
StoredProcesses/level1/level2/Report&amp;amp;parm1='||urlencode(strip(parm1'"&gt; click Graph&lt;/A&gt;';&lt;BR /&gt;
put string;&lt;BR /&gt;
run;&lt;BR /&gt;
I am trying to make this string on the bottom, however it always goes to the top of the page. &lt;BR /&gt;
Any help?&lt;BR /&gt;
Thanks&lt;BR /&gt;
jp</description>
      <pubDate>Fri, 12 Feb 2010 19:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/on-a-data-null-how-to-put-link-below/m-p/56833#M3053</guid>
      <dc:creator>jplarios</dc:creator>
      <dc:date>2010-02-12T19:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: on a  data _null_   how to put link below</title>
      <link>https://communities.sas.com/t5/Developers/on-a-data-null-how-to-put-link-below/m-p/56834#M3054</link>
      <description>What other code do you have in the stored process?&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Fri, 12 Feb 2010 19:36:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/on-a-data-null-how-to-put-link-below/m-p/56834#M3054</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2010-02-12T19:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: on a  data _null_   how to put link below</title>
      <link>https://communities.sas.com/t5/Developers/on-a-data-null-how-to-put-link-below/m-p/56835#M3055</link>
      <description>Vince,&lt;BR /&gt;
&lt;BR /&gt;
Well, I guess it helps to give  a 'complete' picture.&lt;BR /&gt;
the null  data step actually is called upon by a macro:&lt;BR /&gt;
&lt;BR /&gt;
%start&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
file _webout;&lt;BR /&gt;
..etc.&lt;BR /&gt;
put string;&lt;BR /&gt;
run;&lt;BR /&gt;
%end</description>
      <pubDate>Fri, 12 Feb 2010 20:15:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/on-a-data-null-how-to-put-link-below/m-p/56835#M3055</guid>
      <dc:creator>jplarios</dc:creator>
      <dc:date>2010-02-12T20:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: on a  data _null_   how to put link below</title>
      <link>https://communities.sas.com/t5/Developers/on-a-data-null-how-to-put-link-below/m-p/56836#M3056</link>
      <description>Besides what is written by the DATA Step, is there any other HTML text on the page?&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Fri, 12 Feb 2010 22:21:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/on-a-data-null-how-to-put-link-below/m-p/56836#M3056</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2010-02-12T22:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: on a  data _null_   how to put link below</title>
      <link>https://communities.sas.com/t5/Developers/on-a-data-null-how-to-put-link-below/m-p/56837#M3057</link>
      <description>Hi:&lt;BR /&gt;
  I remember that, when working with stored processes and the Platform with SAS 9.1.3, there was a "timing" issue with PUT statements using _webout. I'm not sure whether there's still an issue with SAS 9.2, &lt;BR /&gt;
&lt;BR /&gt;
  There are some of the the notes that discuss _webout and stored processes:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/23/970.html" target="_blank"&gt;http://support.sas.com/kb/23/970.html&lt;/A&gt; (why output is out of sequence)&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/13/599.html" target="_blank"&gt;http://support.sas.com/kb/13/599.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sat, 13 Feb 2010 00:36:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/on-a-data-null-how-to-put-link-below/m-p/56837#M3057</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-02-13T00:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: on a  data _null_   how to put link below</title>
      <link>https://communities.sas.com/t5/Developers/on-a-data-null-how-to-put-link-below/m-p/56838#M3058</link>
      <description>Yes, there was other HTML on the page which were some parameters. I wanted to have the put string on the bottom of the parameters once the last parameter was updated.&lt;BR /&gt;
&lt;BR /&gt;
I changed the code to output a different page with the output.&lt;BR /&gt;
&lt;BR /&gt;
Thanks Cynthia for the notes.  I did not know about the put timing issue, so I changed the code as mentioned above so I avoid that.&lt;BR /&gt;
&lt;BR /&gt;
jp</description>
      <pubDate>Mon, 15 Feb 2010 16:31:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/on-a-data-null-how-to-put-link-below/m-p/56838#M3058</guid>
      <dc:creator>jplarios</dc:creator>
      <dc:date>2010-02-15T16:31:12Z</dc:date>
    </item>
  </channel>
</rss>

