<?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 import Universally Unique Identifier from a text file with '|' delimiter in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-import-Universally-Unique-Identifier-from-a-text-file/m-p/945527#M370433</link>
    <description>Please show the complete log (all code and messages) from the step by copy/pasting the text into a window opened with the &amp;lt;/&amp;gt; button.</description>
    <pubDate>Sat, 28 Sep 2024 14:22:56 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2024-09-28T14:22:56Z</dc:date>
    <item>
      <title>How to import Universally Unique Identifier from a text file with '|' delimiter</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-import-Universally-Unique-Identifier-from-a-text-file/m-p/945521#M370430</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to import the UUI from my text data set, with no success, here are the first lines of the code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;data imported_data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;infile 'your_file_path.txt' delimiter='|' dsd firstobs=2 truncover;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;length patient_id $ 36 center_id $ 10 provider_id $ 36 diagnosis_1_icd9 $ 10 diagnosis_2_icd9 $ 10;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;input patient_id $&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;center_id $&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;provider_id $&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;diagnosis_1_icd9 $&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;diagnosis_2_icd9 $&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;diagnosis_3_icd9 $&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;diagnosis_4_icd9 $&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;diagnosis_5_icd9 $&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2024 07:27:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-import-Universally-Unique-Identifier-from-a-text-file/m-p/945521#M370430</guid>
      <dc:creator>anavipalmaescob</dc:creator>
      <dc:date>2024-09-28T07:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to import Universally Unique Identifier from a text file with '|' delimiter</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-import-Universally-Unique-Identifier-from-a-text-file/m-p/945527#M370433</link>
      <description>Please show the complete log (all code and messages) from the step by copy/pasting the text into a window opened with the &amp;lt;/&amp;gt; button.</description>
      <pubDate>Sat, 28 Sep 2024 14:22:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-import-Universally-Unique-Identifier-from-a-text-file/m-p/945527#M370433</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2024-09-28T14:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to import Universally Unique Identifier from a text file with '|' delimiter</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-import-Universally-Unique-Identifier-from-a-text-file/m-p/945528#M370434</link>
      <description>&lt;P&gt;Please always discuss things in terms of the variables used in the code. You ask about UUID but your code does not show any such named variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Describe what the actual problem is as we do not have your file to read.&lt;/P&gt;
&lt;P&gt;Or share the first 5 lines of the data set by copy and paste into a text box opened on the forum with the &amp;lt;/&amp;gt; icon that appears above the message box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Always include a complete data step or procedure code. What you show is incomplete so we don't know what else you may be attempting that might not work.&lt;/P&gt;
&lt;P&gt;Best is to copy from the LOG the text of the code and all the messages generated by the code and paste the copied text into a text box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2024 14:42:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-import-Universally-Unique-Identifier-from-a-text-file/m-p/945528#M370434</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-09-28T14:42:20Z</dc:date>
    </item>
  </channel>
</rss>

