<?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 sas enterprise guide version 7.12 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/USING-sas-enterprise-guide-version-7-12/m-p/329165#M21888</link>
    <description>&lt;P&gt;Datalines is for inline data (data is written&amp;nbsp;&lt;U&gt;into&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;STRIKE&gt;&lt;/STRIKE&gt; the data step). For an external file, use infile and input.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Feb 2017 17:12:05 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-02-01T17:12:05Z</dc:date>
    <item>
      <title>USING sas enterprise guide version 7.12</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/USING-sas-enterprise-guide-version-7-12/m-p/329162#M21887</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have SAS enterprise guide verison 7.12 installed and server is connected. I need to use comma delimited txt file from SASapp using the server directory. I&amp;nbsp;could access that txt file in server.&amp;nbsp;&amp;nbsp;In order to use that txt file, do I need to use infile, input and datalines option? How do I proceed to use data and proc step?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help in advance&lt;/P&gt;&lt;P&gt;Samrita&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 17:06:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/USING-sas-enterprise-guide-version-7-12/m-p/329162#M21887</guid>
      <dc:creator>Aadhya2016</dc:creator>
      <dc:date>2017-02-01T17:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: USING sas enterprise guide version 7.12</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/USING-sas-enterprise-guide-version-7-12/m-p/329165#M21888</link>
      <description>&lt;P&gt;Datalines is for inline data (data is written&amp;nbsp;&lt;U&gt;into&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;STRIKE&gt;&lt;/STRIKE&gt; the data step). For an external file, use infile and input.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 17:12:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/USING-sas-enterprise-guide-version-7-12/m-p/329165#M21888</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-02-01T17:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: USING sas enterprise guide version 7.12</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/USING-sas-enterprise-guide-version-7-12/m-p/329167#M21889</link>
      <description>&lt;P&gt;Thank you for reply,&lt;/P&gt;&lt;P&gt;data is under this file suppTRP-1062.txt and data looks like follows:&lt;/P&gt;&lt;P&gt;J,08,2,1,02/08/1998,74,280&lt;/P&gt;&lt;P&gt;J,11,1,,12/14/1997, 66, 169&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so if I want to create new data SET called STUDY&amp;nbsp;&amp;nbsp;using this file, can I use this code,&lt;/P&gt;&lt;P&gt;data work.suppTRP-1062;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SET STUDY;&lt;/P&gt;&lt;P&gt;lenght Site $1 PT $2&lt;/P&gt;&lt;P&gt;Datalines;&lt;/P&gt;&lt;P&gt;J,08,2,1,02/08/1998,74,280&lt;/P&gt;&lt;P&gt;J,11,1,,12/14/1997, 66, 169&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samrita&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 17:23:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/USING-sas-enterprise-guide-version-7-12/m-p/329167#M21889</guid>
      <dc:creator>Aadhya2016</dc:creator>
      <dc:date>2017-02-01T17:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: USING sas enterprise guide version 7.12</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/USING-sas-enterprise-guide-version-7-12/m-p/329169#M21890</link>
      <description>&lt;P&gt;You seem to not have read my post. You either use datalines and data internal to the data step, or infile and an external file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the data statement, you name the dataset that is to be created. A set statement names an existing dataset thst us to be read, so you don't need that statement. Use input to read variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Study the documentation for all these statements to get a clue.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 17:31:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/USING-sas-enterprise-guide-version-7-12/m-p/329169#M21890</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-02-01T17:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: USING sas enterprise guide version 7.12</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/USING-sas-enterprise-guide-version-7-12/m-p/329172#M21891</link>
      <description>&lt;P&gt;If you use the 'old text editor' &amp;nbsp;and the csv file is at&amp;nbsp;&lt;SPAN&gt;c:\temp\tmp.csv&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then this code will create class.sas7bdat from the csv&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dm "dimport 'c:\temp\tmp.csv' class &amp;nbsp;replace";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also type&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;dimport 'c:\temp\tmp.csv' class &amp;nbsp;replace&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;on the clean 'command line'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This does not work in EE, EG, UE, SAS Stiudio, On demand,.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;EE does not have a command line that supports SAS scripting like home, cursor or store.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:17:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/USING-sas-enterprise-guide-version-7-12/m-p/329172#M21891</guid>
      <dc:creator>rogerjdeangelis</dc:creator>
      <dc:date>2017-02-01T18:17:42Z</dc:date>
    </item>
  </channel>
</rss>

