<?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: proc iml square brackets in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410327#M3864</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;The list feature was introduced in SAS 9.4M4&amp;nbsp; (SAS/IML 14.2).&lt;/P&gt;
&lt;P&gt;The new syntax that uses brackets and dollar signs is a feature of SAS 9.4M5 (SAS/IML 14.3).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/iml/index.html#iml142" target="_self"&gt;Use this documentation page &lt;/A&gt;when you need to select earlier&amp;nbsp;versions of the software.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I didn't notice any talk about LIST feature in the What's new in .... pages.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did I miss it?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Nov 2017 16:24:03 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2017-11-03T16:24:03Z</dc:date>
    <item>
      <title>proc iml square brackets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410277#M3854</link>
      <description>&lt;P&gt;I use sas university edition (sas studio 3.6 + sas 9.04.01M4P ) and have some problems with PROC IML list of lists :&lt;/P&gt;&lt;P&gt;L=[list1, xx , tab2] a mix of everything.&lt;BR /&gt;The selection of an item of&amp;nbsp; a list of lists with [ ] and L$2 is impossible, yet documentated in SAS/IML® 14.3 User’s Guide, p.146&lt;/P&gt;&lt;P&gt;.&lt;BR /&gt;I tried these commands with several examples picked into "SAS_IML User's Guide Example Programs" ...&lt;/P&gt;&lt;P&gt;This simple one doesn't work&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&amp;nbsp;proc iml ;&lt;BR /&gt;LL = [100, "Q"];&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with :&amp;nbsp; ERROR 22-322: Syntax error, expecting one of the following: un nom, une chaîne entre guillemets, une constante numérique,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; une constante date temps, une valeur manquante. &amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; ERROR 76-322: Syntax error, statement will be ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I guess i missed something or my SAS UE version of proc IML is too old (how to check it is IML 14.3 ???)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 15:06:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410277#M3854</guid>
      <dc:creator>frdauph</dc:creator>
      <dc:date>2017-11-03T15:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: proc iml square brackets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410280#M3855</link>
      <description>&lt;P&gt;Can you reference the online documentation, page 146 is useless for a webpage.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can run PROC SETINIT; RUN; to see what version of SAS/IML, but SAS UE has T-1 version, so it's not the latest but it's pretty up to date.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 15:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410280#M3855</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-03T15:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: proc iml square brackets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410284#M3856</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;proc iml ;&lt;BR /&gt;LL = [100, "Q"];&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think you can have both numeric and character in a matrix.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 15:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410284#M3856</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-11-03T15:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: proc iml square brackets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410293#M3861</link>
      <description>&lt;P&gt;Lists should handle character values, as of the latest releases:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/03/29/lists-sasiml.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2017/03/29/lists-sasiml.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 15:34:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410293#M3861</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-03T15:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: proc iml square brackets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410302#M3858</link>
      <description>&lt;P&gt;The documentation page the &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;posted seems to say that you need to use the List.... functions to modify the list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc iml;
L = ListCreate(2);                  /* L is two-item list */
call ListSetItem(L, 1, 1:3);        /* 1st item is 1x3 vector */
call ListSetItem(L, 2, {4 3, 2 1}); /* 2nd item is 2x2 matrix */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Actually that code from the documentation does not work in&amp;nbsp;SAS 9.4 (TS1M3) .&lt;/P&gt;
&lt;PRE&gt;2    proc iml;
NOTE: IML Ready
3    L = ListCreate(2);
ERROR: Invocation of unresolved module LISTCREATE.

 statement : ASSIGN at line 3 column 1
3  !                                     /* L is two-item list */
4    call ListSetItem(L, 1, 1:3);
ERROR: Invocation of unresolved module LISTSETITEM.

 statement : CALL at line 4 column 1
4  !                                     /* 1st item is 1x3 vector */
5    call ListSetItem(L, 2, {4 3, 2 1});
ERROR: Invocation of unresolved module LISTSETITEM.

 statement : CALL at line 5 column 1
5  !                                     /* 2nd item is 2x2 matrix */&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 16:18:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410302#M3858</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-11-03T16:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: proc iml square brackets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410313#M3859</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the on line reference :&lt;/P&gt;&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=imlug&amp;amp;docsetTarget=imlug_lists_syntax02.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=fr" target="_blank"&gt;http://documentation.sas.com/?docsetId=imlug&amp;amp;docsetTarget=imlug_lists_syntax02.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=fr&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using [ ], $ and lists of everything lists seems OK !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 16:12:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410313#M3859</guid>
      <dc:creator>frdauph</dc:creator>
      <dc:date>2017-11-03T16:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc iml square brackets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410322#M3862</link>
      <description>&lt;P&gt;OK, but PROC SETINIT; RUN;&amp;nbsp; doens't&amp;nbsp; inform on IML version...&lt;/P&gt;&lt;P&gt;But I guess it's definitely N-1 i.e. 14.2 for IML ???&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 16:20:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410322#M3862</guid>
      <dc:creator>frdauph</dc:creator>
      <dc:date>2017-11-03T16:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc iml square brackets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410325#M3863</link>
      <description>&lt;P&gt;The list feature was introduced in SAS 9.4M4&amp;nbsp; (SAS/IML 14.2).&lt;/P&gt;
&lt;P&gt;The new syntax that uses brackets and dollar signs is a feature of SAS 9.4M5 (SAS/IML 14.3).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/iml/index.html#iml142" target="_self"&gt;Use this documentation page &lt;/A&gt;when you need to select earlier&amp;nbsp;versions of the software.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe that the SAS University Edition will update to 9.4M5 soon. Possibly December or January.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 16:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410325#M3863</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-11-03T16:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: proc iml square brackets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410327#M3864</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;The list feature was introduced in SAS 9.4M4&amp;nbsp; (SAS/IML 14.2).&lt;/P&gt;
&lt;P&gt;The new syntax that uses brackets and dollar signs is a feature of SAS 9.4M5 (SAS/IML 14.3).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/iml/index.html#iml142" target="_self"&gt;Use this documentation page &lt;/A&gt;when you need to select earlier&amp;nbsp;versions of the software.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I didn't notice any talk about LIST feature in the What's new in .... pages.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did I miss it?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 16:24:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410327#M3864</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-11-03T16:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: proc iml square brackets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410329#M3865</link>
      <description>&lt;P&gt;I guess that's it, and I have to wait ...&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 16:24:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410329#M3865</guid>
      <dc:creator>frdauph</dc:creator>
      <dc:date>2017-11-03T16:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: proc iml square brackets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410331#M3866</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;Follow the link that I provided. Lists are the first item in the 14.3 "What's New" and the second item in the 14.2 "What's New" sections.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 16:25:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410331#M3866</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-11-03T16:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: proc iml square brackets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410344#M3867</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/29469"&gt;@frdauph&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;OK, but PROC SETINIT; RUN;&amp;nbsp; doens't&amp;nbsp; inform on IML version...&lt;/P&gt;
&lt;P&gt;But I guess it's definitely N-1 i.e. 14.2 for IML ???&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Then it would be PROC PRODUCT_STATUS; RUN;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 16:44:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410344#M3867</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-03T16:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: proc iml square brackets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410374#M3868</link>
      <description>&lt;P&gt;Right, thanks a lot&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 17:28:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/proc-iml-square-brackets/m-p/410374#M3868</guid>
      <dc:creator>frdauph</dc:creator>
      <dc:date>2017-11-03T17:28:43Z</dc:date>
    </item>
  </channel>
</rss>

