<?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: How to read NULL values in flat file (HEX '00' on mainframe) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-NULL-values-in-flat-file-HEX-00-on-mainframe/m-p/267246#M52793</link>
    <description>&lt;P&gt;Hi Use a hex constant like so "00"x&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See also &lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/68089/HTML/default/viewer.htm#p0cq7f0icfjr8vn19vyunwmmsl7m.htm" target="_blank"&gt;SAS Constants in Expressions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bruno&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2016 14:38:09 GMT</pubDate>
    <dc:creator>BrunoMueller</dc:creator>
    <dc:date>2016-04-29T14:38:09Z</dc:date>
    <item>
      <title>How to read NULL values in flat file (HEX '00' on mainframe)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-NULL-values-in-flat-file-HEX-00-on-mainframe/m-p/267245#M52792</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to process a flatfile on the mainframe (z/os) and would like to know how I can read the NULL values so I can delete unwanted data lines.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EX:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA TEMP;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SET TEMP;&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF SUBSTR(STRING,60,1) = "NULL" then delete;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 14:32:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-NULL-values-in-flat-file-HEX-00-on-mainframe/m-p/267245#M52792</guid>
      <dc:creator>FollinLane</dc:creator>
      <dc:date>2016-04-29T14:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to read NULL values in flat file (HEX '00' on mainframe)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-NULL-values-in-flat-file-HEX-00-on-mainframe/m-p/267246#M52793</link>
      <description>&lt;P&gt;Hi Use a hex constant like so "00"x&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See also &lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/68089/HTML/default/viewer.htm#p0cq7f0icfjr8vn19vyunwmmsl7m.htm" target="_blank"&gt;SAS Constants in Expressions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bruno&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 14:38:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-NULL-values-in-flat-file-HEX-00-on-mainframe/m-p/267246#M52793</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2016-04-29T14:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to read NULL values in flat file (HEX '00' on mainframe)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-NULL-values-in-flat-file-HEX-00-on-mainframe/m-p/267250#M52795</link>
      <description>&lt;P&gt;Bruno,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your quick response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will look up this definition and then try it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 14:42:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-NULL-values-in-flat-file-HEX-00-on-mainframe/m-p/267250#M52795</guid>
      <dc:creator>FollinLane</dc:creator>
      <dc:date>2016-04-29T14:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to read NULL values in flat file (HEX '00' on mainframe)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-NULL-values-in-flat-file-HEX-00-on-mainframe/m-p/267253#M52797</link>
      <description>&lt;P&gt;Bruno,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seemed to have worked. &amp;nbsp;Thanks again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 14:49:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-NULL-values-in-flat-file-HEX-00-on-mainframe/m-p/267253#M52797</guid>
      <dc:creator>FollinLane</dc:creator>
      <dc:date>2016-04-29T14:49:32Z</dc:date>
    </item>
  </channel>
</rss>

