<?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 output scroll in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/output-scroll/m-p/218252#M53672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I use proc print in SAS,the result doesn't show as I want, the column go the another row because the width limit of output screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder is that possible there was a scroll bar under bottom of the output so we can drag the button to see the whole obs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is example:(I want them in only one row for each obs,and there was a scroll button under the screen for the view )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.zipcode(obs=1);&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;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 17:00:55 GMT</pubDate>
    <dc:creator>GeorgeSAS</dc:creator>
    <dc:date>2015-04-09T17:00:55Z</dc:date>
    <item>
      <title>output scroll</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/output-scroll/m-p/218252#M53672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I use proc print in SAS,the result doesn't show as I want, the column go the another row because the width limit of output screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder is that possible there was a scroll bar under bottom of the output so we can drag the button to see the whole obs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is example:(I want them in only one row for each obs,and there was a scroll button under the screen for the view )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.zipcode(obs=1);&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;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 17:00:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/output-scroll/m-p/218252#M53672</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2015-04-09T17:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: output scroll</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/output-scroll/m-p/218253#M53673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Listing has a character limit for length of 256 characters if you use the system option linesize=max. Listing is really intended for use with printer type output with physical limits.&lt;/P&gt;&lt;P&gt;Use HTML if you need the data on one line and exceeds that number of characters and can have the scrollbar from the browser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 17:13:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/output-scroll/m-p/218253#M53673</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-04-09T17:13:16Z</dc:date>
    </item>
  </channel>
</rss>

