<?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 University Import Data Help (.xtp, .xls, .csv, .dta) in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194999#M4171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stata Version 13.1.&lt;/P&gt;&lt;P&gt;I do not know what "AFAIK" is and I have never use Unix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try to leave out the dbms but it would not run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I could get the .xpt file to run (created by Stata) that would be fine too (perhaps better since it forces SAS naming for variables)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2015 18:40:12 GMT</pubDate>
    <dc:creator>rantho02</dc:creator>
    <dc:date>2015-04-14T18:40:12Z</dc:date>
    <item>
      <title>SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194989#M4161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;I have been trying for over a week to figure out how to import non-SAS data (.dta is my main interest, but also .csv).&amp;nbsp;&amp;nbsp; I have looked at numerous examples using LIBNAME and PROC IMPORT and only receive errors-most of them saying that the file I am pointing to does not exist--which it does).&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;I am writing the syntax in the correct order and following the rules of the language as provided in the examples (e.g. UCLA's SAS Starter Kit, My Little SAS Book, SAS Help Forum).&amp;nbsp; And yet, I have no ability to actually import data regardless of the extension.&amp;nbsp; I am an expert user of STATA, so I am confident that my ability to follow the logic provided in syntax examples is not flawed (and I will hold off on rambling about the superior intuitiveness of Stata's help files/programming language).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;In any event, does anyone know if this is an artifact of the virtualization that I am using for SAS University (i.e. VM)?&amp;nbsp; If so should I reinstall or perhaps use Oracle instead? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;I am guessing that if I had the actual program installed on my hard drive the syntax that I am &lt;/SPAN&gt;&lt;SPAN style="font-size: 18.6666660308838px;"&gt;mimicking&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; (in the numerous examples provided in various sources) would work. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 01:15:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194989#M4161</guid>
      <dc:creator>rantho02</dc:creator>
      <dc:date>2015-04-14T01:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194990#M4162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI:&amp;nbsp; Here is the code that I am using from assorted help sources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*Option 1: Use PROC IMPORT;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*PROC IMPORT datafile="Location of Your Data File on Hard Drive" dbms=extension of file without period out=name of new file;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PROC IMPORT datafile="C:\SAS\myfolders\datasets\SAS.dta" dbms=dta out=sasdata;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; RUN;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*Option 2: USE LIBNAME;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*LIBNAME libraryname "file path location";&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*LIBNAME transportfilelibraryname XPORT "location and name of transport file";&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;*PROC COPY in=exportlibraryname out=datalibraryname;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;*RUN;.&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;LIBNAME SASDATA "E:\SAS_University_Edition\mylibraries";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;LIBNAME TEMP_A XPORT "E:\SAS_University_Edition\myfolders\datasets\SAS.dta";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PROC COPY in=TEMP_A out=SASDATA;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RUN;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 14:09:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194990#M4162</guid>
      <dc:creator>rantho02</dc:creator>
      <dc:date>2015-04-14T14:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194991#M4163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post an example of the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However we have seen this topic many times. The most likely causes are either or both of:&lt;/P&gt;&lt;P&gt;1) the import data is not subordinate to myfolders, the University Edition and virtual machine only see things at that level. This is definitely part of the problem if you see a file name like /folders/myfolders\C:\mypath\mydata.dat in the file does not exist message.&lt;/P&gt;&lt;P&gt;2) the file and path names are case sensitive if your try to use file Myimport.data and the name is actually MyImPort.Data then it fails. This is part of the Linux/Unix behavior of the virtual machine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 16:12:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194991#M4163</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-04-14T16:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194992#M4164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code is incorrect for SAS UE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make sure you've set up your VM correctly with the shared drive/folder. &lt;/P&gt;&lt;P&gt;2. Move the file to the shared location and then refer to it as '/folders/myfolders/myfile.csv'&lt;/P&gt;&lt;P&gt;3. As mentioned by BallardW the VM is unix so you need to use Unix path names.&lt;/P&gt;&lt;P&gt;4. Here's the FAQ/Help Centre that has code/help specific to SAS UE.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/software/products/university-edition/faq/main.htm" title="http://support.sas.com/software/products/university-edition/faq/main.htm"&gt;SAS University Edition Help Center&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The relevant help consists of video which is annoying to me. Also search here under Analytics U section - there's a lot of similar questions regarding this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 17:10:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194992#M4164</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-04-14T17:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194993#M4165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help.&amp;nbsp; I did not realize that the "Folders Tab" &amp;lt;/folders/&amp;gt; in SASUE is a virtual folder that refers to&amp;nbsp; a physical location.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;However, now I am getting this error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 42 ;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 43&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 43 ! PROC IMPORT datafile="/folders/myfolders/SAS.dta" dbms=dta out=sasdata;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 44 RUN;&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote1_1429032588179" style="color: #0000ff;"&gt; For Stata, Release flags of 103 to 115 are supported. You had -&amp;gt; 60&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; Requested Input File Is Invalid&lt;/P&gt;&lt;P class="sasError" id="sasLogError1_1429032588179" style="color: #ff0000;"&gt; ERROR: Import unsuccessful. See SAS Log for details.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote2_1429032588179" style="color: #0000ff;"&gt; NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote3_1429032588179" style="color: #0000ff;"&gt; NOTE: PROCEDURE IMPORT used (Total process time):&lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp; real time 0.00 seconds&lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp; cpu time 0.01 seconds&lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 45 ;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 46 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 56 ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 17:33:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194993#M4165</guid>
      <dc:creator>rantho02</dc:creator>
      <dc:date>2015-04-14T17:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194994#M4166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DBMS=STATA instead of DTA perhaps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 17:38:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194994#M4166</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-04-14T17:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194995#M4167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope that wasn't it.&amp;nbsp; Still the same error and log results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 17:43:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194995#M4167</guid>
      <dc:creator>rantho02</dc:creator>
      <dc:date>2015-04-14T17:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194996#M4168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the file actually a STATA data set or something else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 17:45:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194996#M4168</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-04-14T17:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194997#M4169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is STATA data. I also have .xpt format but PROC IMPORT will not let me use it (there is no dbms for it).&amp;nbsp; I have tried the LIBNAME method to import the .xpt format, but I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*My Program;&lt;/P&gt;&lt;P&gt;&amp;nbsp; LIBNAME SASUSER "/folders/myfolders/";&lt;/P&gt;&lt;P&gt;&amp;nbsp; LIBNAME SASUSERx "/folders/myfolders/";&lt;/P&gt;&lt;P&gt;&amp;nbsp; LIBNAME SASUSERX XPORT "/folders/myfolders/SAS.xpt";&lt;/P&gt;&lt;P&gt;&amp;nbsp; PROC COPY in=SASUSERX out=SASUSER;&lt;/P&gt;&lt;P&gt;&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 42 ;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 43 LIBNAME SASUSER "/folders/myfolders/";&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote1_1429033913214" style="color: #0000ff;"&gt; NOTE: Libref SASUSER was successfully assigned as follows: &lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp; Engine: V9 &lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp; Physical Name: /folders/myfolders&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 44 LIBNAME SASUSERX "/folders/myfolders/";&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote2_1429033913214" style="color: #0000ff;"&gt; NOTE: Libref SASUSERX refers to the same physical library as SASUSER.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote3_1429033913214" style="color: #0000ff;"&gt; NOTE: Libref SASUSERX was successfully assigned as follows: &lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp; Engine: V9 &lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp; Physical Name: /folders/myfolders&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 46 LIBNAME SASUSERX XPORT "/folders/myfolders/SAS.xpt";&lt;/P&gt;&lt;P class="sasError" id="sasLogError1_1429033913214" style="color: #ff0000;"&gt; ERROR: At least one file associated with fileref SASUSERX is still in use.&lt;/P&gt;&lt;P class="sasError" id="sasLogError2_1429033913214" style="color: #ff0000;"&gt; ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt;&lt;/P&gt;&lt;P class="sasError" style="color: #ff0000;"&gt;&amp;nbsp; 180&lt;/P&gt;&lt;P class="sasError" id="sasLogError3_1429033913214" style="color: #ff0000;"&gt; ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 49 PROC COPY in=SASUSERX out=SASUSER;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 50 RUN;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 51&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 52 ;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 53 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 63 ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 17:54:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194997#M4169</guid>
      <dc:creator>rantho02</dc:creator>
      <dc:date>2015-04-14T17:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194998#M4170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of STATA is the file created with?&lt;/P&gt;&lt;P&gt;Unix doesn't support libname access to files AFAIK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, leave out the DBMS option and give that a try. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 18:00:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194998#M4170</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-04-14T18:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194999#M4171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stata Version 13.1.&lt;/P&gt;&lt;P&gt;I do not know what "AFAIK" is and I have never use Unix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try to leave out the dbms but it would not run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I could get the .xpt file to run (created by Stata) that would be fine too (perhaps better since it forces SAS naming for variables)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 18:40:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/194999#M4171</guid>
      <dc:creator>rantho02</dc:creator>
      <dc:date>2015-04-14T18:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/195000#M4172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The VM is on a UNIX box so UNIX rules apply. AFAIK is as far as I know.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you post the file? If not contact SAS tech support - &lt;/SPAN&gt;&lt;A class="jive-link-email-small active_link" href="mailto:sasanalyticsu@sas.com"&gt;sasanalyticsu@sas.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also when STATA creates the XPT file doesn't it create a .SAS file as well? Do you have that file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 18:45:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/195000#M4172</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-04-14T18:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/195001#M4173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a small sample since the original file is over 100MB. Thanks again for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 18:53:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/195001#M4173</guid>
      <dc:creator>rantho02</dc:creator>
      <dc:date>2015-04-14T18:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/195002#M4174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code for the import of the XPT file was incorrect and that method works. The DBMS method with DTA or STATA results in an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*DOES NOT WORK*/&lt;/P&gt;&lt;P&gt;proc import datafile='/folders/myfolders/example.dta' &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbms=stata out=example replace; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*WORKS*/&lt;/P&gt;&lt;P&gt;libname sample XPORT '/folders/myfolders/example.xpt';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc copy in=sample out=work;&lt;/P&gt;&lt;P&gt;run;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname sample;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 19:48:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/195002#M4174</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-04-14T19:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Import Data Help (.xtp, .xls, .csv, .dta)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/195003#M4175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the help.&amp;nbsp; Once I changed the out=WORK then it worked (lol).&amp;nbsp; I was under the impression from the examples that I saw that I had to create my own library to hold the data once it was created.&amp;nbsp; But if I just have to use WORK that is fine with me. Now if only SAS had a "help" command with exacting documentation and examples like Stata...&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps others looking to do the same thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 20:14:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-University-Import-Data-Help-xtp-xls-csv-dta/m-p/195003#M4175</guid>
      <dc:creator>rantho02</dc:creator>
      <dc:date>2015-04-14T20:14:49Z</dc:date>
    </item>
  </channel>
</rss>

