<?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: create libraries that are assigned automatically in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/create-libraries-that-are-assigned-automatically/m-p/740016#M29030</link>
    <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Libname mylib "/home/u58228061/my_project";

PROC IMPORT DATAFILE="/home/u58228061/my_project/country_classification.csv"
DBMS=CSV
OUT= mylib.country_classification;
RUN;

PROC IMPORT DATAFILE="/home/u58228061/my_project/goods_classification.csv"
DBMS=CSV
OUT= mylib.goods_classification;
RUN;
PROC IMPORT DATAFILE="/home/u58228061/my_project/gsquarterly_december-2020-revised.csv"
DBMS=CSV
OUT= mylib.gsquarterly_december_revised;
RUN;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 09 May 2021 00:25:44 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-05-09T00:25:44Z</dc:date>
    <item>
      <title>create libraries that are assigned automatically</title>
      <link>https://communities.sas.com/t5/New-SAS-User/create-libraries-that-are-assigned-automatically/m-p/739929#M29019</link>
      <description>&lt;P&gt;in my Sas studio i imported csv files into a new folder and i created from csv tables of other SAS by using proc procedure .&lt;/P&gt;&lt;P&gt;now i have to create library that is assigned automatically. When i type libname mylib "path of folder" it works but the library is empty&lt;/P&gt;&lt;P&gt;any help please?&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 01:19:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/create-libraries-that-are-assigned-automatically/m-p/739929#M29019</guid>
      <dc:creator>Sarra-Matri</dc:creator>
      <dc:date>2021-05-08T01:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: create libraries that are assigned automatically</title>
      <link>https://communities.sas.com/t5/New-SAS-User/create-libraries-that-are-assigned-automatically/m-p/739942#M29020</link>
      <description>&lt;P&gt;Please post the code you are using to create the library and to add tables to it.&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 02:53:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/create-libraries-that-are-assigned-automatically/m-p/739942#M29020</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-08T02:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: create libraries that are assigned automatically</title>
      <link>https://communities.sas.com/t5/New-SAS-User/create-libraries-that-are-assigned-automatically/m-p/739966#M29023</link>
      <description>The following code is to import csv files :&lt;BR /&gt;PROC IMPORT DATAFILE="/home/u58228061/my_project/country_classification.csv"&lt;BR /&gt;DBMS=CSV&lt;BR /&gt;OUT=country_classification;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;PROC IMPORT DATAFILE="/home/u58228061/my_project/goods_classification.csv"&lt;BR /&gt;DBMS=CSV&lt;BR /&gt;OUT=goods_classification;&lt;BR /&gt;RUN;&lt;BR /&gt;PROC IMPORT DATAFILE="/home/u58228061/my_project/gsquarterly_december-2020-revised.csv"&lt;BR /&gt;DBMS=CSV&lt;BR /&gt;OUT=gsquarterly_december_revised;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;For creating librabry i tried this :&lt;BR /&gt;Libname mylib "/home/u58228061/my_project";&lt;BR /&gt;</description>
      <pubDate>Sat, 08 May 2021 13:49:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/create-libraries-that-are-assigned-automatically/m-p/739966#M29023</guid>
      <dc:creator>Sarra-Matri</dc:creator>
      <dc:date>2021-05-08T13:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: create libraries that are assigned automatically</title>
      <link>https://communities.sas.com/t5/New-SAS-User/create-libraries-that-are-assigned-automatically/m-p/740016#M29030</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Libname mylib "/home/u58228061/my_project";

PROC IMPORT DATAFILE="/home/u58228061/my_project/country_classification.csv"
DBMS=CSV
OUT= mylib.country_classification;
RUN;

PROC IMPORT DATAFILE="/home/u58228061/my_project/goods_classification.csv"
DBMS=CSV
OUT= mylib.goods_classification;
RUN;
PROC IMPORT DATAFILE="/home/u58228061/my_project/gsquarterly_december-2020-revised.csv"
DBMS=CSV
OUT= mylib.gsquarterly_december_revised;
RUN;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 09 May 2021 00:25:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/create-libraries-that-are-assigned-automatically/m-p/740016#M29030</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-09T00:25:44Z</dc:date>
    </item>
  </channel>
</rss>

