<?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 Question on PROC TRANSPOSE options in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Question-on-PROC-TRANSPOSE-options/m-p/71659#M20695</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Is there an option in PROC TRANSPOSE procedure where we can replace blank values with some character variable after data gets transposed.&lt;BR /&gt;
&lt;BR /&gt;
For example, if one of my variable is getting value as blank, I want to output as "n/a". I have checked SAS Documentation, but not sure there is an option to do this. Thanks in advance!!</description>
    <pubDate>Fri, 26 Mar 2010 19:45:43 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-03-26T19:45:43Z</dc:date>
    <item>
      <title>Question on PROC TRANSPOSE options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Question-on-PROC-TRANSPOSE-options/m-p/71659#M20695</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Is there an option in PROC TRANSPOSE procedure where we can replace blank values with some character variable after data gets transposed.&lt;BR /&gt;
&lt;BR /&gt;
For example, if one of my variable is getting value as blank, I want to output as "n/a". I have checked SAS Documentation, but not sure there is an option to do this. Thanks in advance!!</description>
      <pubDate>Fri, 26 Mar 2010 19:45:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Question-on-PROC-TRANSPOSE-options/m-p/71659#M20695</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-26T19:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Question on PROC TRANSPOSE options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Question-on-PROC-TRANSPOSE-options/m-p/71660#M20696</link>
      <description>No option with TRANSPOSE - you may be able to use a DATA step to modify SAS CHARACTER variable(s) (depending on sufficient length or use a FORMAT).  There is the possible alternative with NUMERIC variables to set MISSING='?' (one char allowed).&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 26 Mar 2010 20:11:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Question-on-PROC-TRANSPOSE-options/m-p/71660#M20696</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-03-26T20:11:40Z</dc:date>
    </item>
  </channel>
</rss>

