<?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: SAS ARGHH in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-ARGHH/m-p/14911#M2534</link>
    <description>Hi:&lt;BR /&gt;
  Generally, you use PROC IMPORT or the Excel LIBNAME engine to import an Excel sheet into a SAS dataset. There have been many previous forum postings on using these methods.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Tue, 22 Feb 2011 16:15:13 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2011-02-22T16:15:13Z</dc:date>
    <item>
      <title>SAS ARGHH</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-ARGHH/m-p/14910#M2533</link>
      <description>Hey Guys &lt;BR /&gt;
&lt;BR /&gt;
Just wondering if anyone can help me with this coding. i have to import a excel file to SAS. ive done that and its gone through but as soon as i put the following coding in SAS :&lt;BR /&gt;
&lt;BR /&gt;
DATA Houses;&lt;BR /&gt;
INFILE 'H:\Documents\updateData_Collection_for_Property(1).xls';&lt;BR /&gt;
/* Using INPUT to tell SAS about all the variables */&lt;BR /&gt;
INPUT ID $ PR $ AR $ HT $ NOB $;&lt;BR /&gt;
Label ID='ID NO'&lt;BR /&gt;
	  PR='Price'&lt;BR /&gt;
	  AR='Area'&lt;BR /&gt;
	  HT='House Type'&lt;BR /&gt;
	  NOB='Number of Bedrooms';&lt;BR /&gt;
	  RUN;  &lt;BR /&gt;
&lt;BR /&gt;
i get the following error messages&lt;BR /&gt;
&lt;BR /&gt;
21  DATA Houses;&lt;BR /&gt;
122  INFILE 'H:\Documents\updateData_Collection_for_Property(1).xls';&lt;BR /&gt;
123  /* Using INPUT to tell SAS about all the variables */&lt;BR /&gt;
124  INPUT ID $ PR $ AR $ HT $ NOB $;&lt;BR /&gt;
125  Label ID='ID NO'&lt;BR /&gt;
126        PR='Price'&lt;BR /&gt;
127        AR='Area'&lt;BR /&gt;
128        HT='House Type'&lt;BR /&gt;
129        NOB='Number of Bedrooms';&lt;BR /&gt;
130        RUN;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: The infile 'H:\Documents\updateData_Collection_for_Property(1).xls' is:&lt;BR /&gt;
      Filename=H:\Documents\updateData_Collection_for_Property(1).xls,&lt;BR /&gt;
      RECFM=V,LRECL=256,File Size (bytes)=35840,&lt;BR /&gt;
      Last Modified=22 February 2011 15:30:46 o'cl,&lt;BR /&gt;
      Create Time=22 February 2011 14:40:27 o'cl&lt;BR /&gt;
&lt;BR /&gt;
NOTE: LOST CARD.&lt;BR /&gt;
ID=ÐÏ&amp;#17;à¡± PR=  AR=  HT=  NOB=  _ERROR_=1 _N_=1&lt;BR /&gt;
NOTE: 1 record was read from the infile 'H:\Documents\updateData_Collection_for_Property(1).xls'.&lt;BR /&gt;
      The minimum record length was 6.&lt;BR /&gt;
      The maximum record length was 6.&lt;BR /&gt;
NOTE: SAS went to a new line when INPUT statement reached past the end of a line.&lt;BR /&gt;
NOTE: The data set WORK.HOUSES has 0 observations and 5 variables.&lt;BR /&gt;
NOTE: DATA statement used (Total process time):&lt;BR /&gt;
      real time           0.01 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
it wont show any data on the table but it just shows the variable names&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
minal</description>
      <pubDate>Tue, 22 Feb 2011 15:42:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-ARGHH/m-p/14910#M2533</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-22T15:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ARGHH</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-ARGHH/m-p/14911#M2534</link>
      <description>Hi:&lt;BR /&gt;
  Generally, you use PROC IMPORT or the Excel LIBNAME engine to import an Excel sheet into a SAS dataset. There have been many previous forum postings on using these methods.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 22 Feb 2011 16:15:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-ARGHH/m-p/14911#M2534</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-02-22T16:15:13Z</dc:date>
    </item>
  </channel>
</rss>

