<?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: Missing values in PROC REPORT DEFINE statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Missing-values-in-PROC-REPORT-DEFINE-statement/m-p/697225#M213063</link>
    <description>&lt;P&gt;Please provide us a portion of the data via these instructions (and not via any other method)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sastraining/2016/03/11/jedi-sas-tricks-data-to-data-step-macro/" target="_blank"&gt;https://blogs.sas.com/content/sastraining/2016/03/11/jedi-sas-tricks-data-to-data-step-macro/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please show us the incorrect output as a screen capture and not as an attachment.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Nov 2020 19:17:09 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-11-06T19:17:09Z</dc:date>
    <item>
      <title>Missing values in PROC REPORT DEFINE statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Missing-values-in-PROC-REPORT-DEFINE-statement/m-p/697223#M213062</link>
      <description>&lt;P&gt;I'm trying to use PROC REPORT to create a report using missing values for only some of the columns, but not others. According to the documentation, adding the MISSING option to a DEFINE statement should allow missing values to be displayed for that particular column variable, but that isn't working the way it should. The procedure strips all missing values out of the report anyway. If I add MISSING to the PROC REPORT statement then I get missing values for all of the columns, which is not what I want. Thanks for any help you can provide!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=arccoal nowd headline headskip;
column statecode bea_fips bea_placename coal_production,cal_yr;
define statecode / group 'State' missing;
define bea_fips / group 'BEA FIPS' style(column)={tagattr="type:String"} missing;
define bea_placename / group 'BEA Place Name' missing;
define cal_yr / across '';
define coal_production / analysis sum format=comma16. '' missing;
COMPUTE statecode; 
	IF statecode NE '' then hold=statecode;
	IF statecode EQ '' then statecode=hold;
ENDCOMP; 
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Nov 2020 19:07:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Missing-values-in-PROC-REPORT-DEFINE-statement/m-p/697223#M213062</guid>
      <dc:creator>ebowen</dc:creator>
      <dc:date>2020-11-06T19:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Missing values in PROC REPORT DEFINE statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Missing-values-in-PROC-REPORT-DEFINE-statement/m-p/697225#M213063</link>
      <description>&lt;P&gt;Please provide us a portion of the data via these instructions (and not via any other method)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sastraining/2016/03/11/jedi-sas-tricks-data-to-data-step-macro/" target="_blank"&gt;https://blogs.sas.com/content/sastraining/2016/03/11/jedi-sas-tricks-data-to-data-step-macro/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please show us the incorrect output as a screen capture and not as an attachment.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 19:17:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Missing-values-in-PROC-REPORT-DEFINE-statement/m-p/697225#M213063</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-06T19:17:09Z</dc:date>
    </item>
  </channel>
</rss>

