<?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: Why the pagesize not works in the options but the date works when I download the results as pdf in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Why-the-pagesize-not-works-in-the-options-but-the-date-works/m-p/537763#M147951</link>
    <description>&lt;P&gt;I felt that I was not doing something right when those options are not working properly but thanks for the suggestions:)&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Feb 2019 16:59:53 GMT</pubDate>
    <dc:creator>mdoddala</dc:creator>
    <dc:date>2019-02-22T16:59:53Z</dc:date>
    <item>
      <title>Why the pagesize not works in the options but the date works when I download the results as pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-the-pagesize-not-works-in-the-options-but-the-date-works/m-p/537752#M147944</link>
      <description>&lt;PRE&gt;options nodate pagesize=20;&lt;BR /&gt;filename blo '/home/mdoddala0/blood.txt';&lt;BR /&gt;data blood; &lt;BR /&gt;infile blo;&lt;BR /&gt;input id gender $ bloodgrp $ age $ amount level rate;&lt;BR /&gt;proc print;&lt;BR /&gt;run;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Feb 2019 16:50:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-the-pagesize-not-works-in-the-options-but-the-date-works/m-p/537752#M147944</guid>
      <dc:creator>mdoddala</dc:creator>
      <dc:date>2019-02-22T16:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why the pagesize not works in the options but the date works when I download the results as pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-the-pagesize-not-works-in-the-options-but-the-date-works/m-p/537759#M147949</link>
      <description>&lt;P&gt;PageSize should not apply to PDF files only to the log and listing destinations. If you're using the newer versions of SAS you don't need to worry about these options as much. They're from the era where text files were very common even as final output files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=n02ek00ir5ihs8n1rewzb5obh1p7.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=n02ek00ir5ihs8n1rewzb5obh1p7.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV id="n0n5hd08xuv635n1ldgjdrbrvzry" class="xis-paragraph"&gt;The PAGESIZE= system option affects the following output:&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;DIV class="xis-listUnordered"&gt;
&lt;BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV id="p03dn67jvyif2qn1b7rmp22iv0t4" class="xis-item"&gt;
&lt;DIV id="n0bj2hlq9tyw3vn1kh7ufawpcohl" class="xis-paraSimpleFirst"&gt;the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Output&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;window for the ODS LISTING destination&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV id="n1azkgze0s93hjn132zu7p8qi56x" class="xis-item"&gt;
&lt;DIV id="p1e566c7j0ht4qn0z7zvcpzfqrv5" class="xis-paraSimpleFirst"&gt;the SAS log in batch and non-interactive modes&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV id="n1fxzojytf6tssn1hbfeuk2vlxc8" class="xis-item"&gt;
&lt;DIV id="n16z9wxoabgbxgn1l8jqd2ke09wz" class="xis-paraSimpleFirst"&gt;the ODS markup destinations when the &lt;FONT color="#993366"&gt;&lt;STRONG&gt;PRINT option is used in the FILE statement in a DATA step&lt;/STRONG&gt; &lt;/FONT&gt;(the FILE PRINT ODS statement is not affected by the PAGESIZE= system option)&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV id="p1jzusq5ir9t79n1k3ok362j8aj0" class="xis-item"&gt;
&lt;DIV id="p0ebljjwgcatosn141l6csp74ymz" class="xis-paraSimpleFirst"&gt;procedures that produce characters that cannot be scaled, such as the PLOT procedure, the CALENDAR procedure, the TIMEPLOT procedure, the FORMS procedure, and the CHART procedure&lt;/DIV&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 22 Feb 2019 16:56:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-the-pagesize-not-works-in-the-options-but-the-date-works/m-p/537759#M147949</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-02-22T16:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why the pagesize not works in the options but the date works when I download the results as pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-the-pagesize-not-works-in-the-options-but-the-date-works/m-p/537763#M147951</link>
      <description>&lt;P&gt;I felt that I was not doing something right when those options are not working properly but thanks for the suggestions:)&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 16:59:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-the-pagesize-not-works-in-the-options-but-the-date-works/m-p/537763#M147951</guid>
      <dc:creator>mdoddala</dc:creator>
      <dc:date>2019-02-22T16:59:53Z</dc:date>
    </item>
  </channel>
</rss>

