<?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: Why there were only three obs in my output? dada as the attached. Thank you~ in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Why-there-were-only-three-obs-in-my-output-dada-as-the-attached/m-p/432546#M4504</link>
    <description>&lt;P&gt;Add the firstobs option to your infile statement. i.e.:&lt;/P&gt;
&lt;PRE&gt;	infile '/folders/myfolders/cars93subfree.txt' termstr=CRLF firstobs=2;
&lt;/PRE&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2018 22:27:18 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2018-01-30T22:27:18Z</dc:date>
    <item>
      <title>Why there were only three obs in my output? dada as the attached. Thank you~</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Why-there-were-only-three-obs-in-my-output-dada-as-the-attached/m-p/432542#M4503</link>
      <description>&lt;PRE&gt;data cars93ff2;
	infile '/folders/myfolders/cars93subfree.txt' termstr=CRLF;
	length Manufacturer $10;
	input Manufacturer $ Type $ Price MPG_city MPG_highway Horsepower Origin $;
run;
proc print data=cars93ff2;
run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Jan 2018 22:19:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Why-there-were-only-three-obs-in-my-output-dada-as-the-attached/m-p/432542#M4503</guid>
      <dc:creator>jc3992</dc:creator>
      <dc:date>2018-01-30T22:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why there were only three obs in my output? dada as the attached. Thank you~</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Why-there-were-only-three-obs-in-my-output-dada-as-the-attached/m-p/432546#M4504</link>
      <description>&lt;P&gt;Add the firstobs option to your infile statement. i.e.:&lt;/P&gt;
&lt;PRE&gt;	infile '/folders/myfolders/cars93subfree.txt' termstr=CRLF firstobs=2;
&lt;/PRE&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 22:27:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Why-there-were-only-three-obs-in-my-output-dada-as-the-attached/m-p/432546#M4504</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2018-01-30T22:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why there were only three obs in my output? dada as the attached. Thank you~</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Why-there-were-only-three-obs-in-my-output-dada-as-the-attached/m-p/432550#M4505</link>
      <description>&lt;P&gt;What does your log show?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/188695"&gt;@jc3992&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;PRE&gt;data cars93ff2;
	infile '/folders/myfolders/cars93subfree.txt' termstr=CRLF;
	length Manufacturer $10;
	input Manufacturer $ Type $ Price MPG_city MPG_highway Horsepower Origin $;
run;
proc print data=cars93ff2;
run;&lt;/PRE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 22:35:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Why-there-were-only-three-obs-in-my-output-dada-as-the-attached/m-p/432550#M4505</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-30T22:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why there were only three obs in my output? dada as the attached. Thank you~</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Why-there-were-only-three-obs-in-my-output-dada-as-the-attached/m-p/432576#M4507</link>
      <description>&lt;PRE&gt;data cars93ff2;
	infile '/folders/myfolders/cars93subfree.txt' termstr=CRLF;
	length Manufacturer $10;
	input Manufacturer $ Type $ Price MPG_city MPG_highway Horsepower Origin $;
run;
proc print data=cars93ff2;
run;&lt;/PRE&gt;&lt;P&gt;I succeeded, thanks! I did add firstobs before, but right after the path, now I changed the place and it worked! Thanks so much!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 00:23:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Why-there-were-only-three-obs-in-my-output-dada-as-the-attached/m-p/432576#M4507</guid>
      <dc:creator>jc3992</dc:creator>
      <dc:date>2018-01-31T00:23:35Z</dc:date>
    </item>
  </channel>
</rss>

