<?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: Importing data Sas OnDemand in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Importing-data-Sas-OnDemand/m-p/487132#M6058</link>
    <description>&lt;P&gt;1. Upload your data. Go the Servers Files Folders pane, there's a little up arrow and you can upload your data set. I believe there's a limit to the size of the data set you can use.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Once the data set is uploaded and you can see it in Servers Files &amp;amp; Folders, right click and select properties. That will be the path you need to use to import the file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226473"&gt;@stephanie_h6&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I am new to SAS Studio (onDemand for Academics), while I usually use another version. I have trouble linking my data in my program. Here is the version of the program I use, with the two options I have already to import my data (either with the full version or the UE version)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;

/*PROC IMPORT DATAFILE= "2018-07-26_Graminees_2016-2017_Steph_morpho1642_avecLUZERNE.xlsx"
            DBMS=xlsx REPLACE OUT=WORK.morpho1642;
     GETNAMES=YES;
     SHEET="SAS_graminees2016-2017_avecLUZ";
run;
*/


*with SAS University;
PROC IMPORT OUT= WORK.racines1642
DATAFILE= "/folders/myfolders/2018-07-26_Graminees_2016-2017_Steph_morpho1642_avecLUZERNE.xlsx" 
DBMS=xlsx REPLACE;
SHEET="SAS_graminees2016-2017_avecLUZ"; 
run;
proc contents varnum;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Now, I am very confuse with everything, so excuse me in advance.&lt;/P&gt;
&lt;P&gt;I use the OnDemand version.&lt;/P&gt;
&lt;P&gt;I already did successfully&amp;nbsp;import my data from my .xlsx file to my Library.&lt;/P&gt;
&lt;P&gt;The further steps are the ones that confuse me. Can I use the second version of the code I have already ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this is clear&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Aug 2018 18:58:36 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-08-15T18:58:36Z</dc:date>
    <item>
      <title>Importing data Sas OnDemand</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Importing-data-Sas-OnDemand/m-p/487080#M6053</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am new to SAS Studio (onDemand for Academics), while I usually use another version. I have trouble linking my data in my program. Here is the version of the program I use, with the two options I have already to import my data (either with the full version or the UE version)&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;

/*PROC IMPORT DATAFILE= "2018-07-26_Graminees_2016-2017_Steph_morpho1642_avecLUZERNE.xlsx"
            DBMS=xlsx REPLACE OUT=WORK.morpho1642;
     GETNAMES=YES;
     SHEET="SAS_graminees2016-2017_avecLUZ";
run;
*/


*with SAS University;
PROC IMPORT OUT= WORK.racines1642
DATAFILE= "/folders/myfolders/2018-07-26_Graminees_2016-2017_Steph_morpho1642_avecLUZERNE.xlsx" 
DBMS=xlsx REPLACE;
SHEET="SAS_graminees2016-2017_avecLUZ"; 
run;
proc contents varnum;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Now, I am very confuse with everything, so excuse me in advance.&lt;/P&gt;&lt;P&gt;I use the OnDemand version.&lt;/P&gt;&lt;P&gt;I already did successfully&amp;nbsp;import my data from my .xlsx file to my Library.&lt;/P&gt;&lt;P&gt;The further steps are the ones that confuse me. Can I use the second version of the code I have already ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this is clear&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 17:24:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Importing-data-Sas-OnDemand/m-p/487080#M6053</guid>
      <dc:creator>stephanie_h6</dc:creator>
      <dc:date>2018-08-15T17:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data Sas OnDemand</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Importing-data-Sas-OnDemand/m-p/487132#M6058</link>
      <description>&lt;P&gt;1. Upload your data. Go the Servers Files Folders pane, there's a little up arrow and you can upload your data set. I believe there's a limit to the size of the data set you can use.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Once the data set is uploaded and you can see it in Servers Files &amp;amp; Folders, right click and select properties. That will be the path you need to use to import the file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226473"&gt;@stephanie_h6&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I am new to SAS Studio (onDemand for Academics), while I usually use another version. I have trouble linking my data in my program. Here is the version of the program I use, with the two options I have already to import my data (either with the full version or the UE version)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;

/*PROC IMPORT DATAFILE= "2018-07-26_Graminees_2016-2017_Steph_morpho1642_avecLUZERNE.xlsx"
            DBMS=xlsx REPLACE OUT=WORK.morpho1642;
     GETNAMES=YES;
     SHEET="SAS_graminees2016-2017_avecLUZ";
run;
*/


*with SAS University;
PROC IMPORT OUT= WORK.racines1642
DATAFILE= "/folders/myfolders/2018-07-26_Graminees_2016-2017_Steph_morpho1642_avecLUZERNE.xlsx" 
DBMS=xlsx REPLACE;
SHEET="SAS_graminees2016-2017_avecLUZ"; 
run;
proc contents varnum;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Now, I am very confuse with everything, so excuse me in advance.&lt;/P&gt;
&lt;P&gt;I use the OnDemand version.&lt;/P&gt;
&lt;P&gt;I already did successfully&amp;nbsp;import my data from my .xlsx file to my Library.&lt;/P&gt;
&lt;P&gt;The further steps are the ones that confuse me. Can I use the second version of the code I have already ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this is clear&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 18:58:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Importing-data-Sas-OnDemand/m-p/487132#M6058</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-15T18:58:36Z</dc:date>
    </item>
  </channel>
</rss>

