<?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: Change text to blank(NULL) in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Change-text-to-blank-NULL/m-p/499158#M96</link>
    <description>Fun. Write a macro then that does it for one data set and then call it for all. You can use _character_ to reference all the character variables in a data set and use an array loop to set it.</description>
    <pubDate>Wed, 26 Sep 2018 16:02:00 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-09-26T16:02:00Z</dc:date>
    <item>
      <title>Change text to blank(NULL)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-text-to-blank-NULL/m-p/499149#M89</link>
      <description>&lt;P&gt;There are some text fields that have value "not assigned". how&amp;nbsp; to change it "&amp;nbsp; " for all text fields that have that value in all datasets in a library?&lt;/P&gt;&lt;P&gt;i.e all occurences of "not assigned" change to " "&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 15:41:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-text-to-blank-NULL/m-p/499149#M89</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2018-09-26T15:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Change text to blank(NULL)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-text-to-blank-NULL/m-p/499151#M90</link>
      <description>&lt;P&gt;If varName = ‘not assigned” then call missing(varName);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CALL MISSING() would set this to missing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS doesn't really have the concept of ‘null’ as other languages do, but it has missing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 15:45:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-text-to-blank-NULL/m-p/499151#M90</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-26T15:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change text to blank(NULL)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-text-to-blank-NULL/m-p/499155#M94</link>
      <description>&lt;P&gt;there are 100's of variables in multiple datasets&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 15:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-text-to-blank-NULL/m-p/499155#M94</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2018-09-26T15:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Change text to blank(NULL)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-text-to-blank-NULL/m-p/499157#M95</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16600"&gt;@SASPhile&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;there are 100's of variables in multiple datasets&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;Which means you have a serious conceptual issue. You should take care of that when you import the data in the first place.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 16:01:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-text-to-blank-NULL/m-p/499157#M95</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-26T16:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change text to blank(NULL)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-text-to-blank-NULL/m-p/499158#M96</link>
      <description>Fun. Write a macro then that does it for one data set and then call it for all. You can use _character_ to reference all the character variables in a data set and use an array loop to set it.</description>
      <pubDate>Wed, 26 Sep 2018 16:02:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-text-to-blank-NULL/m-p/499158#M96</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-26T16:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change text to blank(NULL)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-text-to-blank-NULL/m-p/499262#M118</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16600"&gt;@SASPhile&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;there are 100's of variables in multiple datasets&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;Which means you have a serious conceptual issue. You should take care of that when you import the data in the first place.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Quite so.&lt;/P&gt;
&lt;P&gt;I have several custom informats depending on the project that turn various text strings such as N/A, UNK, or&amp;nbsp; "(NO DATA)" and "(NOTHING ENTERED)" to missing, or "special missing" as needed, when reading the files.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 20:55:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-text-to-blank-NULL/m-p/499262#M118</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-26T20:55:15Z</dc:date>
    </item>
  </channel>
</rss>

