<?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: Saving statistics files to library in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Saving-statistics-files-to-library/m-p/484763#M71846</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12496"&gt;@SuzanneDorinski&lt;/a&gt;&amp;nbsp;Thanks! I'll try that!&lt;/P&gt;&lt;P&gt;~J&lt;/P&gt;</description>
    <pubDate>Tue, 07 Aug 2018 14:30:50 GMT</pubDate>
    <dc:creator>jenfumi</dc:creator>
    <dc:date>2018-08-07T14:30:50Z</dc:date>
    <item>
      <title>Saving statistics files to library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Saving-statistics-files-to-library/m-p/483933#M71761</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm using SAS Studio (University Edition) on Mac and I&amp;nbsp;couple basic questions that seems to be flustering me on this gorgeous friday afternoon:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;The first time I ran summary statistics and saved as .sas file. Then I altered a parameter and saved again. I thought it would replace the first file, but then it saved it with a longer extension .ctl.sas. After multiple alterations and saving, I now have many file versions;&lt;/P&gt;&lt;P&gt;EX:&lt;/P&gt;&lt;P&gt;Sumstats20180803.sas&lt;/P&gt;&lt;P&gt;Sumstats20180803.sas.ctl&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sumstats20180803.sas.ctl.sas&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sumstats20180803.sas.ctl.sas.ctl&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;etc, etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What's going on here? How do I save the file in my library without multiple versions (can I run a "replace;" code?). Or does it only save to the folders?&amp;nbsp;&lt;/SPAN&gt;What's the difference between saving my summary statics as ctk versus sas? And which extension should I use? I have no idea which is the latest file (i'm assuming the longest extension file..)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Today I tried running more summary statistics. I decided to provide a data set name (setting button --&amp;gt;Output--&amp;gt;browsing folder). After saving the file, I don't see the data set name anywhere? What is this data set name used for?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;~J&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 21:56:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Saving-statistics-files-to-library/m-p/483933#M71761</guid>
      <dc:creator>jenfumi</dc:creator>
      <dc:date>2018-08-03T21:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Saving statistics files to library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Saving-statistics-files-to-library/m-p/484057#M71788</link>
      <description>&lt;P&gt;You can save the Summary Statistics task in your server folders or under My Tasks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the screen shot below, I used the Summary Statistics task on the SASHELP.CLASS data set.&amp;nbsp; The FUN libname points to the Fun with Tasks folder.&amp;nbsp; I used the default output data set name, MEANS_STATS, but used the FUN libname rather than WORK.&amp;nbsp; I saved the task in the Fun with Tasks folder.&amp;nbsp; The task has the .ctk extension.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Summary Statistics task saved in server folder, along with output data set from task" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22226i3D997A5B0EC31836/image-size/large?v=v2&amp;amp;px=999" role="button" title="Summary Statistics task saved in server folder.jpg" alt="Summary Statistics task saved in server folder, along with output data set from task" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Summary Statistics task saved in server folder, along with output data set from task&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can also save the SAS code generated by the task as a SAS program in a server folder.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the screen shot below, I saved the code generated by the task in the Fun with Tasks folder.&amp;nbsp; The SAS code has the .sas extension.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Code generated by Summary Statistics task saved as SAS program in server folder" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22227i56884FC9628BF797/image-size/large?v=v2&amp;amp;px=999" role="button" title="Summary Statistics code generated by task saved as SAS program.jpg" alt="Code generated by Summary Statistics task saved as SAS program in server folder" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Code generated by Summary Statistics task saved as SAS program in server folder&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can overwrite either the saved task or the saved code by clicking the Save button.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Aug 2018 20:04:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Saving-statistics-files-to-library/m-p/484057#M71788</guid>
      <dc:creator>SuzanneDorinski</dc:creator>
      <dc:date>2018-08-04T20:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Saving statistics files to library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Saving-statistics-files-to-library/m-p/484763#M71846</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12496"&gt;@SuzanneDorinski&lt;/a&gt;&amp;nbsp;Thanks! I'll try that!&lt;/P&gt;&lt;P&gt;~J&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 14:30:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Saving-statistics-files-to-library/m-p/484763#M71846</guid>
      <dc:creator>jenfumi</dc:creator>
      <dc:date>2018-08-07T14:30:50Z</dc:date>
    </item>
  </channel>
</rss>

