<?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: how to link to a html file in computer correctly? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-link-to-a-html-file-in-computer-correctly/m-p/916899#M361162</link>
    <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/463879"&gt;@lindamtl&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Your code needs change. Please have a look at the examples here &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_ods_examples01.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_ods_examples01.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2024 01:53:35 GMT</pubDate>
    <dc:creator>Sajid01</dc:creator>
    <dc:date>2024-02-20T01:53:35Z</dc:date>
    <item>
      <title>how to link to a html file in computer correctly?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-link-to-a-html-file-in-computer-correctly/m-p/916741#M361094</link>
      <description>&lt;P&gt;hlink="C:\Business_Data_Analysis\Idataglobal\Financial project\report\"&lt;BR /&gt;||trim(YR_MONTH)||"_"||trim(credit_group)||".html";&lt;/P&gt;&lt;P&gt;I use this code to point to a html file on 'C', but ODS did not print the report.&amp;nbsp; path is correct, file name is correct. Maybe the way i wrote above need adjust?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc report data= RATE_with_crdt_v3 nowd split="/";&lt;BR /&gt;column yr_month credit_group churn_rate active terminated;&lt;BR /&gt;define yr_month/"Month" left ;&lt;BR /&gt;define credit_group/"Credit Group" center ;&lt;BR /&gt;define churn_rate/"Churn Rate" center format=percent11.2;&lt;BR /&gt;define active/"Active /Account Count" right ;&lt;BR /&gt;define terminated/"Cancelled /Account Count" right ;&lt;/P&gt;&lt;P&gt;compute credit_group;&lt;BR /&gt;hlink="C:\Business_Data_Analysis\Idataglobal\Financial project\report\"&lt;BR /&gt;||trim(YR_MONTH)||"_"||trim(credit_group)||".html";&lt;/P&gt;&lt;P&gt;call define (_col_, 'url',hlink);&lt;BR /&gt;call define (_col_, 'Style',&lt;BR /&gt;'style={flyover="Click to see '||strip(credit_group)||' report"}');&lt;BR /&gt;endcomp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ODS tagsets.HTMLpanel event = column_panel (finish);&lt;BR /&gt;ODS tagsets.HTMLpanel event = row_panel (finish);&lt;/P&gt;&lt;P&gt;ODS TAGSETS.HTMLPANEL EVENT=PANEL(FINISH);&lt;BR /&gt;ODS TAGSETS.HTMLPANEL CLOSE;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 06:24:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-link-to-a-html-file-in-computer-correctly/m-p/916741#M361094</guid>
      <dc:creator>lindamtl</dc:creator>
      <dc:date>2024-02-19T06:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to link to a html file in computer correctly?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-link-to-a-html-file-in-computer-correctly/m-p/916899#M361162</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/463879"&gt;@lindamtl&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Your code needs change. Please have a look at the examples here &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_ods_examples01.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_ods_examples01.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 01:53:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-link-to-a-html-file-in-computer-correctly/m-p/916899#M361162</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2024-02-20T01:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to link to a html file in computer correctly?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-link-to-a-html-file-in-computer-correctly/m-p/916903#M361164</link>
      <description>&lt;P&gt;Thank you. I missed RUN after ENCOMP. Now it can run&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 01:59:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-link-to-a-html-file-in-computer-correctly/m-p/916903#M361164</guid>
      <dc:creator>lindamtl</dc:creator>
      <dc:date>2024-02-20T01:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to link to a html file in computer correctly?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-link-to-a-html-file-in-computer-correctly/m-p/916908#M361168</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/463879"&gt;@lindamtl&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you. I missed RUN after ENCOMP. Now it can run&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Then mark your own response as the solution - no need to be shy.&amp;nbsp; That way, the problem will accurately be seen as solved.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 04:09:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-link-to-a-html-file-in-computer-correctly/m-p/916908#M361168</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2024-02-20T04:09:14Z</dc:date>
    </item>
  </channel>
</rss>

