<?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: SAS Viya - Download .sashdat in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/SAS-Viya-Download-sashdat/m-p/790138#M10357</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/410874"&gt;@mdcervantes&lt;/a&gt;&amp;nbsp;, you can use the table.save CAS Action via PROC CAS as one way. Example from documentation below&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc cas;
  session casauto;
  table.save /
    table="iris"
    name="irisCopy.sashdat"
    replace=True;
    
  table.fileInfo /                                                /* 1*/
    path="irisCopy.sashdat";
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can view the action set details here:&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/caspg/cas-table-save.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/caspg/cas-table-save.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Likewise, you can use PROC CASUTIL to save tables to sashdat as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jan 2022 14:22:57 GMT</pubDate>
    <dc:creator>HarrySnart</dc:creator>
    <dc:date>2022-01-14T14:22:57Z</dc:date>
    <item>
      <title>SAS Viya - Download .sashdat</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Viya-Download-sashdat/m-p/787316#M10346</link>
      <description>&lt;P&gt;How do I download .sashdat from SAS Viya? My alternative is to export the table to .csv but it wouldn't allow me to save the proper field types once I import it again later.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 02:41:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Viya-Download-sashdat/m-p/787316#M10346</guid>
      <dc:creator>mdcervantes</dc:creator>
      <dc:date>2021-12-24T02:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya - Download .sashdat</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Viya-Download-sashdat/m-p/790138#M10357</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/410874"&gt;@mdcervantes&lt;/a&gt;&amp;nbsp;, you can use the table.save CAS Action via PROC CAS as one way. Example from documentation below&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc cas;
  session casauto;
  table.save /
    table="iris"
    name="irisCopy.sashdat"
    replace=True;
    
  table.fileInfo /                                                /* 1*/
    path="irisCopy.sashdat";
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can view the action set details here:&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/caspg/cas-table-save.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/caspg/cas-table-save.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Likewise, you can use PROC CASUTIL to save tables to sashdat as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 14:22:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Viya-Download-sashdat/m-p/790138#M10357</guid>
      <dc:creator>HarrySnart</dc:creator>
      <dc:date>2022-01-14T14:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya - Download .sashdat</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Viya-Download-sashdat/m-p/888346#M11062</link>
      <description>Hi there, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/410874"&gt;@mdcervantes&lt;/a&gt;. Did you manage to download .sashdat from SAS Viya? If so, how dit you do it?</description>
      <pubDate>Tue, 08 Aug 2023 12:58:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Viya-Download-sashdat/m-p/888346#M11062</guid>
      <dc:creator>alisio_meneses</dc:creator>
      <dc:date>2023-08-08T12:58:45Z</dc:date>
    </item>
  </channel>
</rss>

