<?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 Cloud Analytic Services (CAS) (Problem importin in trial version) in Developers</title>
    <link>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/553391#M335</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/270695"&gt;@Thierry95&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I think I've finally gotten to the bottom of this. Based on how the filesystem of the trial is set up, you need to use the &lt;A title="FILENAME Statement, FILESRVC Access Method" href="https://go.documentation.sas.com/?docsetId=lestmtsglobal&amp;amp;docsetTarget=p0qapul7pyz9hmn0zfoefj0c278a.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank" rel="noopener"&gt;FILESRVC Access method&lt;/A&gt; in the filename statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is sample code you should be able to use to resolve the file not found issue you encountered:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;cas casauto;

libname mycas cas sessref=casauto;

filename books filesrvc folderpath="/Users/jofurb@sas.com/My Folder/" 
  filename="bxbooks.csv" contenttype='text/csv' lrecl=32767;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Make sure to replace the file path as needed. After successfully running these statements, I was able to proceed with the data steps to prepare and load data. After running the first data step you can verify the success by running the following code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc cas;
  table.fetch table="books";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps you move forward with the recommender sample.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2019 19:48:16 GMT</pubDate>
    <dc:creator>joeFurbee</dc:creator>
    <dc:date>2019-04-23T19:48:16Z</dc:date>
    <item>
      <title>SAS Cloud Analytic Services (CAS) (Problem importin in trial version)</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/551787#M323</link>
      <description>&lt;P&gt;Is version 3.3 instance of SAS Cloud Analytic Services (CAS) included in the trial version of SAS Visual Analytics ???&lt;/P&gt;&lt;P&gt;I want to test the Recommender System described &lt;A href="https://github.com/sassoftware/sas-viya-programming/tree/master/recommend" target="_self"&gt;Here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 15:57:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/551787#M323</guid>
      <dc:creator>Thierry95</dc:creator>
      <dc:date>2019-04-17T15:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Cloud Analytic Services (CAS) (Problem importin in trial version)</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/552080#M324</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/270695"&gt;@Thierry95&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;All SAS Viya Trials are on version 3.4, so you should be good on trying the &lt;SPAN&gt;&amp;nbsp;Recommender&amp;nbsp;&lt;/SPAN&gt;System.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 12:31:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/552080#M324</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2019-04-18T12:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Cloud Analytic Services (CAS) (Problem importin in trial version)</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/552114#M325</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'm just beginning SAS, I just tried to test the Recommender system and it failed on reading data (Physical file does not exist). Can you tell me if the problem related to the trial version.&lt;/P&gt;&lt;P&gt;And thank you very much.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 13:51:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/552114#M325</guid>
      <dc:creator>Thierry95</dc:creator>
      <dc:date>2019-04-18T13:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Cloud Analytic Services (CAS) (Problem importin in trial version)</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/552181#M326</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/270695"&gt;@Thierry95&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I took a look at the repo on GitHub and the code is expecting the file to be there already; however, there are no instructions in the README on where to get the files. On this &lt;A title="SAS Recommender System Exercises" href="https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/551787" target="_blank" rel="noopener"&gt;SAS documentation page&lt;/A&gt; (which may be helpful to you in your Trial) you will find a &lt;A title="Recommender System example files" href="%20http://www2.informatik.uni-freiburg.de/~cziegler/BX/." target="_blank" rel="noopener"&gt;link to the csv's &lt;/A&gt;used in the example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am creating a pull request on the GitHub repo to include the file locations. Good Luck!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 16:37:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/552181#M326</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2019-04-18T16:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Cloud Analytic Services (CAS) (Problem importin in trial version)</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/552400#M327</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;;&lt;/P&gt;&lt;P&gt;Thank you very much for your support, I'm using the same files you mentionned and I'm working now to secceed the import.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 07:47:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/552400#M327</guid>
      <dc:creator>Thierry95</dc:creator>
      <dc:date>2019-04-19T07:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Cloud Analytic Services (CAS) (Problem importin in trial version)</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/552403#M328</link>
      <description>&lt;P&gt;As I said, I'm using the same files used in the Recommender System, and I described absolutely my problem in this post, if you have an advise for me I will be very grateful Mr.&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 08:14:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/552403#M328</guid>
      <dc:creator>Thierry95</dc:creator>
      <dc:date>2019-04-19T08:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Cloud Analytic Services (CAS) (Problem importin in trial version)</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/552421#M329</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/270695"&gt;@Thierry95&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The documentation link that I sent in the last response will walk you through the entire Recommender System exercise. From setup to running various recommendation examples.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are continuing to have the upload issue, have you updated this SAS code?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename books '/path/to/BX-Books.csv' encoding="wlatin1" lrecl=32767;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You will need to replace the &lt;EM&gt;/path/to/&lt;/EM&gt;&amp;nbsp;part with the actual path to where you uploaded the csv files.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 11:55:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/552421#M329</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2019-04-19T11:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Cloud Analytic Services (CAS) (Problem importin in trial version)</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/552767#M333</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is exactly what I did, It is shown below (on trial version I uploaded the CSV but it is not recognized physically) :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename books '/Users/chaabolla30@gmail.com/My Folder/Data/BX-books.csv' encoding="wlatin1" lrecl=32767;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is the method used good to have access to the file path or not ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 07:31:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/552767#M333</guid>
      <dc:creator>Thierry95</dc:creator>
      <dc:date>2019-04-22T07:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Cloud Analytic Services (CAS) (Problem importin in trial version)</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/553037#M334</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/270695"&gt;@Thierry95&lt;/a&gt;, I was able to replicate your issue using the same csv files in my own env. I'm working with a couple of people on uncovering the root of the problem. I'll let you know what I find out.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 20:08:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/553037#M334</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2019-04-22T20:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Cloud Analytic Services (CAS) (Problem importin in trial version)</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/553391#M335</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/270695"&gt;@Thierry95&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I think I've finally gotten to the bottom of this. Based on how the filesystem of the trial is set up, you need to use the &lt;A title="FILENAME Statement, FILESRVC Access Method" href="https://go.documentation.sas.com/?docsetId=lestmtsglobal&amp;amp;docsetTarget=p0qapul7pyz9hmn0zfoefj0c278a.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank" rel="noopener"&gt;FILESRVC Access method&lt;/A&gt; in the filename statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is sample code you should be able to use to resolve the file not found issue you encountered:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;cas casauto;

libname mycas cas sessref=casauto;

filename books filesrvc folderpath="/Users/jofurb@sas.com/My Folder/" 
  filename="bxbooks.csv" contenttype='text/csv' lrecl=32767;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Make sure to replace the file path as needed. After successfully running these statements, I was able to proceed with the data steps to prepare and load data. After running the first data step you can verify the success by running the following code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc cas;
  table.fetch table="books";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps you move forward with the recommender sample.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 19:48:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/553391#M335</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2019-04-23T19:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Cloud Analytic Services (CAS) (Problem importin in trial version)</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/553591#M340</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your support. I'm loading the data successfully !&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish all the best for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 11:54:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Cloud-Analytic-Services-CAS-Problem-importin-in-trial/m-p/553591#M340</guid>
      <dc:creator>Thierry95</dc:creator>
      <dc:date>2019-04-24T11:54:42Z</dc:date>
    </item>
  </channel>
</rss>

