<?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 report default for numeric values in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-default-for-numeric-values/m-p/475106#M71121</link>
    <description>&lt;P&gt;The default for SAS when all numeric is to set them as summary.&amp;nbsp; You can change this by adding the word display to your define commands:&lt;/P&gt;
&lt;PRE&gt;data have;
  a=1;
  b=2;
  output;
  a=4;
  b=1;
  output;
run;
proc report data=have nowd;
  columns _all_;
  define a / display 'test';
  define b / display 'test2';
run;&lt;/PRE&gt;</description>
    <pubDate>Tue, 03 Jul 2018 07:57:34 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-07-03T07:57:34Z</dc:date>
    <item>
      <title>proc report default for numeric values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-default-for-numeric-values/m-p/475102#M71120</link>
      <description>&lt;P&gt;HI I know the default for data set contains only numeric values is a one-line summary. I don't like it. How can I change it?&lt;/P&gt;&lt;P&gt;That is I want the full observations report.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 07:05:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-default-for-numeric-values/m-p/475102#M71120</guid>
      <dc:creator>walterwang</dc:creator>
      <dc:date>2018-07-03T07:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: proc report default for numeric values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-default-for-numeric-values/m-p/475106#M71121</link>
      <description>&lt;P&gt;The default for SAS when all numeric is to set them as summary.&amp;nbsp; You can change this by adding the word display to your define commands:&lt;/P&gt;
&lt;PRE&gt;data have;
  a=1;
  b=2;
  output;
  a=4;
  b=1;
  output;
run;
proc report data=have nowd;
  columns _all_;
  define a / display 'test';
  define b / display 'test2';
run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Jul 2018 07:57:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-default-for-numeric-values/m-p/475106#M71121</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-07-03T07:57:34Z</dc:date>
    </item>
  </channel>
</rss>

