<?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 call html code/file from sas. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-call-html-code-file-from-sas/m-p/846286#M334573</link>
    <description>May be I can give you complete requirement.&lt;BR /&gt;1. I am setting up a solution to access sharepoint site from sas studio.&lt;BR /&gt;2. This setup will require token.json file, which is kind of manual task which every user has to generate/refreshed(it will expire when user is changing password).&lt;BR /&gt;3. As per blog post, &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-use-SAS-to-access-Microsoft-365/ta-p/667869" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-use-SAS-to-access-Microsoft-365/ta-p/667869&lt;/A&gt; , I have configured everything and able to access sharepoint site as well.&lt;BR /&gt;4. I want to automate tokennization process , this process has two part:&lt;BR /&gt;4.1 get the authorization url&lt;BR /&gt;4.2 from authorization url response , get the auth_code&lt;BR /&gt;This process really challanging for every other users , so I am thinking to automae bit, may be If I can get sutorization url response like some kind og pop-up through some process so that user can use the same in auth_code.&lt;BR /&gt;</description>
    <pubDate>Fri, 25 Nov 2022 09:52:18 GMT</pubDate>
    <dc:creator>kumarsandip975</dc:creator>
    <dc:date>2022-11-25T09:52:18Z</dc:date>
    <item>
      <title>How to call html code/file from sas.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-call-html-code-file-from-sas/m-p/846248#M334561</link>
      <description>&lt;P&gt;Hi, I want to call below html code, may be I can have this in html file. Can you suggest to call these html code through SAS. TIA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Open URL in New Tab &amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;p&amp;gt; Click the button to open&lt;BR /&gt;&amp;lt;b&amp;gt; SAS Site &amp;lt;/b&amp;gt;&lt;BR /&gt;in new tab&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;button onclick="NewTab()"&amp;gt;&lt;BR /&gt;Open Here to open SAS S*ite&lt;BR /&gt;&amp;lt;/button&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;function NewTab() {&lt;BR /&gt;window.open(&lt;BR /&gt;"&lt;A href="https://www.sas.com/en_us/home.html" target="_blank"&gt;SAS: Analytics, Artificial Intelligence and Data Management | SAS&lt;/A&gt;", "_blank");&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 07:08:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-call-html-code-file-from-sas/m-p/846248#M334561</guid>
      <dc:creator>kumarsandip975</dc:creator>
      <dc:date>2022-11-25T07:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to call html code/file from sas.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-call-html-code-file-from-sas/m-p/846253#M334564</link>
      <description>&lt;P&gt;So you seem to want to link to the English SAS site and open it in a new tab. Where do you want this link to appear?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 07:57:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-call-html-code-file-from-sas/m-p/846253#M334564</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-11-25T07:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to call html code/file from sas.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-call-html-code-file-from-sas/m-p/846257#M334566</link>
      <description>I want to get the new link to be appear on new tab or new window.</description>
      <pubDate>Fri, 25 Nov 2022 08:14:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-call-html-code-file-from-sas/m-p/846257#M334566</guid>
      <dc:creator>kumarsandip975</dc:creator>
      <dc:date>2022-11-25T08:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to call html code/file from sas.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-call-html-code-file-from-sas/m-p/846258#M334567</link>
      <description>&lt;P&gt;&lt;STRONG&gt;BUT WHERE SHOULD THIS LINK BE INCLUDED?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 08:26:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-call-html-code-file-from-sas/m-p/846258#M334567</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-11-25T08:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to call html code/file from sas.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-call-html-code-file-from-sas/m-p/846286#M334573</link>
      <description>May be I can give you complete requirement.&lt;BR /&gt;1. I am setting up a solution to access sharepoint site from sas studio.&lt;BR /&gt;2. This setup will require token.json file, which is kind of manual task which every user has to generate/refreshed(it will expire when user is changing password).&lt;BR /&gt;3. As per blog post, &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-use-SAS-to-access-Microsoft-365/ta-p/667869" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-use-SAS-to-access-Microsoft-365/ta-p/667869&lt;/A&gt; , I have configured everything and able to access sharepoint site as well.&lt;BR /&gt;4. I want to automate tokennization process , this process has two part:&lt;BR /&gt;4.1 get the authorization url&lt;BR /&gt;4.2 from authorization url response , get the auth_code&lt;BR /&gt;This process really challanging for every other users , so I am thinking to automae bit, may be If I can get sutorization url response like some kind og pop-up through some process so that user can use the same in auth_code.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Nov 2022 09:52:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-call-html-code-file-from-sas/m-p/846286#M334573</guid>
      <dc:creator>kumarsandip975</dc:creator>
      <dc:date>2022-11-25T09:52:18Z</dc:date>
    </item>
  </channel>
</rss>

