<?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: Creating a file in SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-file-in-SAS/m-p/242998#M45145</link>
    <description>&lt;P&gt;Are you&amp;nbsp;using SAS University Edition?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, see the help center on setting up. You need to create a shared drive ('/folders/myfolders') place the files in there and then you can use them in SAS.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/software/products/university-edition/faq/main.htm" target="_blank"&gt;http://support.sas.com/software/products/university-edition/faq/main.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're not using SAS UE, please post the error.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2016 18:23:12 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-01-12T18:23:12Z</dc:date>
    <item>
      <title>Creating a file in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-file-in-SAS/m-p/242996#M45144</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I am currently listening to a SAS tutorial and have been trying to follow up instructions on creating a practice file. The code I need to use is:&lt;/P&gt;&lt;P&gt;%let path=FILEPATH/ecprg193&lt;/P&gt;&lt;P&gt;libname orion "&amp;amp;path";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where ecprg193 is the file which carries the work sheets. I correctly defined the Filename and used the code below to create my folder:&lt;/P&gt;&lt;P&gt;%let path=C:/Users/ndiku/Desktop/ecprg193&lt;/P&gt;&lt;P&gt;libname orion "&amp;amp;path";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After entering this, it gives me an error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone advice me on correcting the code? or where I went wrong?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 18:17:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-file-in-SAS/m-p/242996#M45144</guid>
      <dc:creator>fbgeoff</dc:creator>
      <dc:date>2016-01-12T18:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a file in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-file-in-SAS/m-p/242998#M45145</link>
      <description>&lt;P&gt;Are you&amp;nbsp;using SAS University Edition?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, see the help center on setting up. You need to create a shared drive ('/folders/myfolders') place the files in there and then you can use them in SAS.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/software/products/university-edition/faq/main.htm" target="_blank"&gt;http://support.sas.com/software/products/university-edition/faq/main.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're not using SAS UE, please post the error.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 18:23:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-file-in-SAS/m-p/242998#M45145</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-12T18:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a file in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-file-in-SAS/m-p/243003#M45150</link>
      <description>&lt;P&gt;Please post the error message text. Also, which version of SAS are you using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a system option availabe in SAS 9.3 that needs to be set to create a file if the path does not already exist and in versions prior to 9.3 the the entire path must exist prior to use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza﻿&lt;/a&gt;&amp;nbsp;said, University edition has additional requirements on where you can access files.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 18:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-file-in-SAS/m-p/243003#M45150</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-12T18:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a file in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-file-in-SAS/m-p/330061#M73960</link>
      <description>&lt;P&gt;in the 1st line i think you missed semicolon ..you can write code in 2 ways&amp;nbsp;&lt;/P&gt;&lt;P&gt;1st :&lt;/P&gt;&lt;P&gt;=========&lt;/P&gt;&lt;P&gt;%let path=C:/Users/ndiku/Desktop/ecprg193;&lt;/P&gt;&lt;P&gt;libname orion "&amp;amp;path";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2nd Way :&lt;/P&gt;&lt;P&gt;libname orion '&lt;SPAN&gt;C:/Users/ndiku/Desktop/ecprg193' ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2017 22:33:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-file-in-SAS/m-p/330061#M73960</guid>
      <dc:creator>sumitsagar1</dc:creator>
      <dc:date>2017-02-05T22:33:20Z</dc:date>
    </item>
  </channel>
</rss>

