<?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: creating a sas dataset using proc in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/creating-a-sas-dataset-using-proc/m-p/421439#M103678</link>
    <description>&lt;P&gt;So you have to create a data set using just some procedure?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In that case use &lt;A href="http://documentation.sas.com/?docsetId=sqlproc&amp;amp;docsetTarget=titlepage.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=da" target="_self"&gt;PROC SQL&lt;/A&gt; like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
	create table MyTable as
	select Name
	      ,Age
	from sashelp.class;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 15 Dec 2017 06:30:52 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2017-12-15T06:30:52Z</dc:date>
    <item>
      <title>creating a sas dataset using proc</title>
      <link>https://communities.sas.com/t5/SAS-Programming/creating-a-sas-dataset-using-proc/m-p/421434#M103674</link>
      <description>&lt;P&gt;can anyone help me with this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Using PROC ??, create a SAS data set named 'music' using data file (Bands.csv);&lt;BR /&gt;* Use variables: Do you need?&lt;BR /&gt;* Add Title: Customers at each Gig!&lt;BR /&gt;* HINT: use PROC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you also send the link to explanation of concept in sas documentation&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 05:17:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/creating-a-sas-dataset-using-proc/m-p/421434#M103674</guid>
      <dc:creator>rk7</dc:creator>
      <dc:date>2017-12-15T05:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: creating a sas dataset using proc</title>
      <link>https://communities.sas.com/t5/SAS-Programming/creating-a-sas-dataset-using-proc/m-p/421439#M103678</link>
      <description>&lt;P&gt;So you have to create a data set using just some procedure?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In that case use &lt;A href="http://documentation.sas.com/?docsetId=sqlproc&amp;amp;docsetTarget=titlepage.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=da" target="_self"&gt;PROC SQL&lt;/A&gt; like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
	create table MyTable as
	select Name
	      ,Age
	from sashelp.class;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Dec 2017 06:30:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/creating-a-sas-dataset-using-proc/m-p/421439#M103678</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-12-15T06:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: creating a sas dataset using proc</title>
      <link>https://communities.sas.com/t5/SAS-Programming/creating-a-sas-dataset-using-proc/m-p/421440#M103679</link>
      <description>&lt;P&gt;This sounds like homework. Here is a link to the procedure that should help you:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n1qn5sclnu2l9dn1w61ifw8wqhts.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n1qn5sclnu2l9dn1w61ifw8wqhts.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 06:33:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/creating-a-sas-dataset-using-proc/m-p/421440#M103679</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-12-15T06:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: creating a sas dataset using proc</title>
      <link>https://communities.sas.com/t5/SAS-Programming/creating-a-sas-dataset-using-proc/m-p/421446#M103681</link>
      <description>&lt;P&gt;I guess you are looking for proc import.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 07:12:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/creating-a-sas-dataset-using-proc/m-p/421446#M103681</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-12-15T07:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: creating a sas dataset using proc</title>
      <link>https://communities.sas.com/t5/SAS-Programming/creating-a-sas-dataset-using-proc/m-p/421612#M103703</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/173586"&gt;@rk7&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;can anyone help me with this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* Using PROC ??, create a SAS data set named 'music' using data file (Bands.csv);&lt;BR /&gt;* Use variables: Do you need?&lt;BR /&gt;* Add Title: Customers at each Gig!&lt;BR /&gt;* HINT: use PROC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you also send the link to explanation of concept in sas documentation&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I think you're looking for how to import a file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see the videos here that go over several ways to import a CSV file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://video.sas.com/#category/videos/sas-analytics-u" target="_blank"&gt;http://video.sas.com/#category/videos/sas-analytics-u&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:55:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/creating-a-sas-dataset-using-proc/m-p/421612#M103703</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-15T15:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: creating a sas dataset using proc</title>
      <link>https://communities.sas.com/t5/SAS-Programming/creating-a-sas-dataset-using-proc/m-p/421745#M103720</link>
      <description>&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2017 01:24:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/creating-a-sas-dataset-using-proc/m-p/421745#M103720</guid>
      <dc:creator>rk7</dc:creator>
      <dc:date>2017-12-16T01:24:37Z</dc:date>
    </item>
  </channel>
</rss>

