<?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: Value from output is not complete in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Value-from-output-is-not-complete/m-p/619225#M181754</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/308340"&gt;@kaix&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;So I am trying to export me output in tabular form using dataset from Microsoft Excel, however, one of my output exported is shown as 847&amp;nbsp;but the value I was looking for is 84700. Other values seem to be fine. How can I fix this? Any assistance would be greatly appreciated.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You may also want to provide exactly how you are "exporting".&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 16:49:56 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-01-22T16:49:56Z</dc:date>
    <item>
      <title>Value from output is not complete</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Value-from-output-is-not-complete/m-p/619070#M181688</link>
      <description>&lt;P&gt;So I am trying to export me output in tabular form using dataset from Microsoft Excel, however, one of my output exported is shown as 847&amp;nbsp;but the value I was looking for is 84700. Other values seem to be fine. How can I fix this? Any assistance would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 09:22:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Value-from-output-is-not-complete/m-p/619070#M181688</guid>
      <dc:creator>kaix</dc:creator>
      <dc:date>2020-01-22T09:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Value from output is not complete</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Value-from-output-is-not-complete/m-p/619071#M181689</link>
      <description>&lt;P&gt;Are you&amp;nbsp;&lt;EM&gt;importing&lt;/EM&gt; from Excel to SAS, or&amp;nbsp;&lt;EM&gt;exporting&lt;/EM&gt; from SAS to Excel?&lt;/P&gt;
&lt;P&gt;In either case, please provide an example of the source data (Excel spreadsheet or SAS dataset). Please post SAS dataset(s) as data step code with datalines, so we can easily recreate your dataset(s).&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 09:31:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Value-from-output-is-not-complete/m-p/619071#M181689</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-01-22T09:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Value from output is not complete</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Value-from-output-is-not-complete/m-p/619225#M181754</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/308340"&gt;@kaix&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;So I am trying to export me output in tabular form using dataset from Microsoft Excel, however, one of my output exported is shown as 847&amp;nbsp;but the value I was looking for is 84700. Other values seem to be fine. How can I fix this? Any assistance would be greatly appreciated.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You may also want to provide exactly how you are "exporting".&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 16:49:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Value-from-output-is-not-complete/m-p/619225#M181754</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-01-22T16:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Value from output is not complete</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Value-from-output-is-not-complete/m-p/619431#M181852</link>
      <description>&lt;P&gt;Thank you for your reply. I am trying to export from SAS to Microsoft Excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to tabulate my data using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;create table cl&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;endyyyymm.&lt;STRONG&gt;.F&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;ire_clm_os_summ_&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;endyyyymm.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; as&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;select si_band, cov_type, sum(round(zclmosnet,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0.01&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;)) as zclmosnet,sum(zclmos) as zclmos&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;from cl&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;endyyyymm.&lt;STRONG&gt;.F&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;ire_clm_os_summ_&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;endyyyymm.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;group by &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 08:30:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Value-from-output-is-not-complete/m-p/619431#M181852</guid>
      <dc:creator>kaix</dc:creator>
      <dc:date>2020-01-23T08:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Value from output is not complete</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Value-from-output-is-not-complete/m-p/619434#M181854</link>
      <description>&lt;P&gt;So we now see how you create a dataset, but we don't know how that dataset looks like in terms of structure and contents.&lt;/P&gt;
&lt;P&gt;Please supply an example of the resulting dataset as a&amp;nbsp;&lt;STRONG&gt;data step with datalines&lt;/STRONG&gt; like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data xxx;
input si_band $ cov_type $ zclmosnet zclmos;
datalines;
A B 3.5 10.2
;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(adapt types and lengths as needed) and the code you used for export to Excel. Use the "little running man" button for posting code.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 08:52:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Value-from-output-is-not-complete/m-p/619434#M181854</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-01-23T08:52:49Z</dc:date>
    </item>
  </channel>
</rss>

