<?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 Import dataset from stata in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-dataset-from-stata/m-p/926861#M364771</link>
    <description>Hello!&lt;BR /&gt;I have a question. Soon I will work with some data that are located on a shared fold in the google drive. This dataset is a STATA dataset. How can I import a STATA dataset that is located in google drive?&lt;BR /&gt;Thank you very much for your help!</description>
    <pubDate>Fri, 03 May 2024 02:30:47 GMT</pubDate>
    <dc:creator>More88</dc:creator>
    <dc:date>2024-05-03T02:30:47Z</dc:date>
    <item>
      <title>Import dataset from stata</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-dataset-from-stata/m-p/926861#M364771</link>
      <description>Hello!&lt;BR /&gt;I have a question. Soon I will work with some data that are located on a shared fold in the google drive. This dataset is a STATA dataset. How can I import a STATA dataset that is located in google drive?&lt;BR /&gt;Thank you very much for your help!</description>
      <pubDate>Fri, 03 May 2024 02:30:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-dataset-from-stata/m-p/926861#M364771</guid>
      <dc:creator>More88</dc:creator>
      <dc:date>2024-05-03T02:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Import dataset from stata</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-dataset-from-stata/m-p/926887#M364784</link>
      <description>&lt;P&gt;For a good start accecsing data in cloud storage, like Google Drive, DropBox, etc., check out this post:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2012/12/18/using-sas-to-access-data-stored-on-dropbox/" target="_blank"&gt;Using SAS to access data stored on Dropbox&lt;/A&gt;&lt;BR /&gt;The &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_050/acpcref/n1wqgr4en68w78n1lzzhwqdb6m3y.htm" target="_self"&gt;SAS/ACCESS Interface for PC Files&lt;/A&gt; can import STATA data. The code will be something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile="mySTATAfile.dta" 
   out=work.mySTATdata 
   dbms=DTA
    REPLACE;
 run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 03 May 2024 11:49:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-dataset-from-stata/m-p/926887#M364784</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2024-05-03T11:49:35Z</dc:date>
    </item>
  </channel>
</rss>

