<?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: put-statement over 262 characters in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/put-statement-over-262-characters/m-p/59393#M12862</link>
    <description>Check the system-default for LRECL= and review the FILE statement, possibly with consideration for your OS, as well.  Info can be found in the SAS Language Elements documentation and also the SAS "companion" document for your OS.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic / post:&lt;BR /&gt;
&lt;BR /&gt;
file statement lrecl site:sas.com</description>
    <pubDate>Mon, 02 Aug 2010 18:00:58 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2010-08-02T18:00:58Z</dc:date>
    <item>
      <title>put-statement over 262 characters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/put-statement-over-262-characters/m-p/59392#M12861</link>
      <description>I'm using a put-statement that is over 262 characters.&lt;BR /&gt;
SAS is outputting the put-statement as two separate lines in the output file.&lt;BR /&gt;
How do I prevent this break from happening?&lt;BR /&gt;
I marked the location where SAS is breaking the line of code with this "XreturnX".&lt;BR /&gt;
Thank you.&lt;BR /&gt;
&lt;BR /&gt;
filename foo "C:\Documents and Settings\Desktop\clock_output.html";&lt;BR /&gt;
DATA _NULL_;&lt;BR /&gt;
file foo;&lt;BR /&gt;
put '   mycountainer.innerHTML="&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR class="" text=""&gt;&lt;TD&gt;Days &amp;nbsp; :&lt;/TD&gt;&lt;TD&gt;&amp;nbsp; Hour &amp;nbsp; :&lt;/TD&gt;&lt;TD&gt;&amp;nbsp; Min &amp;nbsp; :&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;Sec&lt;/TD&gt; &lt;/TR&gt;&lt;TR class="" time=""&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; "+result[''days'']+" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp; XreturnX nbsp; :&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "+result[''hours'']+" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/TD&gt;&lt;TD&gt;&amp;nbsp; "+result[''minutes'']+" &amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/TD&gt;&lt;TD&gt;&amp;nbsp; "+result[''seconds'']+" &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;"';&lt;BR /&gt;
run;</description>
      <pubDate>Mon, 02 Aug 2010 17:28:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/put-statement-over-262-characters/m-p/59392#M12861</guid>
      <dc:creator>gzr2mz39</dc:creator>
      <dc:date>2010-08-02T17:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: put-statement over 262 characters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/put-statement-over-262-characters/m-p/59393#M12862</link>
      <description>Check the system-default for LRECL= and review the FILE statement, possibly with consideration for your OS, as well.  Info can be found in the SAS Language Elements documentation and also the SAS "companion" document for your OS.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic / post:&lt;BR /&gt;
&lt;BR /&gt;
file statement lrecl site:sas.com</description>
      <pubDate>Mon, 02 Aug 2010 18:00:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/put-statement-over-262-characters/m-p/59393#M12862</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-08-02T18:00:58Z</dc:date>
    </item>
  </channel>
</rss>

