<?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: Different results from different import data path in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688122#M79607</link>
    <description>&lt;P&gt;PS if you still get differences when using CSV as transport medium, post the CSV file by copy/pasting it into a code box:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg"&gt;&lt;img src="https://communities.sas.com/skins/images/2FD96521DCF95C42FE57BF2A7CB72678/responsive_peak/images/image_not_found.png" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Oct 2020 07:28:02 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-10-01T07:28:02Z</dc:date>
    <item>
      <title>Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/687700#M79589</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;When the same data set are imported from different data path, I found that the result from "proc arima" give slightly different results.&amp;nbsp; &amp;nbsp; Have anyone found this problem?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:58:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/687700#M79589</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-09-30T00:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/687703#M79590</link>
      <description>What do you mean by "imported from different data path"?&lt;BR /&gt;&lt;BR /&gt;If you suspect your imports are giving you different data for whatever reason, use each method and then use PROC COMPARE on the two data sets to see if they're different. &lt;BR /&gt;&lt;BR /&gt;proc compare data=have1 compare=have2;&lt;BR /&gt;run;</description>
      <pubDate>Wed, 30 Sep 2020 01:34:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/687703#M79590</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-09-30T01:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/687741#M79591</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Here is my meaning of the import data path.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Golf_0-1601451813971.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49954iC0164FCCE35041B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Golf_0-1601451813971.png" alt="Golf_0-1601451813971.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;My student downloaded the excel file from my google classroom into her data path:&amp;nbsp; "/home/u49195926/SM518/ch3_5.xlsx".&amp;nbsp; &amp;nbsp;Using the following procedure :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Golf_2-1601452100024.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49956iBFE5EC01F9411C64/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Golf_2-1601452100024.png" alt="Golf_2-1601452100024.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The results from using student's data path:&amp;nbsp;"/home/u49195926/SM518/ch3_5.xlsx" are as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Golf_3-1601452310588.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49957iE72223EA3E77A5A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Golf_3-1601452310588.png" alt="Golf_3-1601452310588.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditorGolf_5" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;But when using my data path"/home/u45083887/my_content/SM518/SM518 Ch3/ch3_5.xlsx", the results are different as shown below.&amp;nbsp; &amp;nbsp;(We make sure that&amp;nbsp; the data in excel are the same for mine and students)&lt;/P&gt;
&lt;DIV id="tinyMceEditorGolf_6" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;I really suspect how this could be occurred.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 01:26:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/687741#M79591</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-10-01T01:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/687824#M79592</link>
      <description>No results shown but my guess is you're likely not using the same versions of SAS most likely then.&lt;BR /&gt;Check your versions using PROC PRODUCT_STATUS;RUN: and see what version of SAS/STAT you're each running.</description>
      <pubDate>Wed, 30 Sep 2020 14:31:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/687824#M79592</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-09-30T14:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/687853#M79593</link>
      <description>&lt;P&gt;You don't show your output or how it differs.&lt;/P&gt;
&lt;P&gt;If the differences are small in calculated items like BIC, say in the 5th decimal place only or possibly the 4th and 5th then different versions of SAS where algorithms get modified between releases is a very a likely possibility.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/313878"&gt;@Golf&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Reeza,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Here is my meaning of the import data path.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Golf_0-1601451813971.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49954iC0164FCCE35041B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Golf_0-1601451813971.png" alt="Golf_0-1601451813971.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;My student downloaded the excel file from my google classroom into her data path:&amp;nbsp; "/home/u49195926/SM518/ch3_5.xlsx".&amp;nbsp; &amp;nbsp;Using the following procedure :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Golf_2-1601452100024.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49956iBFE5EC01F9411C64/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Golf_2-1601452100024.png" alt="Golf_2-1601452100024.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The results from using student's data path:&amp;nbsp;"/home/u49195926/SM518/ch3_5.xlsx" are as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Golf_3-1601452310588.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49957iE72223EA3E77A5A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Golf_3-1601452310588.png" alt="Golf_3-1601452310588.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditorGolf_5" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;But when using my data path"/home/u45083887/my_content/SM518/SM518 Ch3/ch3_5.xlsx", the results are different as shown below.&amp;nbsp; &amp;nbsp;(We make sure that&amp;nbsp; the data in excel are the same for mine and students)&lt;/P&gt;
&lt;DIV id="tinyMceEditorGolf_6" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;I really suspect how this could be occurred.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 15:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/687853#M79593</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-09-30T15:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688058#M79596</link>
      <description>Thank You</description>
      <pubDate>Thu, 01 Oct 2020 01:15:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688058#M79596</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-10-01T01:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688059#M79597</link>
      <description>Thank You.</description>
      <pubDate>Thu, 01 Oct 2020 01:19:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688059#M79597</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-10-01T01:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688063#M79598</link>
      <description>&lt;P&gt;I don't know why my results did not show up in the post.&lt;/P&gt;
&lt;P&gt;Here is my results, they are different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="temp.PNG" style="width: 268px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50029iABCC23380DD9C51B/image-size/large?v=v2&amp;amp;px=999" role="button" title="temp.PNG" alt="temp.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 01:28:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688063#M79598</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-10-01T01:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688066#M79599</link>
      <description>I just check the version of mine and a student. They are the same.</description>
      <pubDate>Thu, 01 Oct 2020 01:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688066#M79599</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-10-01T01:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688068#M79600</link>
      <description>I just check the version of mine and a student. They are the same.</description>
      <pubDate>Thu, 01 Oct 2020 01:50:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688068#M79600</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-10-01T01:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688083#M79601</link>
      <description>What version and can you post the data so we can check the results?</description>
      <pubDate>Thu, 01 Oct 2020 02:49:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688083#M79601</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-10-01T02:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688112#M79605</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Here is my version.&amp;nbsp; &amp;nbsp; &amp;nbsp;(The data is after the version detail)&lt;/P&gt;
&lt;DIV class="sasSource"&gt;For Base SAS Software ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 9.4_M6&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Image version information: 9.04.01M6P110718&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS/STAT ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 15.1&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS/GRAPH ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 9.4_M6&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS/ETS ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 15.1&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS/OR ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 15.1&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Image version information: 9.04.01M6P050819&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS/IML ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 15.1&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS/QC ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 15.1&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS/CONNECT ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 9.4_M6&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS Enterprise Miner ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 15.1&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS Time Series Workspace Macros ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 15.1&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Image version information: 9.04.01M5P110718&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS/ACCESS to Postgres ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 9.4_M6&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS Integration Technologies ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 9.4_M6&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS/Secure 168-bit ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 9.41_M3&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS Credit Scoring ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 15.1&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS Text Miner ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 15.1&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS High-Performance Forecasting ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 15.1&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For High Performance Suite ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 2.2_M7&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS Forecast Server Mid-Tier ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 15.1&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Image version information: 9.04.01M5P110718&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS/ACCESS Interface to PC Files ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 9.4_M6&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;For SAS/ACCESS Interface to MySQL ...&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Custom version information: 9.4_M6&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Here is the data.&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;
&lt;TABLE width="63"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="63"&gt;Export&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;9.7323&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;9.9386&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10.5581&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;9.5671&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10.2601&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10.1751&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10.3672&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10.0169&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10.4475&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10.5712&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10.9055&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10.3344&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10.9132&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11.0472&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11.0752&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10.8949&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11.1713&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11.3635&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11.5535&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11.1439&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11.5798&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11.9851&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12.0605&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11.5752&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11.938&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12.2423&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12.232&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11.861&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12.1799&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12.754&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12.6888&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12.2581&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12.4873&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13.0316&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12.9496&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12.5721&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13.0557&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13.3554&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13.4013&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13.0221&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13.3251&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13.764&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13.6152&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13.4049&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13.6034&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;14.1636&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;14.0264&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13.7761&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;14.0608&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;14.5765&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;14.5491&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;14.3401&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;14.5873&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15.1227&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;14.966&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;14.8268&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15.2012&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15.6293&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15.6306&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15.1636&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15.6866&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;16.1653&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15.8831&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15.7871&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15.9769&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;16.6352&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;16.3872&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;16.2214&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;16.5239&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;17.0421&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;16.9188&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;16.7274&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;17.0048&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;17.5631&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;17.4562&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;17.245&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;17.4456&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;18.1318&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;17.996&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;17.7068&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;17.9141&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;18.3945&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;18.3056&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;18.1098&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;18.3128&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;19.1285&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;18.8676&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;18.5391&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;18.7751&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;19.4459&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;19.2726&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;18.9861&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;19.1439&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;20.003&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;19.6391&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;19.6406&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;19.8099&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;20.4684&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;20.3344&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;19.799&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;20.2407&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;21.0073&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;20.7403&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;20.3713&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;20.8789&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;21.3626&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;21.1808&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;20.9169&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;21.1793&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;21.9515&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;21.6688&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;21.3734&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;21.6468&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;22.36&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;21.9971&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;21.6864&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;22.1199&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;22.7439&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;22.4872&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;22.2034&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;22.5794&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;23.1908&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;22.8497&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;22.5202&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;22.9665&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;23.635&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;23.3512&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;23.0428&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;23.3996&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;24.0955&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;23.7421&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;23.4174&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;23.6984&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;24.5057&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;24.1983&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;23.7094&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;24.2367&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;24.9358&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;24.5153&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;24.0533&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;24.5504&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;25.1616&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;25.0315&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;24.467&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;24.9887&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;25.6824&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;25.4345&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;25.1052&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;25.3507&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;26.0501&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 01 Oct 2020 05:19:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688112#M79605</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-10-01T05:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688120#M79606</link>
      <description>&lt;P&gt;Get rid of the problem points.&lt;/P&gt;
&lt;P&gt;Save your data as a csv file; create a data step to read that. Hand your students that csv file and the data step, so you can make sure that the data is read in the exactly same way; IMPORT of Excel files is subject to many externalities (like locale) and makes guesses, which means that it is always unreliable.&lt;/P&gt;
&lt;P&gt;Run a checksum (md5) on your csv file and keep it for reference.&lt;/P&gt;
&lt;P&gt;Make sure that downloads/uploads of files are done consistently (same software, same settings).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the current situation, have the student download the .sas7bdat file of the dataset as is, upload it to your environment, and run a PROC COMPARE with your dataset.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 07:23:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688120#M79606</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-10-01T07:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688122#M79607</link>
      <description>&lt;P&gt;PS if you still get differences when using CSV as transport medium, post the CSV file by copy/pasting it into a code box:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg"&gt;&lt;img src="https://communities.sas.com/skins/images/2FD96521DCF95C42FE57BF2A7CB72678/responsive_peak/images/image_not_found.png" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 07:28:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688122#M79607</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-10-01T07:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688161#M79608</link>
      <description>Thank You</description>
      <pubDate>Thu, 01 Oct 2020 11:16:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688161#M79608</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-10-01T11:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688177#M79613</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello KurtBremser,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I save the excel file into CSV and let student download it from google classroom. The results totally changed from the previous outputs.&amp;nbsp; &amp;nbsp;I attached the CSV file.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;
&lt;P&gt;PS&amp;nbsp; &amp;nbsp;I notice that if I sent the excel file directly to student via LINE application, the results will be exactly same.&amp;nbsp; &amp;nbsp;When students download excel from google classroom, the results different.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="S__3612685.jpg" style="width: 260px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50049iA240EAD8E4B75ABB/image-size/large?v=v2&amp;amp;px=999" role="button" title="S__3612685.jpg" alt="S__3612685.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 12:41:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688177#M79613</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-10-01T12:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from different import data path</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688253#M79614</link>
      <description>&lt;P&gt;Have you checked that the Excel File isn't being changed somehow? Have a student read in the data set on their system, &lt;STRONG&gt;send you the dataset as a SAS dataset&lt;/STRONG&gt;&amp;nbsp;(sas7bdat file) and then run the compare on it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You also have &lt;STRONG&gt;nothing controlling the order of these observations&lt;/STRONG&gt;, is it possible someone sorted it different?&lt;/P&gt;
&lt;P&gt;I'm getting the same results as your results below here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also get them to run PROC MEANS on the data set and compare your outputs to ensure you have the exact same data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/313878"&gt;@Golf&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;Hello KurtBremser,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I save the excel file into CSV and let student download it from google classroom. The results totally changed from the previous outputs.&amp;nbsp; &amp;nbsp;I attached the CSV file.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;
&lt;P&gt;PS&amp;nbsp; &amp;nbsp;I notice that if I sent the excel file directly to student via LINE application, the results will be exactly same.&amp;nbsp; &amp;nbsp;When students download excel from google classroom, the results different.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="S__3612685.jpg" style="width: 260px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50049iA240EAD8E4B75ABB/image-size/large?v=v2&amp;amp;px=999" role="button" title="S__3612685.jpg" alt="S__3612685.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 15:22:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-different-import-data-path/m-p/688253#M79614</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-10-01T15:22:56Z</dc:date>
    </item>
  </channel>
</rss>

