<?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: EG4 - Creating a Table with two columns in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG4-Creating-a-Table-with-two-columns/m-p/305888#M20738</link>
    <description>&lt;P&gt;Thanks, I spoke to a colleague and he showed me Datalines, so that's what I ended up using and I managed to get it all working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2016 09:20:16 GMT</pubDate>
    <dc:creator>paulrockliffe</dc:creator>
    <dc:date>2016-10-20T09:20:16Z</dc:date>
    <item>
      <title>EG4 - Creating a Table with two columns</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG4-Creating-a-Table-with-two-columns/m-p/305621#M20711</link>
      <description>&lt;P&gt;Another simple question from a beginner; I'm trying to use a Code Node to create a table.&amp;nbsp; It's relatively simple with just two columns and I have code that happily creates a table with one column, but I'm struggling to adapt that to create the second column.&amp;nbsp; Google isn't coming up with anything useful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Enterprise Guide 4.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone can help me out that would be really useful!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 10:11:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG4-Creating-a-Table-with-two-columns/m-p/305621#M20711</guid>
      <dc:creator>paulrockliffe</dc:creator>
      <dc:date>2016-10-19T10:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: EG4 - Creating a Table with two columns</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG4-Creating-a-Table-with-two-columns/m-p/305634#M20713</link>
      <description>&lt;P&gt;Maybe I don't really understand the question, but&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
var1 = 'a';
var2 = 1;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;should suffice?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 11:21:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG4-Creating-a-Table-with-two-columns/m-p/305634#M20713</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-10-19T11:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: EG4 - Creating a Table with two columns</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG4-Creating-a-Table-with-two-columns/m-p/305642#M20714</link>
      <description>&lt;P&gt;What's your current code and how would you like to expand your query?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:08:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG4-Creating-a-Table-with-two-columns/m-p/305642#M20714</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-19T12:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: EG4 - Creating a Table with two columns</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG4-Creating-a-Table-with-two-columns/m-p/305677#M20715</link>
      <description>&lt;P&gt;Perhaps:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
    input x y;
datalines;
1 2
3 4
1236 5.56
;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Oct 2016 14:21:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG4-Creating-a-Table-with-two-columns/m-p/305677#M20715</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-10-19T14:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: EG4 - Creating a Table with two columns</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG4-Creating-a-Table-with-two-columns/m-p/305888#M20738</link>
      <description>&lt;P&gt;Thanks, I spoke to a colleague and he showed me Datalines, so that's what I ended up using and I managed to get it all working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 09:20:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG4-Creating-a-Table-with-two-columns/m-p/305888#M20738</guid>
      <dc:creator>paulrockliffe</dc:creator>
      <dc:date>2016-10-20T09:20:16Z</dc:date>
    </item>
  </channel>
</rss>

