<?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: using array in an imported fields in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-array-in-an-imported-fields/m-p/755322#M39158</link>
    <description>&lt;P&gt;Without knowing what you are trying to accomplish, you can't get specific suggestions.&amp;nbsp; Here are a few general guidelines:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Arrays don't care where the data came from, whether it is Excel or any other source.&amp;nbsp; They only care about what is in your SAS data set.&lt;/LI&gt;
&lt;LI&gt;Anything you can do with arrays you can do without arrays.&amp;nbsp; Arrays don't add any functionality at all, only a short cut (in some cases) for writing the program.&lt;/LI&gt;
&lt;LI&gt;An array can contain only one type of variable (character or numeric).&amp;nbsp; It looks like you have both (emp_sal would be numeric, and emp_name would be character).&amp;nbsp; So you will need at least two arrays.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For more guidance, you need to supply more information about your objectives.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jul 2021 12:17:45 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2021-07-20T12:17:45Z</dc:date>
    <item>
      <title>using array in an imported fields</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-array-in-an-imported-fields/m-p/755293#M39157</link>
      <description>&lt;P&gt;if we have imported the data from excel and if we want to use arrays. For example, we are having the fields like emp_id, emp_name, emp_sal in the imported data. How to use arrays?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 10:47:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-array-in-an-imported-fields/m-p/755293#M39157</guid>
      <dc:creator>sas_it</dc:creator>
      <dc:date>2021-07-20T10:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: using array in an imported fields</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-array-in-an-imported-fields/m-p/755322#M39158</link>
      <description>&lt;P&gt;Without knowing what you are trying to accomplish, you can't get specific suggestions.&amp;nbsp; Here are a few general guidelines:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Arrays don't care where the data came from, whether it is Excel or any other source.&amp;nbsp; They only care about what is in your SAS data set.&lt;/LI&gt;
&lt;LI&gt;Anything you can do with arrays you can do without arrays.&amp;nbsp; Arrays don't add any functionality at all, only a short cut (in some cases) for writing the program.&lt;/LI&gt;
&lt;LI&gt;An array can contain only one type of variable (character or numeric).&amp;nbsp; It looks like you have both (emp_sal would be numeric, and emp_name would be character).&amp;nbsp; So you will need at least two arrays.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For more guidance, you need to supply more information about your objectives.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 12:17:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-array-in-an-imported-fields/m-p/755322#M39158</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2021-07-20T12:17:45Z</dc:date>
    </item>
  </channel>
</rss>

