<?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 Placement of options (REPLACE) in Code for data import in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Placement-of-options-REPLACE-in-Code-for-data-import/m-p/782806#M1003</link>
    <description>&lt;P&gt;The is in response to the Activity (Lesson 2) for Importing Data into SAS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the following code with success (no errors, no warnings):&lt;/P&gt;&lt;P&gt;proc import REPLACE datafile="s:/workshop/EPG1V2/data/storm_damage.tab"&lt;BR /&gt;dbms=tab out=storm_damage_tab;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The given answer in the Activity is:&lt;/P&gt;&lt;P&gt;proc import datafile="s:/workshop/EPG1V2/data/storm_damage.tab"&lt;BR /&gt;dbms=tab out=storm_damage_tab REPLACE;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the code both ways &amp;amp; the results look the same. Can someone please elaborate on this? Does it matter which way the code is written? Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Nov 2021 00:46:33 GMT</pubDate>
    <dc:creator>Mukti</dc:creator>
    <dc:date>2021-11-29T00:46:33Z</dc:date>
    <item>
      <title>Placement of options (REPLACE) in Code for data import</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Placement-of-options-REPLACE-in-Code-for-data-import/m-p/782806#M1003</link>
      <description>&lt;P&gt;The is in response to the Activity (Lesson 2) for Importing Data into SAS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the following code with success (no errors, no warnings):&lt;/P&gt;&lt;P&gt;proc import REPLACE datafile="s:/workshop/EPG1V2/data/storm_damage.tab"&lt;BR /&gt;dbms=tab out=storm_damage_tab;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The given answer in the Activity is:&lt;/P&gt;&lt;P&gt;proc import datafile="s:/workshop/EPG1V2/data/storm_damage.tab"&lt;BR /&gt;dbms=tab out=storm_damage_tab REPLACE;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the code both ways &amp;amp; the results look the same. Can someone please elaborate on this? Does it matter which way the code is written? Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 00:46:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Placement-of-options-REPLACE-in-Code-for-data-import/m-p/782806#M1003</guid>
      <dc:creator>Mukti</dc:creator>
      <dc:date>2021-11-29T00:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Placement of options (REPLACE) in Code for data import</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Placement-of-options-REPLACE-in-Code-for-data-import/m-p/782807#M1004</link>
      <description>&lt;P&gt;The order of the options on the PROC IMPORT statement (and most statements that allow options) does not matter.&lt;/P&gt;
&lt;P&gt;Since both answer are using the same options both are correct.&amp;nbsp; Any other permutation of the ordering of those options would also work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 02:09:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Placement-of-options-REPLACE-in-Code-for-data-import/m-p/782807#M1004</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-11-29T02:09:22Z</dc:date>
    </item>
  </channel>
</rss>

