<?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: proc print truncated in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-print-truncated/m-p/280968#M59059</link>
    <description>Hi:&lt;BR /&gt;  WRAP only works with LISTING output. So if you want to control cellwidth and impact text flow, then use a STYLE attribute and the WIDTH= style attribute.&lt;BR /&gt; cynthia</description>
    <pubDate>Wed, 29 Jun 2016 02:50:56 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2016-06-29T02:50:56Z</dc:date>
    <item>
      <title>proc print truncated</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-print-truncated/m-p/280866#M59045</link>
      <description>&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;Hello,&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;How to split proc print a very long row into different lines to avoid of being truncated?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;Here is&amp;nbsp;the example SAS code: x2 and x3 are too long and were truncated,I want to&amp;nbsp;print them into several lines without being truncated.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;Thanks!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; n;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;x=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;x2=x||x;&lt;/P&gt;
&lt;P&gt;x3=x2||x2;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;option&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ls&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;=max;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;print&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;=n;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WARNING: Data too long for column "x2"; truncated to 252 characters to fit.&lt;/P&gt;
&lt;P&gt;WARNING: Data too long for column "x3"; truncated to 252 characters to fit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 18:03:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-print-truncated/m-p/280866#M59045</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2016-06-28T18:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: proc print truncated</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-print-truncated/m-p/280876#M59046</link>
      <description>&lt;P&gt;Not with PROC PRINT.&amp;nbsp; You would have to switch to PROC REPORT and use the WRAP option.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 18:52:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-print-truncated/m-p/280876#M59046</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2016-06-28T18:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc print truncated</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-print-truncated/m-p/280967#M59058</link>
      <description>&lt;P&gt;You have some control with SQL printing:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc sql flow=30 40;
select * from n;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Jun 2016 02:41:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-print-truncated/m-p/280967#M59058</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-06-29T02:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: proc print truncated</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-print-truncated/m-p/280968#M59059</link>
      <description>Hi:&lt;BR /&gt;  WRAP only works with LISTING output. So if you want to control cellwidth and impact text flow, then use a STYLE attribute and the WIDTH= style attribute.&lt;BR /&gt; cynthia</description>
      <pubDate>Wed, 29 Jun 2016 02:50:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-print-truncated/m-p/280968#M59059</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-06-29T02:50:56Z</dc:date>
    </item>
  </channel>
</rss>

