<?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: save data sets into XLSX files in sas screen in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/save-data-sets-into-XLSX-files-in-sas-screen/m-p/804502#M316823</link>
    <description>&lt;P&gt;I have no idea how to deal with "work flows" but if you want to write a xlsx file to the WORK directory then just write the code that way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export dbms=xlsx data=sashelp.class
  file="%sysfunc(pathname(work))/class.xlsx" replace
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you want to download files in Enterprise Guide then I think there is a separate TASK that you can use for that.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2022 13:24:20 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2022-03-28T13:24:20Z</dc:date>
    <item>
      <title>save data sets into XLSX files in sas screen</title>
      <link>https://communities.sas.com/t5/SAS-Programming/save-data-sets-into-XLSX-files-in-sas-screen/m-p/804435#M316784</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I have 3 data sets and I want to put them in XLSX file.&lt;/P&gt;
&lt;P&gt;The issue is that I don't want to save the XLSX files in my computer .&lt;/P&gt;
&lt;P&gt;I want that the XLSX files will be shown in SAS screen(process flow screen) and then I will mark them and make copy and paste them in the location that I want.&lt;/P&gt;
&lt;P&gt;What is the way to do it please?&lt;/P&gt;
&lt;P&gt;Let's say that the 3 data sets that I want to create in XLSX are:&lt;/P&gt;
&lt;P&gt;SASHELP.cars&lt;/P&gt;
&lt;P&gt;SASHELP.class&lt;/P&gt;
&lt;P&gt;SASHELP.baseball&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2022 20:03:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/save-data-sets-into-XLSX-files-in-sas-screen/m-p/804435#M316784</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2022-03-27T20:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: save data sets into XLSX files in sas screen</title>
      <link>https://communities.sas.com/t5/SAS-Programming/save-data-sets-into-XLSX-files-in-sas-screen/m-p/804445#M316791</link>
      <description>&lt;P&gt;Your question does make any sense.&amp;nbsp; If you want SAS to write an XLSX file then the file will be written on the machine where SAS runs.&amp;nbsp; The files have nothing to do with what is on your screen, unless your screen is showing you the files that you have written.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2022 22:23:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/save-data-sets-into-XLSX-files-in-sas-screen/m-p/804445#M316791</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-03-27T22:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: save data sets into XLSX files in sas screen</title>
      <link>https://communities.sas.com/t5/SAS-Programming/save-data-sets-into-XLSX-files-in-sas-screen/m-p/804470#M316799</link>
      <description>&lt;P&gt;Afaik this is not possible in the "sas screens" i am more or less familiar with: Enterprise Guide, SAS Studio and Display Manager.&lt;/P&gt;
&lt;P&gt;It is difficult to suggest a solution without knowing the complete process.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 09:06:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/save-data-sets-into-XLSX-files-in-sas-screen/m-p/804470#M316799</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-03-28T09:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: save data sets into XLSX files in sas screen</title>
      <link>https://communities.sas.com/t5/SAS-Programming/save-data-sets-into-XLSX-files-in-sas-screen/m-p/804487#M316812</link>
      <description>&lt;P&gt;&amp;nbsp;I will try to explain again,&lt;/P&gt;
&lt;P&gt;I want to put the data set in XLSX file .&lt;/P&gt;
&lt;P&gt;I dont want to save the XLSX file .&lt;/P&gt;
&lt;P&gt;I want that the XLSX file will be in work library (or similar temporary library)&lt;/P&gt;
&lt;P&gt;It means that when sas session end then the XLSX file will not be saved&lt;/P&gt;
&lt;P&gt;The XLSX file should be seen in process flow and from there I can copy it (right click and copy) and paste it in any location that I want&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ronein_0-1648467566030.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69871iE08936F220CCC5AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ronein_0-1648467566030.png" alt="Ronein_0-1648467566030.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 13:17:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/save-data-sets-into-XLSX-files-in-sas-screen/m-p/804487#M316812</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2022-03-28T13:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: save data sets into XLSX files in sas screen</title>
      <link>https://communities.sas.com/t5/SAS-Programming/save-data-sets-into-XLSX-files-in-sas-screen/m-p/804501#M316822</link>
      <description>&lt;P&gt;Excatly! I want that the XLSX&amp;nbsp;&lt;SPAN&gt;file will be written on the machine where SAS runs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For example: I want to save data set&amp;nbsp;cars in XLSX file that will be written on SAS .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May you please show how to do it please?&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data cars;
set sashelp.cars;
Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Mar 2022 13:20:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/save-data-sets-into-XLSX-files-in-sas-screen/m-p/804501#M316822</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2022-03-28T13:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: save data sets into XLSX files in sas screen</title>
      <link>https://communities.sas.com/t5/SAS-Programming/save-data-sets-into-XLSX-files-in-sas-screen/m-p/804502#M316823</link>
      <description>&lt;P&gt;I have no idea how to deal with "work flows" but if you want to write a xlsx file to the WORK directory then just write the code that way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export dbms=xlsx data=sashelp.class
  file="%sysfunc(pathname(work))/class.xlsx" replace
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you want to download files in Enterprise Guide then I think there is a separate TASK that you can use for that.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 13:24:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/save-data-sets-into-XLSX-files-in-sas-screen/m-p/804502#M316823</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-03-28T13:24:20Z</dc:date>
    </item>
  </channel>
</rss>

