<?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: importing SAS dataset from a ZIP archive in SAS on Demand in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/importing-SAS-dataset-from-a-ZIP-archive-in-SAS-on-Demand/m-p/897065#M1442</link>
    <description>&lt;P&gt;{jenburry} Thank you so much for the help, at least I know it is my code and not a file size restriction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{Kurt} Seems the key was an uppercase letter in a file name – did not know that SAS on Demand was pointing to a UNIX machine (guess I should have figured – but didn’t)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{Chris} Your code works – after fixing the case problem in the filename – my attempt still did not, so I adapted yours.&amp;nbsp; Thank you all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brooks&lt;/P&gt;</description>
    <pubDate>Tue, 03 Oct 2023 20:47:39 GMT</pubDate>
    <dc:creator>brooks3</dc:creator>
    <dc:date>2023-10-03T20:47:39Z</dc:date>
    <item>
      <title>importing SAS dataset from a ZIP archive in SAS on Demand</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/importing-SAS-dataset-from-a-ZIP-archive-in-SAS-on-Demand/m-p/895443#M1428</link>
      <description>&lt;P&gt;I'm trying to import a single SAS dataset from a ZIP archive (containing only one member). The SAS dataset is 400+MB and the ZIP archive is just shy of 102 MB. This might be my problem but I cannot find definitive information regarding the maximum upload file size in SAS on Demand.&lt;/P&gt;&lt;P&gt;My code is below, the SAS Log indicates I'm reading the ZIP member appropriately, at least in regard to the number of observations in the dataset. However, all of my attempts at extracting the dataset back to SAS have failed. &amp;nbsp;Any help with code is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let homedir = /home/brooks.applegate/Data/ABCD;&lt;BR /&gt;%let member=rdata_R4v3.sas7bdat;&lt;BR /&gt;libname abcd "&amp;amp;homedir";&lt;/P&gt;&lt;P&gt;filename in ZIP "&amp;amp;homedir/Rdata2.zip" member="&amp;amp;member" recfm=n;&lt;BR /&gt;filename out "%sysfunc(pathname(work)).&amp;amp;member" recfm=n;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data _null_;&lt;BR /&gt;/* infile in(&amp;amp;member);&lt;BR /&gt;file out;&lt;BR /&gt;input;&lt;BR /&gt;put _infile_;&lt;BR /&gt;*/&lt;BR /&gt;rc=fcopy('in','out');&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 13:38:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/importing-SAS-dataset-from-a-ZIP-archive-in-SAS-on-Demand/m-p/895443#M1428</guid>
      <dc:creator>brooks3</dc:creator>
      <dc:date>2023-09-22T13:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: importing SAS dataset from a ZIP archive in SAS on Demand</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/importing-SAS-dataset-from-a-ZIP-archive-in-SAS-on-Demand/m-p/896772#M1435</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/454312"&gt;@brooks3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The maximum upload size for SAS OnDemand for Academics SAS Studio is 1 GB, the following link provides this information in the&amp;nbsp;&lt;A href="https://support.sas.com/ondemand/caq_new.html#studio" target="_self"&gt;SAS® OnDemand for Academics FAQ SAS Studio Questions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are also other things that can cause issues with upload in SAS OnDemand for Academics SAS Studio.&amp;nbsp; If you are trying to use Safari as a web browser to upload, others have had issues with this as well, and I would recommend trying another browser if that's the case.&amp;nbsp; Additionally, the following link to the FAQ provides additional links with information about&amp;nbsp;&lt;A href="https://support.sas.com/ondemand/caq_new.html#internetbrowser" target="_self"&gt;Which Internet browsers can I use with SAS® OnDemand for Academics&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are still having an issue, I would recommend taking a look at the following directions&amp;nbsp;&lt;A href="https://support.sas.com/content/dam/SAS/support/en/products-solutions/ondemand/LocalData2022.pdf" target="_self"&gt;SAS OnDemand for Academics Uploading and Accessing Local&lt;/A&gt;&lt;A href="https://support.sas.com/content/dam/SAS/support/en/products-solutions/ondemand/LocalData2022.pdf" target="_self"&gt; Data&lt;/A&gt;&amp;nbsp;to make sure that you are uploading in the correct way.&amp;nbsp; You can also take a look at this video as well as it shows the detailed steps:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Getting-started-with-SAS-OnDemand-for-Academics/ta-p/746493?emcs_t=S2h8ZW1haWx8Ym9hcmRfc3Vic2NyaXB0aW9ufEtRTUc0NjY2NklGQkdZfDc1MTc1MXxTVUJTQ1JJUFRJT05TfGhL" target="_blank"&gt;Getting started with SAS® OnDemand for Academics - SAS Support Communities&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 19:06:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/importing-SAS-dataset-from-a-ZIP-archive-in-SAS-on-Demand/m-p/896772#M1435</guid>
      <dc:creator>jenburry</dc:creator>
      <dc:date>2023-10-02T19:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: importing SAS dataset from a ZIP archive in SAS on Demand</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/importing-SAS-dataset-from-a-ZIP-archive-in-SAS-on-Demand/m-p/896781#M1436</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let member=rdata_R4v3.sas7bdat;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;NEVER do this. The physical filenames of SAS datasets must be all lowercase, especially on UNIX systems.&lt;/P&gt;
&lt;P&gt;Do this instead:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let member=rdata_r4v3.sas7bdat;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Oct 2023 19:27:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/importing-SAS-dataset-from-a-ZIP-archive-in-SAS-on-Demand/m-p/896781#M1436</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-10-02T19:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: importing SAS dataset from a ZIP archive in SAS on Demand</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/importing-SAS-dataset-from-a-ZIP-archive-in-SAS-on-Demand/m-p/896784#M1437</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Using FILENAME ZIP to unzip and read data files in SAS&lt;/STRONG&gt; &lt;BR /&gt;By Chris Hemedinger on The SAS Dummy May 11, 2015&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2015/05/11/using-filename-zip-to-unzip-and-read-data-files-in-sas/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2015/05/11/using-filename-zip-to-unzip-and-read-data-files-in-sas/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See also:&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/?s=zip+filename" target="_blank"&gt;https://blogs.sas.com/content/?s=zip+filename&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Koen&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 19:47:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/importing-SAS-dataset-from-a-ZIP-archive-in-SAS-on-Demand/m-p/896784#M1437</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-10-02T19:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: importing SAS dataset from a ZIP archive in SAS on Demand</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/importing-SAS-dataset-from-a-ZIP-archive-in-SAS-on-Demand/m-p/897065#M1442</link>
      <description>&lt;P&gt;{jenburry} Thank you so much for the help, at least I know it is my code and not a file size restriction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{Kurt} Seems the key was an uppercase letter in a file name – did not know that SAS on Demand was pointing to a UNIX machine (guess I should have figured – but didn’t)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{Chris} Your code works – after fixing the case problem in the filename – my attempt still did not, so I adapted yours.&amp;nbsp; Thank you all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brooks&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 20:47:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/importing-SAS-dataset-from-a-ZIP-archive-in-SAS-on-Demand/m-p/897065#M1442</guid>
      <dc:creator>brooks3</dc:creator>
      <dc:date>2023-10-03T20:47:39Z</dc:date>
    </item>
  </channel>
</rss>

