<?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: Proc Export dbms=xlsx SAS 9.4 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-dbms-xlsx-SAS-9-4/m-p/229778#M41610</link>
    <description>&lt;P&gt;Or assign an actual space: ' ' instead of ''&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2015 19:00:47 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-10-13T19:00:47Z</dc:date>
    <item>
      <title>Proc Export dbms=xlsx SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-dbms-xlsx-SAS-9-4/m-p/229589#M41558</link>
      <description>&lt;P&gt;I ran this below code in SAS 9.4 on Linux&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data test;&lt;BR /&gt;input a $ b $;&lt;BR /&gt;datalines;&lt;BR /&gt;q s&lt;BR /&gt;t r&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;data test;&lt;BR /&gt;set test;&lt;BR /&gt;if b='r' then b='';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc export data=test dbms=xlsx outfile='/data/com/test1.xlsx' replace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;returns an xlsx with Non Printable Blank values. This is made sure with =ISBLANK function on the excel. The =ISBLANK of column 'b' is false for both observations. Whereas it should not be False for 2nd observation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please is there any way to correct this proc export dbms=xlsx option. I am not using pcfiles, as SAS 9.4 export to Linux does not need that but xlsx engine will be taking care of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help!&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 20:21:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-dbms-xlsx-SAS-9-4/m-p/229589#M41558</guid>
      <dc:creator>arulrajan</dc:creator>
      <dc:date>2015-10-12T20:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export dbms=xlsx SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-dbms-xlsx-SAS-9-4/m-p/229590#M41559</link>
      <description>Just a guess, have you tried call missing() instead?&lt;BR /&gt;&lt;BR /&gt;data test;&lt;BR /&gt;set test;&lt;BR /&gt;if b='r' then call missing(b);&lt;BR /&gt;run;</description>
      <pubDate>Mon, 12 Oct 2015 20:24:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-dbms-xlsx-SAS-9-4/m-p/229590#M41559</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-10-12T20:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export dbms=xlsx SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-dbms-xlsx-SAS-9-4/m-p/229778#M41610</link>
      <description>&lt;P&gt;Or assign an actual space: ' ' instead of ''&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 19:00:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-dbms-xlsx-SAS-9-4/m-p/229778#M41610</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-10-13T19:00:47Z</dc:date>
    </item>
  </channel>
</rss>

