<?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: ODS Listing Datapanel option not working in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-Listing-Datapanel-option-not-working/m-p/910310#M359003</link>
    <description>&lt;P&gt;From online documentation of the Datapanel option for listing (with emphasis added):&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV class="xis-eDocBody"&gt;
&lt;DIV class="xis-refDictEntry"&gt;
&lt;DIV class="xis-syntax"&gt;
&lt;DIV class="xis-syntaxDescription"&gt;
&lt;DIV class="xis-optionalArgGroup"&gt;
&lt;DIV id="n09brmmx2dotg1n1t41j5aympbhi" class="xis-argDescriptionPair"&gt;
&lt;H4 class="xis-argument"&gt;DATAPANEL=&lt;SPAN class="xis-userSuppliedValue"&gt;number&lt;/SPAN&gt; | DATA | PAGE&lt;/H4&gt;
&lt;DIV class="xis-argumentDescription"&gt;
&lt;P class="xis-paraSimpleFirst"&gt;suggests how to split a table that is &lt;FONT color="#800080"&gt;&lt;STRONG&gt;too wide to fit&lt;/STRONG&gt;&lt;/FONT&gt; on a single page into sections of columns and rows. Each section of columns and rows is a &lt;SPAN class="xis-definedTerm"&gt;data panel&lt;/SPAN&gt;. Each data panel has column headings at the top.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The datapanel only kicks in when the default page size will not fit the current width.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV class="xis-eDocBody"&gt;
&lt;DIV class="xis-refDictEntry"&gt;
&lt;DIV class="xis-syntax"&gt;
&lt;DIV class="xis-syntaxDescription"&gt;
&lt;DIV class="xis-optionalArgGroup"&gt;
&lt;DIV id="n09brmmx2dotg1n1t41j5aympbhi" class="xis-argDescriptionPair"&gt;
&lt;DIV class="xis-argumentDescription"&gt;
&lt;DIV id="n096jbbi6ummxmn10t7i1hqh6dpm" class="xis-argDescriptionPair"&gt;
&lt;H4 class="xis-argument"&gt;&lt;SPAN class="xis-userSuppliedValue"&gt;number&lt;/SPAN&gt;&lt;/H4&gt;
&lt;DIV class="xis-argumentDescription"&gt;
&lt;P class="xis-paraSimpleFirst"&gt;writes the specified &lt;FONT color="#800080"&gt;&lt;STRONG&gt;number of observations&lt;/STRONG&gt;&lt;/FONT&gt; in a panel, if possible&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The number is rows displayed in a panel, not number of columns. The number of columns will depend on the values and the LINESIZE option setting for LISTING.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jan 2024 18:10:33 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2024-01-03T18:10:33Z</dc:date>
    <item>
      <title>ODS Listing Datapanel option not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Listing-Datapanel-option-not-working/m-p/910194#M358973</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="angird1990_0-1704262942341.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92200iA40F08FE22251BB2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="angird1990_0-1704262942341.png" alt="angird1990_0-1704262942341.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I tried to use this piece of code with datapanel option in ods statement. But I'm not getting 5 columns in the output. The output displays all the collumns and 29 rows per page. Am I not using it in the right way? Please suggest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 06:24:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Listing-Datapanel-option-not-working/m-p/910194#M358973</guid>
      <dc:creator>angird1990</dc:creator>
      <dc:date>2024-01-03T06:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Listing Datapanel option not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Listing-Datapanel-option-not-working/m-p/910310#M359003</link>
      <description>&lt;P&gt;From online documentation of the Datapanel option for listing (with emphasis added):&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV class="xis-eDocBody"&gt;
&lt;DIV class="xis-refDictEntry"&gt;
&lt;DIV class="xis-syntax"&gt;
&lt;DIV class="xis-syntaxDescription"&gt;
&lt;DIV class="xis-optionalArgGroup"&gt;
&lt;DIV id="n09brmmx2dotg1n1t41j5aympbhi" class="xis-argDescriptionPair"&gt;
&lt;H4 class="xis-argument"&gt;DATAPANEL=&lt;SPAN class="xis-userSuppliedValue"&gt;number&lt;/SPAN&gt; | DATA | PAGE&lt;/H4&gt;
&lt;DIV class="xis-argumentDescription"&gt;
&lt;P class="xis-paraSimpleFirst"&gt;suggests how to split a table that is &lt;FONT color="#800080"&gt;&lt;STRONG&gt;too wide to fit&lt;/STRONG&gt;&lt;/FONT&gt; on a single page into sections of columns and rows. Each section of columns and rows is a &lt;SPAN class="xis-definedTerm"&gt;data panel&lt;/SPAN&gt;. Each data panel has column headings at the top.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The datapanel only kicks in when the default page size will not fit the current width.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV class="xis-eDocBody"&gt;
&lt;DIV class="xis-refDictEntry"&gt;
&lt;DIV class="xis-syntax"&gt;
&lt;DIV class="xis-syntaxDescription"&gt;
&lt;DIV class="xis-optionalArgGroup"&gt;
&lt;DIV id="n09brmmx2dotg1n1t41j5aympbhi" class="xis-argDescriptionPair"&gt;
&lt;DIV class="xis-argumentDescription"&gt;
&lt;DIV id="n096jbbi6ummxmn10t7i1hqh6dpm" class="xis-argDescriptionPair"&gt;
&lt;H4 class="xis-argument"&gt;&lt;SPAN class="xis-userSuppliedValue"&gt;number&lt;/SPAN&gt;&lt;/H4&gt;
&lt;DIV class="xis-argumentDescription"&gt;
&lt;P class="xis-paraSimpleFirst"&gt;writes the specified &lt;FONT color="#800080"&gt;&lt;STRONG&gt;number of observations&lt;/STRONG&gt;&lt;/FONT&gt; in a panel, if possible&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The number is rows displayed in a panel, not number of columns. The number of columns will depend on the values and the LINESIZE option setting for LISTING.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 18:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Listing-Datapanel-option-not-working/m-p/910310#M359003</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-01-03T18:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Listing Datapanel option not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Listing-Datapanel-option-not-working/m-p/910375#M359017</link>
      <description>&lt;P&gt;Thanks for your suggestion. I tried this dataset which had around 7000 variables but still the output is not 5 rows per panel. Could you please try this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing datapanel=5;&lt;BR /&gt;data aa;&lt;BR /&gt;set sashelp.leutest(obs=10);&lt;BR /&gt;run;&lt;BR /&gt;proc print;&lt;BR /&gt;run;&lt;BR /&gt;ods listing close;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 04:41:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Listing-Datapanel-option-not-working/m-p/910375#M359017</guid>
      <dc:creator>angird1990</dc:creator>
      <dc:date>2024-01-04T04:41:21Z</dc:date>
    </item>
  </channel>
</rss>

