<?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 print using hex8 format variable in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-print-using-hex8-format-variable/m-p/552125#M74588</link>
    <description>&lt;P&gt;The letters in a hex format are limited in scope ... you won't see an X or a Z.&amp;nbsp; Presumably you know the right code to search for.&amp;nbsp; Here is how you would search for A12345D:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where unique_id in (A12345Dx);&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2019 14:11:10 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2019-04-18T14:11:10Z</dc:date>
    <item>
      <title>Proc print using hex8 format variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-print-using-hex8-format-variable/m-p/552123#M74586</link>
      <description>&lt;P&gt;Im sure there is a simple solution but i cant seem to figure it out and thought Id ask here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im working with a dataset with a numeric variable that has hex8 format. This happens to be a unique id for the data. Im simply wanting to take a look at a few observations using proc print. A tyoical id is a combination of letters and numbers hence i tried something similar to below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc print dara = dataset;&lt;/P&gt;&lt;P&gt;Where unique_id in ("x12345z"); run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This doesnt work as unique_id is actually a numeric variable. Any solution to work around this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;LI-SPOILER&gt;&amp;nbsp;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Thu, 18 Apr 2019 14:05:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-print-using-hex8-format-variable/m-p/552123#M74586</guid>
      <dc:creator>Jhan1</dc:creator>
      <dc:date>2019-04-18T14:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc print using hex8 format variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-print-using-hex8-format-variable/m-p/552125#M74588</link>
      <description>&lt;P&gt;The letters in a hex format are limited in scope ... you won't see an X or a Z.&amp;nbsp; Presumably you know the right code to search for.&amp;nbsp; Here is how you would search for A12345D:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where unique_id in (A12345Dx);&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 14:11:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-print-using-hex8-format-variable/m-p/552125#M74588</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-04-18T14:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc print using hex8 format variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-print-using-hex8-format-variable/m-p/552136#M74590</link>
      <description>&lt;P&gt;You might show what you are seeing for the value. Hex really shouldn't have "x" or "Z". There should be no letters higher than F appearing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 14:28:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-print-using-hex8-format-variable/m-p/552136#M74590</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-04-18T14:28:53Z</dc:date>
    </item>
  </channel>
</rss>

