<?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 access SAMPSRC library in SAS/IML from SAS onDemand for Academics? in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/How-to-access-SAMPSRC-library-in-SAS-IML-from-SAS-onDemand-for/m-p/745861#M9997</link>
    <description>&lt;P&gt;I am teaching myself how to use lists in SAS/IML as available in SAS onDemand for Academics. The sample program on the SAS/IML 15.1 User Guide p. 169 contains the code&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;%include sampsrc(LstBST.sas); /* define modules */&lt;BR /&gt;proc iml;&lt;BR /&gt;load module = _all_; /* load modules */&lt;BR /&gt;x = {5 3 1 9 1 6 4}`;&lt;BR /&gt;bst = BSTCreate(x);&lt;BR /&gt;title "Diagram of Binary Search Tree";&lt;BR /&gt;call BSTPlot(bst);&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;which, when I run the code, produces the following error message:&lt;/P&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: Physical file does not exist, /pbr/sfw/sas/940/SASFoundation/9.4/samples/accesssample/LstBST.sas.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Cannot %INCLUDE member LstBST.sas in the aggregate SAMPSRC.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;164&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;165 %include sampsrc( LstBST.sas ) ; /* define modules */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;166&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;167 proc iml ;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: IML Ready&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;168 load module=_all_ ;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Opening storage library WORK.IMLSTOR&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;168 ! /* load modules */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;169&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;170 bst = BSTCreate( x ) ;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Invocation of unresolved module BSTCREATE.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;statement : ASSIGN at line 170 column 4&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;171 title "Diagram of Binary Search Tree" ;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;172 call BSTPlot( bst ) ;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Invocation of unresolved module BSTPLOT.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;statement : CALL at line 172 column 4&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;173 quit ;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&lt;FONT size="3"&gt;&lt;FONT size="4"&gt;Has anyone else encountered this error?&lt;/FONT&gt; Is the SAMPSRC library not included in the SAS/IML product for SAS onDemand for Academics?&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT size="4"&gt;Thanks in advance,&lt;BR /&gt;Ross Bettinger&lt;/FONT&gt;&lt;/PRE&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jun 2021 17:17:30 GMT</pubDate>
    <dc:creator>rbettinger</dc:creator>
    <dc:date>2021-06-04T17:17:30Z</dc:date>
    <item>
      <title>How to access SAMPSRC library in SAS/IML from SAS onDemand for Academics?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-access-SAMPSRC-library-in-SAS-IML-from-SAS-onDemand-for/m-p/745861#M9997</link>
      <description>&lt;P&gt;I am teaching myself how to use lists in SAS/IML as available in SAS onDemand for Academics. The sample program on the SAS/IML 15.1 User Guide p. 169 contains the code&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;%include sampsrc(LstBST.sas); /* define modules */&lt;BR /&gt;proc iml;&lt;BR /&gt;load module = _all_; /* load modules */&lt;BR /&gt;x = {5 3 1 9 1 6 4}`;&lt;BR /&gt;bst = BSTCreate(x);&lt;BR /&gt;title "Diagram of Binary Search Tree";&lt;BR /&gt;call BSTPlot(bst);&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;which, when I run the code, produces the following error message:&lt;/P&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: Physical file does not exist, /pbr/sfw/sas/940/SASFoundation/9.4/samples/accesssample/LstBST.sas.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Cannot %INCLUDE member LstBST.sas in the aggregate SAMPSRC.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;164&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;165 %include sampsrc( LstBST.sas ) ; /* define modules */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;166&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;167 proc iml ;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: IML Ready&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;168 load module=_all_ ;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Opening storage library WORK.IMLSTOR&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;168 ! /* load modules */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;169&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;170 bst = BSTCreate( x ) ;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Invocation of unresolved module BSTCREATE.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;statement : ASSIGN at line 170 column 4&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;171 title "Diagram of Binary Search Tree" ;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;172 call BSTPlot( bst ) ;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Invocation of unresolved module BSTPLOT.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;statement : CALL at line 172 column 4&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;173 quit ;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&lt;FONT size="3"&gt;&lt;FONT size="4"&gt;Has anyone else encountered this error?&lt;/FONT&gt; Is the SAMPSRC library not included in the SAS/IML product for SAS onDemand for Academics?&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT size="4"&gt;Thanks in advance,&lt;BR /&gt;Ross Bettinger&lt;/FONT&gt;&lt;/PRE&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 17:17:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-access-SAMPSRC-library-in-SAS-IML-from-SAS-onDemand-for/m-p/745861#M9997</guid>
      <dc:creator>rbettinger</dc:creator>
      <dc:date>2021-06-04T17:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to access SAMPSRC library in SAS/IML from SAS onDemand for Academics?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-access-SAMPSRC-library-in-SAS-IML-from-SAS-onDemand-for/m-p/745887#M9998</link>
      <description>&lt;P&gt;Unfortunately, I don't know the answer to your question about SODA. However, the examples are part of the documentation and are publically available in other installations of SAS. I've put the list-related example programs in a github repo so that you can browse or download them:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/sascommunities/the-do-loop-blog/tree/master/iml-sampsrc" target="_self"&gt;SAS/IML sampsrc files&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 19:14:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-access-SAMPSRC-library-in-SAS-IML-from-SAS-onDemand-for/m-p/745887#M9998</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-06-04T19:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to access SAMPSRC library in SAS/IML from SAS onDemand for Academics?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-access-SAMPSRC-library-in-SAS-IML-from-SAS-onDemand-for/m-p/745915#M9999</link>
      <description>&lt;P&gt;I the github repository created by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp; there is no file named "&lt;SPAN&gt;LstBST.sas".&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But there is a file named "lstbst.sas".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Filenames on unix filesystems are case sensitive.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 20:56:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-access-SAMPSRC-library-in-SAS-IML-from-SAS-onDemand-for/m-p/745915#M9999</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-06-04T20:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to access SAMPSRC library in SAS/IML from SAS onDemand for Academics?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-access-SAMPSRC-library-in-SAS-IML-from-SAS-onDemand-for/m-p/745930#M10000</link>
      <description>Thanks, Rick. I will use your code and make my own module library.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2021 21:53:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-access-SAMPSRC-library-in-SAS-IML-from-SAS-onDemand-for/m-p/745930#M10000</guid>
      <dc:creator>rbettinger</dc:creator>
      <dc:date>2021-06-04T21:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to access SAMPSRC library in SAS/IML from SAS onDemand for Academics?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-access-SAMPSRC-library-in-SAS-IML-from-SAS-onDemand-for/m-p/745931#M10001</link>
      <description>Thanks, Tom. I appreciate your help with my question.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2021 21:54:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-access-SAMPSRC-library-in-SAS-IML-from-SAS-onDemand-for/m-p/745931#M10001</guid>
      <dc:creator>rbettinger</dc:creator>
      <dc:date>2021-06-04T21:54:56Z</dc:date>
    </item>
  </channel>
</rss>

