<?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 How to import SAS7BDAT data into SAS Studio in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607803#M8409</link>
    <description>&lt;P&gt;Hi There,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;i have a file .sas7bdat and have a folder called sasuser.v94. my .sas7bdat file is in this sasuser.v94 but i dont know how to import this file into SAS studio.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is the code and the log that I have written till now. Please help.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 70         
 71         LIBNAME INT 'C:\Users\manya\Documents\SASUniversityEdition\myfolders\sasuser.v94\programs\SAS Exercise
 71       ! (1).SAMPLE1_DRUGS.SAS7BDAT';
 NOTE: Library INT does not exist.
 72         
 73         
 74         
 75         
 76         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 87         &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;LIBNAME INT 'C:\Users\manya\Documents\SASUniversityEdition\myfolders\sasuser.v94\programs\SAS Exercise (1).SAMPLE1_DRUGS.SAS7BDAT';


&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2019 18:45:39 GMT</pubDate>
    <dc:creator>saipriya92</dc:creator>
    <dc:date>2019-11-27T18:45:39Z</dc:date>
    <item>
      <title>How to import SAS7BDAT data into SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607803#M8409</link>
      <description>&lt;P&gt;Hi There,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;i have a file .sas7bdat and have a folder called sasuser.v94. my .sas7bdat file is in this sasuser.v94 but i dont know how to import this file into SAS studio.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is the code and the log that I have written till now. Please help.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 70         
 71         LIBNAME INT 'C:\Users\manya\Documents\SASUniversityEdition\myfolders\sasuser.v94\programs\SAS Exercise
 71       ! (1).SAMPLE1_DRUGS.SAS7BDAT';
 NOTE: Library INT does not exist.
 72         
 73         
 74         
 75         
 76         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 87         &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;LIBNAME INT 'C:\Users\manya\Documents\SASUniversityEdition\myfolders\sasuser.v94\programs\SAS Exercise (1).SAMPLE1_DRUGS.SAS7BDAT';


&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 18:45:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607803#M8409</guid>
      <dc:creator>saipriya92</dc:creator>
      <dc:date>2019-11-27T18:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to import SAS7BDAT data into SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607805#M8410</link>
      <description>&lt;P&gt;Find the file in the Servers Files and Folders pane. Right click it, select properties and get the path. Use that path in your code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS UE runs on a virtual machine, a computer within your computer. The VM cannot see your main drives unless you tell it to, which you did during set up by creating myfolders. However, the VM is not windows, it's Unix, and the paths are different.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS. ALL CAPS is yelling in internet speak and considered rude, please avoid it unless you're trying to yell questions at everyone. It's also harder to read.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/235904"&gt;@saipriya92&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi There,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;i have a file .sas7bdat and have a folder called sasuser.v94. my .sas7bdat file is in this sasuser.v94 but i dont know how to import this file into SAS studio.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is the code and the log that I have written till now. Please help.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 70         
 71         LIBNAME INT 'C:\Users\manya\Documents\SASUniversityEdition\myfolders\sasuser.v94\programs\SAS Exercise
 71       ! (1).SAMPLE1_DRUGS.SAS7BDAT';
 NOTE: Library INT does not exist.
 72         
 73         
 74         
 75         
 76         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 87         &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;LIBNAME INT 'C:\Users\manya\Documents\SASUniversityEdition\myfolders\sasuser.v94\programs\SAS Exercise (1).SAMPLE1_DRUGS.SAS7BDAT';


&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 18:47:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607805#M8410</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-11-27T18:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to import SAS7BDAT data into SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607808#M8411</link>
      <description>&lt;P&gt;For a standard SAS library, the pathname does not include the filename.&amp;nbsp; You need (and can specify) only the directory name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So omit the "SAMPLE1_DRUGS.SAS7BDAT" in the libname statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Personally, I don't think it's good practice to have special characters like ')' in a directory name, and I also don't think it's a good idea to store programs and and data under the sasuser.v94 directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this code is running inside SAS University Edition, the pathname should be relative to the myfolders directory and use Unix naming conventions.&amp;nbsp; I can't tell whether you are running the code in SAS University Edition, or trying to get the data out of a SAS University Edition directory using a different version of SAS.&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>Wed, 27 Nov 2019 18:58:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607808#M8411</guid>
      <dc:creator>JackHamilton</dc:creator>
      <dc:date>2019-11-27T18:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to import SAS7BDAT data into SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607809#M8412</link>
      <description>&lt;P&gt;I dont understand your solution. This is the screenshot of my screen in SAS studio and where my files are on my laptop. its attached in the attachments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 18:59:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607809#M8412</guid>
      <dc:creator>saipriya92</dc:creator>
      <dc:date>2019-11-27T18:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to import SAS7BDAT data into SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607810#M8413</link>
      <description>&lt;P&gt;how can i check if this is SAS studio university edition ?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 19:00:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607810#M8413</guid>
      <dc:creator>saipriya92</dc:creator>
      <dc:date>2019-11-27T19:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to import SAS7BDAT data into SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607812#M8414</link>
      <description>&lt;P&gt;I have the SAS on demand for academics studio&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 19:09:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607812#M8414</guid>
      <dc:creator>saipriya92</dc:creator>
      <dc:date>2019-11-27T19:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to import SAS7BDAT data into SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607818#M8415</link>
      <description>&lt;P&gt;Are you logging into the online website? Your URL in the browser is odamid..... or does it start with 17 or localhost?&lt;/P&gt;
&lt;P&gt;Did you install anything? Your path literally says SAS University Edition, why did you put that in your path?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you're using SAS University Edition.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll post a link in a minute that has screenshots of what you need but I can't open attachments so please post your images directly into the forum.&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/235904"&gt;@saipriya92&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have the SAS on demand for academics studio&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 19:31:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607818#M8415</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-11-27T19:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to import SAS7BDAT data into SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607825#M8416</link>
      <description>&lt;P&gt;&lt;A href="https://video.sas.com/detail/videos/sas-analytics-u/video/4664335810001/accessing-your-existing-data-in-sas-university-edition:-download-version?autoStart=true" target="_blank" rel="noopener"&gt;https://video.sas.com/detail/videos/sas-analytics-u/video/4664335810001/accessing-your-existing-data-in-sas-university-edition:-download-version?autoStart=true&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first part is about importing a text file and after it shows how to import a sas7bdat file, so watch the whole thing or forward it.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 19:47:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-import-SAS7BDAT-data-into-SAS-Studio/m-p/607825#M8416</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-11-27T19:47:40Z</dc:date>
    </item>
  </channel>
</rss>

