<?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: Import data Google SpreadSheet in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350334#M2308</link>
    <description>&lt;P&gt;SAS University Edition&amp;nbsp;&lt;STRONG&gt;can&lt;/STRONG&gt; access the web, but&amp;nbsp;&lt;STRONG&gt;cannot&lt;/STRONG&gt; access HTTPS (SSL) because it doesn't include the encrypt/decrypt components that are needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If using SAS Studio outside of SAS University Edition, try this method:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/12/18/using-sas-to-access-data-stored-on-dropbox/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/2012/12/18/using-sas-to-access-data-stored-on-dropbox/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It includes a Google Doc example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 16 Apr 2017 00:26:01 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2017-04-16T00:26:01Z</dc:date>
    <item>
      <title>Import data Google SpreadSheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350220#M2301</link>
      <description>&lt;P&gt;How can I import data from a Google Spreadsheet to Sas Studio?&lt;BR /&gt;Please help me, I have tried with this code, but it does not work&lt;/P&gt;&lt;P&gt;FILENAME running url&lt;BR /&gt;'&lt;A href="https://docs.google.com/spreadsheets/d/1imuF6wDrCcAlLSY4Q4LYhCOpnEyWssnxgLY7qVCWpng/pub?output=csv" target="_blank"&gt;https://docs.google.com/spreadsheets/d/1imuF6wDrCcAlLSY4Q4LYhCOpnEyWssnxgLY7qVCWpng/pub?output=csv&lt;/A&gt;' debug;&lt;BR /&gt;proc import datafile=running out=running&lt;BR /&gt;DBMS=CSV REPLACE;&lt;BR /&gt;GETNAMES=Yes;&lt;BR /&gt;DATAROW=2;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;I appreciate your help&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 01:13:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350220#M2301</guid>
      <dc:creator>valdesr15</dc:creator>
      <dc:date>2017-04-15T01:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Import data Google SpreadSheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350226#M2302</link>
      <description>&lt;P&gt;This might be what you're looking for:&amp;nbsp;&lt;A href="http://support.sas.com/resources/papers/proceedings12/240-2012.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings12/240-2012.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 03:33:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350226#M2302</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-04-15T03:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Import data Google SpreadSheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350303#M2304</link>
      <description>&lt;P&gt;I already tried it and it does not work&amp;nbsp;&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 18:54:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350303#M2304</guid>
      <dc:creator>valdesr15</dc:creator>
      <dc:date>2017-04-15T18:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import data Google SpreadSheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350304#M2305</link>
      <description>&lt;P&gt;Your code worked for me and created the 'running' sas dataset. What kind of error are you getting?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 19:04:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350304#M2305</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-04-15T19:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Import data Google SpreadSheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350321#M2306</link>
      <description>&lt;P&gt;what's going on? any ideas&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13714i42F3204417CFEAAD/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="2017-04-15.png" title="2017-04-15.png" /&gt;</description>
      <pubDate>Sat, 15 Apr 2017 22:46:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350321#M2306</guid>
      <dc:creator>valdesr15</dc:creator>
      <dc:date>2017-04-15T22:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Import data Google SpreadSheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350331#M2307</link>
      <description>&lt;P&gt;Post your actual log. The part you captured only said the file doesn't exist, which we know isn't true!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have web access permission when you're running SAS Studio. If you're on UE, you don't!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2017 00:18:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350331#M2307</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-04-16T00:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Import data Google SpreadSheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350334#M2308</link>
      <description>&lt;P&gt;SAS University Edition&amp;nbsp;&lt;STRONG&gt;can&lt;/STRONG&gt; access the web, but&amp;nbsp;&lt;STRONG&gt;cannot&lt;/STRONG&gt; access HTTPS (SSL) because it doesn't include the encrypt/decrypt components that are needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If using SAS Studio outside of SAS University Edition, try this method:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/12/18/using-sas-to-access-data-stored-on-dropbox/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/2012/12/18/using-sas-to-access-data-stored-on-dropbox/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It includes a Google Doc example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2017 00:26:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350334#M2308</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-04-16T00:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Import data Google SpreadSheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350338#M2310</link>
      <description>&lt;P&gt;What is my error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=t2n4EDXDv8M" target="_blank"&gt;https://www.youtube.com/watch?v=t2n4EDXDv8M&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2017 02:30:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350338#M2310</guid>
      <dc:creator>valdesr15</dc:creator>
      <dc:date>2017-04-16T02:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Import data Google SpreadSheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350339#M2311</link>
      <description>&lt;P&gt;I think it's because you&amp;nbsp;&lt;STRONG&gt;are&amp;nbsp;&lt;/STRONG&gt;using SAS University Edition, and so you cannot access the&amp;nbsp;&lt;STRONG&gt;https&lt;/STRONG&gt; Google docs site. &amp;nbsp;SAS University Edition does not include the SSL support needed to access secure web sites.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2017 02:46:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350339#M2311</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-04-16T02:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Import data Google SpreadSheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350341#M2312</link>
      <description>&lt;P&gt;Thanks, in this video show that are saved in "file shortcuts" will open way to call them from there?&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=Ex3x9YPMEFA" target="_blank"&gt;https://www.youtube.com/watch?v=Ex3x9YPMEFA&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2017 03:06:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350341#M2312</guid>
      <dc:creator>valdesr15</dc:creator>
      <dc:date>2017-04-16T03:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Import data Google SpreadSheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350342#M2313</link>
      <description>&lt;P&gt;Use your browser to save the Google Doc download in your shared folder (for SAS University Edition). &amp;nbsp;Then you can use something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; filename myfile '/folders/myfolders/savedfile.csv';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To reference it, and PROC IMPORT from there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/software/products/university-edition/faq/shared_folder_whatis.htm" target="_blank"&gt;https://support.sas.com/software/products/university-edition/faq/shared_folder_whatis.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/software/products/university-edition/faq/shared_folder_access.htm" target="_blank"&gt;https://support.sas.com/software/products/university-edition/faq/shared_folder_access.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2017 03:27:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Import-data-Google-SpreadSheet/m-p/350342#M2313</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-04-16T03:27:15Z</dc:date>
    </item>
  </channel>
</rss>

