<?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: what's wrong with the code? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/what-s-wrong-with-the-code/m-p/752476#M237040</link>
    <description>&lt;P&gt;I think it's a bug in ods html, but it doesn't work correctly if I specify the full path in file=.&lt;BR /&gt;If you use path and file and specify the following, it should work.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html path='C:\Users\liaodong\Documents\My SAS Files\red big book\chapter 19'
         file='BB.html';&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 07 Jul 2021 01:15:16 GMT</pubDate>
    <dc:creator>japelin</dc:creator>
    <dc:date>2021-07-07T01:15:16Z</dc:date>
    <item>
      <title>what's wrong with the code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-s-wrong-with-the-code/m-p/752474#M237039</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html file='C:\Users\liaodong\Documents\My SAS Files\red big book\chapter 19\BB.html';
title "Listing of TEST_SCORES";
proc print data=learn.test_scores;
title2 "Sample of HTML Output - all defaults";
id ID;
var  Score1-Score3;
run;
ods html close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;information from log:&lt;/P&gt;
&lt;P&gt;678 *libname learn 'C:\Users\liaodong\Documents\My SAS Files\red big book\data in big red SAS';&lt;BR /&gt;679 ods html file='C:\Users\liaodong\Documents\My SAS Files\red big book\chapter 19\BB.html';&lt;BR /&gt;NOTE: Writing HTML Body file: C:\Users\liaodong\Documents\My SAS Files\red big book\chapter&lt;BR /&gt;19\BB.html&lt;BR /&gt;ERROR: A component of C:\Users\liaodong\AppData\Local\Temp\SAS Temporary&lt;BR /&gt;Files\_TD13804_LIAODONGHUANG_\C:\Users\liaodong\Documents\My SAS Files\red big book\chapter&lt;BR /&gt;19\BB.html is not a directory.&lt;BR /&gt;ERROR: No body file. HTML output will not be created.&lt;BR /&gt;680 title "Listing of TEST_SCORES";&lt;BR /&gt;681 proc print data=learn.test_scores;&lt;BR /&gt;682 title2 "Sample of HTML Output - all defaults";&lt;BR /&gt;683 id ID;&lt;BR /&gt;684 var Score1-Score3;&lt;BR /&gt;685 run;&lt;/P&gt;
&lt;P&gt;WARNING: No output destinations active.&lt;BR /&gt;NOTE: There were 3 observations read from the data set LEARN.TEST_SCORES.&lt;BR /&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;686 /*title "Descriptive Statistics";&lt;BR /&gt;687 proc means data=learn.test_scores n mean min max;&lt;BR /&gt;688 var Score1-Score3;&lt;BR /&gt;689 run;*/&lt;BR /&gt;690 ods html close;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 00:16:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-s-wrong-with-the-code/m-p/752474#M237039</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-07-07T00:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: what's wrong with the code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-s-wrong-with-the-code/m-p/752476#M237040</link>
      <description>&lt;P&gt;I think it's a bug in ods html, but it doesn't work correctly if I specify the full path in file=.&lt;BR /&gt;If you use path and file and specify the following, it should work.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html path='C:\Users\liaodong\Documents\My SAS Files\red big book\chapter 19'
         file='BB.html';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Jul 2021 01:15:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-s-wrong-with-the-code/m-p/752476#M237040</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2021-07-07T01:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: what's wrong with the code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-s-wrong-with-the-code/m-p/752484#M237044</link>
      <description>&lt;P&gt;Thank you .&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 03:02:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-s-wrong-with-the-code/m-p/752484#M237044</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-07-07T03:02:38Z</dc:date>
    </item>
  </channel>
</rss>

