<?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 CONVERTING a &amp;quot;.sas&amp;quot; file into &amp;quot;.dat&amp;quot; file in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/CONVERTING-a-quot-sas-quot-file-into-quot-dat-quot-file/m-p/63367#M18011</link>
    <description>hello ,&lt;BR /&gt;
&lt;BR /&gt;
plz could you tell me how to convert a ".sas" file into ".dat" file .I used the code -&lt;BR /&gt;
&lt;BR /&gt;
libname  'c:\Cwa';&lt;BR /&gt;
data = 'c:\Cwa\laptop_review.sas';&lt;BR /&gt;
	set laptop_review;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
log -&lt;BR /&gt;
&lt;BR /&gt;
ERROR: 'c:\Sas' is not a valid SAS name.&lt;BR /&gt;
ERROR: Error in the LIBNAME statement.&lt;BR /&gt;
125  data = 'c:\Sas\laptop_review.sas';&lt;BR /&gt;
     ----&lt;BR /&gt;
     180&lt;BR /&gt;
&lt;BR /&gt;
ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;
&lt;BR /&gt;
126      set laptop_review;&lt;BR /&gt;
         ---&lt;BR /&gt;
         180&lt;BR /&gt;
&lt;BR /&gt;
ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;
&lt;BR /&gt;
 regards ,&lt;BR /&gt;
markc</description>
    <pubDate>Tue, 02 Mar 2010 07:08:39 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-03-02T07:08:39Z</dc:date>
    <item>
      <title>CONVERTING a ".sas" file into ".dat" file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/CONVERTING-a-quot-sas-quot-file-into-quot-dat-quot-file/m-p/63367#M18011</link>
      <description>hello ,&lt;BR /&gt;
&lt;BR /&gt;
plz could you tell me how to convert a ".sas" file into ".dat" file .I used the code -&lt;BR /&gt;
&lt;BR /&gt;
libname  'c:\Cwa';&lt;BR /&gt;
data = 'c:\Cwa\laptop_review.sas';&lt;BR /&gt;
	set laptop_review;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
log -&lt;BR /&gt;
&lt;BR /&gt;
ERROR: 'c:\Sas' is not a valid SAS name.&lt;BR /&gt;
ERROR: Error in the LIBNAME statement.&lt;BR /&gt;
125  data = 'c:\Sas\laptop_review.sas';&lt;BR /&gt;
     ----&lt;BR /&gt;
     180&lt;BR /&gt;
&lt;BR /&gt;
ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;
&lt;BR /&gt;
126      set laptop_review;&lt;BR /&gt;
         ---&lt;BR /&gt;
         180&lt;BR /&gt;
&lt;BR /&gt;
ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;
&lt;BR /&gt;
 regards ,&lt;BR /&gt;
markc</description>
      <pubDate>Tue, 02 Mar 2010 07:08:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/CONVERTING-a-quot-sas-quot-file-into-quot-dat-quot-file/m-p/63367#M18011</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-02T07:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: CONVERTING a ".sas" file into ".dat" file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/CONVERTING-a-quot-sas-quot-file-into-quot-dat-quot-file/m-p/63368#M18012</link>
      <description>Your problem can easily be solved after reading the documentation available on the SAS website: &lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/connreflibdictent.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/connreflibdictent.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
I recommend starting with "SAS 9.2 Language Reference: Concepts". The chapters "DATA Step Concepts" and "SAS Files Concepts" will help you understanding the very basics of SAS.</description>
      <pubDate>Tue, 02 Mar 2010 08:58:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/CONVERTING-a-quot-sas-quot-file-into-quot-dat-quot-file/m-p/63368#M18012</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2010-03-02T08:58:28Z</dc:date>
    </item>
  </channel>
</rss>

