<?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: Uploaded Data Showing '.' instead of numbers in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Uploaded-Data-Showing-instead-of-numbers/m-p/584327#M7902</link>
    <description>&lt;P&gt;No files are attached, and many of us will not download Microsoft Office files anyway, as they are a security risk.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile='/home/u39793781/sasuser.v94/DS6371 Statistical Foundations/Unit_1/Unit1HW4.xlsx' 
    dbms=excel replace out=want;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 27 Aug 2019 19:06:14 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-08-27T19:06:14Z</dc:date>
    <item>
      <title>Uploaded Data Showing '.' instead of numbers</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Uploaded-Data-Showing-instead-of-numbers/m-p/584322#M7900</link>
      <description>&lt;P&gt;Hello - I am new to SAS Studio and figured out how to upload an excel doc. I am running simple code to print my data and am seeing periods: '.' instead of my numbers. I've attached screenshots of my results tab as well as the excel doc I'm uploading.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sure I am missing something very simple. Can someone help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data hw4;&lt;BR /&gt;infile '/home/u39793781/sasuser.v94/DS6371 Statistical Foundations/Unit_1/Unit1HW4.xlsx';&lt;BR /&gt;input SMU SeattleU;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc print data = hw4;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 18:42:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Uploaded-Data-Showing-instead-of-numbers/m-p/584322#M7900</guid>
      <dc:creator>JacCoate</dc:creator>
      <dc:date>2019-08-27T18:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Uploaded Data Showing '.' instead of numbers</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Uploaded-Data-Showing-instead-of-numbers/m-p/584326#M7901</link>
      <description>&lt;P&gt;You cannot import an XLSX file via INPUT you need to use PROC IMPORT instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use either a task or proc import to import your XLSX file and you'll be fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;INFILE is for text files.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/286886"&gt;@JacCoate&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello - I am new to SAS Studio and figured out how to upload an excel doc. I am running simple code to print my data and am seeing periods: '.' instead of my numbers. I've attached screenshots of my results tab as well as the excel doc I'm uploading.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sure I am missing something very simple. Can someone help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data hw4;&lt;BR /&gt;infile '/home/u39793781/sasuser.v94/DS6371 Statistical Foundations/Unit_1/Unit1HW4.xlsx';&lt;BR /&gt;input SMU SeattleU;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc print data = hw4;&lt;BR /&gt;run;&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>Tue, 27 Aug 2019 19:00:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Uploaded-Data-Showing-instead-of-numbers/m-p/584326#M7901</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-27T19:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Uploaded Data Showing '.' instead of numbers</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Uploaded-Data-Showing-instead-of-numbers/m-p/584327#M7902</link>
      <description>&lt;P&gt;No files are attached, and many of us will not download Microsoft Office files anyway, as they are a security risk.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile='/home/u39793781/sasuser.v94/DS6371 Statistical Foundations/Unit_1/Unit1HW4.xlsx' 
    dbms=excel replace out=want;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Aug 2019 19:06:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Uploaded-Data-Showing-instead-of-numbers/m-p/584327#M7902</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-08-27T19:06:14Z</dc:date>
    </item>
  </channel>
</rss>

