<?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 how to download an xlsx with  &amp;amp;_WEBIN_FILEURI/content in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/how-to-download-an-xlsx-with-amp-WEBIN-FILEURI-content/m-p/834219#M10527</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in sas studio V I create a Job Definiton in HTML.&lt;/P&gt;&lt;P&gt;At the end of the code I create a tables and then an xlsx with proc export.&lt;/P&gt;&lt;P&gt;How can I create a button to allow you to download this file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I use this procedure it doesn't work because the file doesn't exist&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc export 
  data=tmp 
  dbms=xlsx 
  outfile="&amp;amp;path./Test.xlsx" 
 replace;
run;

data vuoto;
SUCCESFUL="please download the file by right-clicking and save as";
run;
			
footnote link="&amp;amp;path.\Test.xlsx"  'Click here to download file';
			
proc print data=vuoto noobs;run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the available job definitions I see that sas uses&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;&amp;amp; _WEBIN_FILEURI/content.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;How should I go about loading xlsx into this path?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2022 07:10:52 GMT</pubDate>
    <dc:creator>luca87</dc:creator>
    <dc:date>2022-09-20T07:10:52Z</dc:date>
    <item>
      <title>how to download an xlsx with  &amp;_WEBIN_FILEURI/content</title>
      <link>https://communities.sas.com/t5/SAS-Studio/how-to-download-an-xlsx-with-amp-WEBIN-FILEURI-content/m-p/834219#M10527</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in sas studio V I create a Job Definiton in HTML.&lt;/P&gt;&lt;P&gt;At the end of the code I create a tables and then an xlsx with proc export.&lt;/P&gt;&lt;P&gt;How can I create a button to allow you to download this file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I use this procedure it doesn't work because the file doesn't exist&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc export 
  data=tmp 
  dbms=xlsx 
  outfile="&amp;amp;path./Test.xlsx" 
 replace;
run;

data vuoto;
SUCCESFUL="please download the file by right-clicking and save as";
run;
			
footnote link="&amp;amp;path.\Test.xlsx"  'Click here to download file';
			
proc print data=vuoto noobs;run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the available job definitions I see that sas uses&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;&amp;amp; _WEBIN_FILEURI/content.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;How should I go about loading xlsx into this path?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 07:10:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/how-to-download-an-xlsx-with-amp-WEBIN-FILEURI-content/m-p/834219#M10527</guid>
      <dc:creator>luca87</dc:creator>
      <dc:date>2022-09-20T07:10:52Z</dc:date>
    </item>
    <item>
      <title>[SOLVED] Re: how to download an xlsx with  &amp;_WEBIN_FILEURI/content</title>
      <link>https://communities.sas.com/t5/SAS-Studio/how-to-download-an-xlsx-with-amp-WEBIN-FILEURI-content/m-p/834424#M10528</link>
      <description>&lt;P&gt;I found a solution&amp;nbsp;adapting the code of&amp;nbsp;Report with Download Links in&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/jobexecug/n0t91q5lsc2b8qn14fd0cgbmylr8.htm#n06laxr4j142jkn1ilwcp1pu9hcg" target="_blank"&gt;SAS Help Center: Samples&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 07:08:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/how-to-download-an-xlsx-with-amp-WEBIN-FILEURI-content/m-p/834424#M10528</guid>
      <dc:creator>luca87</dc:creator>
      <dc:date>2022-09-21T07:08:07Z</dc:date>
    </item>
  </channel>
</rss>

