<?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 proc report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-report/m-p/561885#M157359</link>
    <description>&lt;P&gt;Hi，all，&lt;/P&gt;&lt;P&gt;I have a dataset(PC3_1) without observation，I want to produce a listing just with tiitle "数据分析"，this listing without any contents,Can this be achieved? if can，then how to do this .&lt;/P&gt;&lt;P&gt;fllowing is my trying about it.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data PC3_1;
    set rawdata.PC3;
	 Auditor="";
     Auditdt="";
     Ques_record="";
     Proce_mode="";
     label Auditor="审核人";
     label Auditdt="审核日期";
     label Ques_record="问题记录";
     label Proce_mode="处理方式";
run;

ODS LISTING CLOSE;
ods rtf file="F:\offline listing\Documents\listing\LIS55_10.rtf" ;
proc report data=PC3_1 nowd split='$';
		title"数据分析";

quit;

ods rtf close;
ODS LISTING ;
title;
footnote;
options nodate;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 28 May 2019 09:45:05 GMT</pubDate>
    <dc:creator>HannaZhang</dc:creator>
    <dc:date>2019-05-28T09:45:05Z</dc:date>
    <item>
      <title>proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report/m-p/561885#M157359</link>
      <description>&lt;P&gt;Hi，all，&lt;/P&gt;&lt;P&gt;I have a dataset(PC3_1) without observation，I want to produce a listing just with tiitle "数据分析"，this listing without any contents,Can this be achieved? if can，then how to do this .&lt;/P&gt;&lt;P&gt;fllowing is my trying about it.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data PC3_1;
    set rawdata.PC3;
	 Auditor="";
     Auditdt="";
     Ques_record="";
     Proce_mode="";
     label Auditor="审核人";
     label Auditdt="审核日期";
     label Ques_record="问题记录";
     label Proce_mode="处理方式";
run;

ODS LISTING CLOSE;
ods rtf file="F:\offline listing\Documents\listing\LIS55_10.rtf" ;
proc report data=PC3_1 nowd split='$';
		title"数据分析";

quit;

ods rtf close;
ODS LISTING ;
title;
footnote;
options nodate;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 May 2019 09:45:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report/m-p/561885#M157359</guid>
      <dc:creator>HannaZhang</dc:creator>
      <dc:date>2019-05-28T09:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report/m-p/561955#M157381</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf file="myrtf.rtf";
data _null_;
file print;
put "Whatever Words You Want";
run;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 May 2019 13:08:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report/m-p/561955#M157381</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-05-28T13:08:19Z</dc:date>
    </item>
  </channel>
</rss>

