<?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 Proc Print problem in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-problem/m-p/76571#M22210</link>
    <description>Hi Everyone.&lt;BR /&gt;
&lt;BR /&gt;
When using Proc Print on a PD7 (packed decimal)  Infile variable, it is abbreviating the printing of the column (using scientific notation) .  I read in the manual that the default numeric width is 12, whereas I need 15 wide column. I tried WIDTH=FULL and it didn't help.&lt;BR /&gt;
Is there a way to expand the width of a single Infile variable using Proc Print?&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
    <pubDate>Fri, 23 Oct 2009 03:22:09 GMT</pubDate>
    <dc:creator>Vinrif</dc:creator>
    <dc:date>2009-10-23T03:22:09Z</dc:date>
    <item>
      <title>Proc Print problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-problem/m-p/76571#M22210</link>
      <description>Hi Everyone.&lt;BR /&gt;
&lt;BR /&gt;
When using Proc Print on a PD7 (packed decimal)  Infile variable, it is abbreviating the printing of the column (using scientific notation) .  I read in the manual that the default numeric width is 12, whereas I need 15 wide column. I tried WIDTH=FULL and it didn't help.&lt;BR /&gt;
Is there a way to expand the width of a single Infile variable using Proc Print?&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Fri, 23 Oct 2009 03:22:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-problem/m-p/76571#M22210</guid>
      <dc:creator>Vinrif</dc:creator>
      <dc:date>2009-10-23T03:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-problem/m-p/76572#M22211</link>
      <description>I think all you need is a format for the variable.  Maybe &lt;BR /&gt;
&lt;BR /&gt;
[pre]format varname 15.;[/pre]&lt;BR /&gt;
&lt;BR /&gt;
would suffice.</description>
      <pubDate>Fri, 23 Oct 2009 10:26:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-problem/m-p/76572#M22211</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-10-23T10:26:38Z</dc:date>
    </item>
  </channel>
</rss>

