<?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: custom HTML - Stored process! in Developers</title>
    <link>https://communities.sas.com/t5/Developers/custom-HTML-Stored-process/m-p/95046#M3617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this&lt;/P&gt;&lt;P&gt;data _null_; &lt;/P&gt;&lt;P&gt;&amp;nbsp; format infile $char256.; &lt;/P&gt;&lt;P&gt;&amp;nbsp; input;&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile = resolve(_infile_);&lt;/P&gt;&lt;P&gt;&amp;nbsp; file _webout;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put infile;&lt;/P&gt;&lt;P&gt;cards4;&lt;/P&gt;&lt;P&gt;&amp;lt;HTML &amp;gt;&amp;nbsp; code;&lt;/P&gt;&lt;P&gt;;;;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2012 04:10:26 GMT</pubDate>
    <dc:creator>zeelan</dc:creator>
    <dc:date>2012-10-05T04:10:26Z</dc:date>
    <item>
      <title>custom HTML - Stored process!</title>
      <link>https://communities.sas.com/t5/Developers/custom-HTML-Stored-process/m-p/95042#M3613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SSP Experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with the following code. formattest.HTML looks great, but when I put the same code in SAS it doesnt produce the same output?.&lt;/P&gt;&lt;P&gt;I have attached formattest.html, html output and SAS output.&lt;/P&gt;&lt;P&gt;Can anyone tell me whats the problem with the below code?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let stpname=XXX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_; &lt;BR /&gt;&amp;nbsp; format infile $char256.; &lt;BR /&gt;&amp;nbsp; input;&lt;BR /&gt;&amp;nbsp; infile = resolve(_infile_);&lt;BR /&gt;&amp;nbsp; file print;&lt;BR /&gt;&amp;nbsp; put infile;&lt;BR /&gt;cards4;&lt;/P&gt;&lt;P&gt;&amp;lt;FORM ACTION="&amp;amp;URL" METHOD="POST"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE="HIDDEN" NAME="_program" VALUE="&amp;amp;stpname"/&amp;gt;&lt;BR /&gt;&amp;lt;INPUT TYPE="HIDDEN" NAME="_action" VALUE="EXECUTE"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;style type="text/css"&amp;gt; &lt;BR /&gt;#mystyle {&lt;BR /&gt;border:10px solid black;&lt;BR /&gt;border-collapse:collapse;&lt;BR /&gt;background-color: #CCCCCC;&lt;BR /&gt;font-family: "Calibri";&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;#mystyle th {&lt;BR /&gt;border:1px solid black;&lt;BR /&gt;font-weight: bold;&lt;BR /&gt;}&lt;BR /&gt;#mystyle th.th1 {&lt;BR /&gt;text-align: left;&lt;BR /&gt;width: 200px;&lt;BR /&gt;}&lt;BR /&gt;#mystyle th.rightside {&lt;BR /&gt;border:0px;&lt;BR /&gt;width: 250px;&lt;BR /&gt;}&lt;BR /&gt;#mystyle td {&lt;BR /&gt;border:1px solid black;&lt;BR /&gt;}&lt;BR /&gt;#mystyle td.off {&lt;BR /&gt;border:0px;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input[type=text] {&lt;BR /&gt;width: 100px;&lt;BR /&gt;background-color: #FFFFFF;&lt;BR /&gt;} &lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;table id="mystyle"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt; &amp;lt;th class="th1"&amp;gt;FLIGHT&amp;lt;/th&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;th&amp;gt;4TH QTR&amp;lt;/th&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;th&amp;gt;1ST QTR&amp;lt;/th&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;th&amp;gt;2ND QTR&amp;lt;/th&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;th&amp;gt;3RD QTR&amp;lt;/th&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class="rightside"&amp;gt; &amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt; &amp;lt;td class="off"&amp;gt; &amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" name="4qStart1" &amp;gt;-&amp;lt;input type="text" name="4qEnd1" &amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" name="1qStart1" &amp;gt;-&amp;lt;input type="text" name="1qEnd1" &amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" name="2qStart1" &amp;gt;-&amp;lt;input type="text" name="2qEnd1" &amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" name="3qStart1" &amp;gt;-&amp;lt;input type="text" name="3qEnd1" &amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class="off"&amp;gt; &amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt; &amp;lt;td class="off"&amp;gt; &amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" name="4qStart2" &amp;gt;-&amp;lt;input type="text" name="4qEnd2" &amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" name="1qStart2" &amp;gt;-&amp;lt;input type="text" name="1qEnd2" &amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" name="2qStart2" &amp;gt;-&amp;lt;input type="text" name="2qEnd2" &amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" name="3qStart2" &amp;gt;-&amp;lt;input type="text" name="3qEnd2" &amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class="off"&amp;gt; &amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt; &amp;lt;td class="off"&amp;gt; &amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" name="4qStart3" &amp;gt;-&amp;lt;input type="text" name="4qEnd3" &amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" name="1qStart3" &amp;gt;-&amp;lt;input type="text" name="1qEnd3" &amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" name="2qStart3" &amp;gt;-&amp;lt;input type="text" name="2qEnd3" &amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" name="3qStart3" &amp;gt;-&amp;lt;input type="text" name="3qEnd3" &amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class="off"&amp;gt; &amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/table&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/FORM&amp;gt;&lt;/P&gt;&lt;P&gt;;;;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SGB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 18:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/custom-HTML-Stored-process/m-p/95042#M3613</guid>
      <dc:creator>SGB</dc:creator>
      <dc:date>2012-08-15T18:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: custom HTML - Stored process!</title>
      <link>https://communities.sas.com/t5/Developers/custom-HTML-Stored-process/m-p/95043#M3614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried specifying an output file instead of file print? Using file print uses some defaults that may not be desirable for html.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 20:07:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/custom-HTML-Stored-process/m-p/95043#M3614</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-08-15T20:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: custom HTML - Stored process!</title>
      <link>https://communities.sas.com/t5/Developers/custom-HTML-Stored-process/m-p/95044#M3615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using _webout as well! It is not working?!.. Any help to fix this is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 19:02:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/custom-HTML-Stored-process/m-p/95044#M3615</guid>
      <dc:creator>SGB</dc:creator>
      <dc:date>2012-08-17T19:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: custom HTML - Stored process!</title>
      <link>https://communities.sas.com/t5/Developers/custom-HTML-Stored-process/m-p/95045#M3616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file "c:\path\output.html";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I used that output it sure looked a lot like your HTML output in the PDF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 20:24:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/custom-HTML-Stored-process/m-p/95045#M3616</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-08-17T20:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: custom HTML - Stored process!</title>
      <link>https://communities.sas.com/t5/Developers/custom-HTML-Stored-process/m-p/95046#M3617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this&lt;/P&gt;&lt;P&gt;data _null_; &lt;/P&gt;&lt;P&gt;&amp;nbsp; format infile $char256.; &lt;/P&gt;&lt;P&gt;&amp;nbsp; input;&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile = resolve(_infile_);&lt;/P&gt;&lt;P&gt;&amp;nbsp; file _webout;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put infile;&lt;/P&gt;&lt;P&gt;cards4;&lt;/P&gt;&lt;P&gt;&amp;lt;HTML &amp;gt;&amp;nbsp; code;&lt;/P&gt;&lt;P&gt;;;;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 04:10:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/custom-HTML-Stored-process/m-p/95046#M3617</guid>
      <dc:creator>zeelan</dc:creator>
      <dc:date>2012-10-05T04:10:26Z</dc:date>
    </item>
  </channel>
</rss>

