<?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: how to show string and list in SAS9.4 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-show-string-and-list-in-SAS9-4/m-p/540343#M149036</link>
    <description>SAS uses very different concepts.  Each field in a SAS data set is defined as being numeric or character, and has a set length.  Fields are padded with trailing blanks as needed in order to reach their defined length.&lt;BR /&gt;&lt;BR /&gt;The concept of a list can be constructed by defining an array in a DATA step.  All arrays are temporary and exist for the duration of that DATA step only.  So ARRAYS is one topic you may need to understand.&lt;BR /&gt;&lt;BR /&gt;A final topic you may need to study is VARIABLE LISTS.  SAS contains several shortcut for referring to a set of fields.</description>
    <pubDate>Tue, 05 Mar 2019 07:06:42 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2019-03-05T07:06:42Z</dc:date>
    <item>
      <title>how to show string and list in SAS9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-show-string-and-list-in-SAS9-4/m-p/540336#M149032</link>
      <description>&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21.33px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;are there differences between string and list in SAS?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I want to make a list from strings, what should I do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21.33px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 06:33:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-show-string-and-list-in-SAS9-4/m-p/540336#M149032</guid>
      <dc:creator>echo777</dc:creator>
      <dc:date>2019-03-05T06:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to show string and list in SAS9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-show-string-and-list-in-SAS9-4/m-p/540343#M149036</link>
      <description>SAS uses very different concepts.  Each field in a SAS data set is defined as being numeric or character, and has a set length.  Fields are padded with trailing blanks as needed in order to reach their defined length.&lt;BR /&gt;&lt;BR /&gt;The concept of a list can be constructed by defining an array in a DATA step.  All arrays are temporary and exist for the duration of that DATA step only.  So ARRAYS is one topic you may need to understand.&lt;BR /&gt;&lt;BR /&gt;A final topic you may need to study is VARIABLE LISTS.  SAS contains several shortcut for referring to a set of fields.</description>
      <pubDate>Tue, 05 Mar 2019 07:06:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-show-string-and-list-in-SAS9-4/m-p/540343#M149036</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-03-05T07:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to show string and list in SAS9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-show-string-and-list-in-SAS9-4/m-p/540344#M149037</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;"&lt;EM&gt;are there differences between string and list in SAS&lt;/EM&gt;"&lt;/P&gt;
&lt;P&gt;SAS doesn't really have a concept of lists and there aren't any abstract data types.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;EM&gt;if I want to make a list from strings, what should I do?&lt;/EM&gt;"&lt;/P&gt;
&lt;P&gt;See above. There are no lists but there are always ways to get to the result you need. What is it that you need to achieve?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 07:07:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-show-string-and-list-in-SAS9-4/m-p/540344#M149037</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-03-05T07:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to show string and list in SAS9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-show-string-and-list-in-SAS9-4/m-p/540508#M149111</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/265178"&gt;@echo777&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN style="font: 400 14px/21.33px &amp;quot;HelevticaNeue-light&amp;quot;,&amp;quot;Helvetica Neue&amp;quot;,Helvetica,Arial,sans-serif; text-align: left; color: rgb(51, 51, 51); text-transform: none; text-indent: 0px; letter-spacing: normal; text-decoration: none; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; background-color: transparent; -webkit-text-stroke-width: 0px;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;are there differences between string and list in SAS?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if I want to make a list from strings, what should I do?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font: 400 14px/21.33px &amp;quot;HelevticaNeue-light&amp;quot;,&amp;quot;Helvetica Neue&amp;quot;,Helvetica,Arial,sans-serif; text-align: left; color: rgb(51, 51, 51); text-transform: none; text-indent: 0px; letter-spacing: normal; text-decoration: none; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; background-color: transparent; -webkit-text-stroke-width: 0px;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;An explicit example of what your are attempting would likely be a good idea.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only LIST called such I have encountered with SAS is in the SAS/AF and FSP modules used with the Screen Control Language subsystem to hold things like drop down list, radio button or option button&amp;nbsp;options or selections.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 17:22:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-show-string-and-list-in-SAS9-4/m-p/540508#M149111</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-03-05T17:22:19Z</dc:date>
    </item>
  </channel>
</rss>

