<?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 DELIMITER ='01'X What is it? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/DELIMITER-01-X-What-is-it/m-p/816899#M322475</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I know what is the below delimiter character? I did a Google search, apparently it is 'Control A' character?&lt;/P&gt;&lt;P&gt;Then my question is how do I open the delimited exported file in Excel? What delimiter should I put for Data Import Wizard?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;DBMS = "DLM"
REPLACE;
DELIMITER ='01'X;&lt;/PRE&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2022 17:22:08 GMT</pubDate>
    <dc:creator>hellind</dc:creator>
    <dc:date>2022-06-07T17:22:08Z</dc:date>
    <item>
      <title>DELIMITER ='01'X What is it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DELIMITER-01-X-What-is-it/m-p/816899#M322475</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I know what is the below delimiter character? I did a Google search, apparently it is 'Control A' character?&lt;/P&gt;&lt;P&gt;Then my question is how do I open the delimited exported file in Excel? What delimiter should I put for Data Import Wizard?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;DBMS = "DLM"
REPLACE;
DELIMITER ='01'X;&lt;/PRE&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 17:22:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DELIMITER-01-X-What-is-it/m-p/816899#M322475</guid>
      <dc:creator>hellind</dc:creator>
      <dc:date>2022-06-07T17:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: DELIMITER ='01'X What is it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DELIMITER-01-X-What-is-it/m-p/816905#M322476</link>
      <description>&lt;P&gt;'01'x is the hex code delimiter.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the lookup table it seems to be Start of Header or &lt;STRONG&gt;^A&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;'09'x is a common one and means a tab.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.techonthenet.com/ascii/chart.php" target="_blank"&gt;https://www.techonthenet.com/ascii/chart.php&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16608"&gt;@hellind&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I know what is the below delimiter character? I did a Google search, apparently it is 'Control A' character?&lt;/P&gt;
&lt;P&gt;Then my question is how do I open the delimited exported file in Excel? What delimiter should I put for Data Import Wizard?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;DBMS = "DLM"
REPLACE;
DELIMITER ='01'X;&lt;/PRE&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 18:00:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DELIMITER-01-X-What-is-it/m-p/816905#M322476</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-06-07T18:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: DELIMITER ='01'X What is it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DELIMITER-01-X-What-is-it/m-p/816909#M322477</link>
      <description>&lt;P&gt;If you are using the Get Data wizard&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_1-1654624988388.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72047i1600AB2EB9D69FF7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tom_1-1654624988388.png" alt="Tom_1-1654624988388.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;it should figure it out on its own.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_0-1654624948504.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72046i4395280F81A45DED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tom_0-1654624948504.png" alt="Tom_0-1654624948504.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 18:03:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DELIMITER-01-X-What-is-it/m-p/816909#M322477</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-06-07T18:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: DELIMITER ='01'X What is it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DELIMITER-01-X-What-is-it/m-p/816912#M322479</link>
      <description>&lt;P&gt;If you want to create something that opens in Excel on EXPORT then first choice would be a COMMA delimiter. You don't show the file name or other options so can't go much farther than that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your question is pretty confused mixing "open in Excel" and "Data Import wizard". The export to Excel would imply that you already have a SAS data set and writing that data set out. If you are importing the data then you use whatever actual delimiter appears in the data file if there is one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The '01'x is also a SOH character which with radio teletype meant "start of header" which was related to message traffic. Since the codes use for teletype are part of the basis for ASCII (one of the common character sets used in programming) then such characters are available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hint: Show entire procedure or data steps, not just part of the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 18:09:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DELIMITER-01-X-What-is-it/m-p/816912#M322479</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-06-07T18:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: DELIMITER ='01'X What is it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DELIMITER-01-X-What-is-it/m-p/816989#M322509</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SAS script is a production code that exports the SAS dataset to text file using that '01'x delimiter which is then ingested by technology.&amp;nbsp;&lt;/P&gt;&lt;P&gt;IT department had requirement to use '01'x as delimiter, therefore I&amp;nbsp; can't change the type of delimiter to use. I prefer to use TAB as delimiter.&lt;/P&gt;&lt;P&gt;I wanted to do investigation in Excel and was trying to figure out what HEX code to center into the Excel -&amp;gt; Get External Data --&amp;gt; Text Import Wizard&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 04:40:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DELIMITER-01-X-What-is-it/m-p/816989#M322509</guid>
      <dc:creator>hellind</dc:creator>
      <dc:date>2022-06-08T04:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: DELIMITER ='01'X What is it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DELIMITER-01-X-What-is-it/m-p/816990#M322510</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Excel -&amp;gt; Get External Data --&amp;gt; Text Import Wizard was &lt;STRONG&gt;not&lt;/STRONG&gt; able to auto-detect the delimiter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But Get Data -&amp;gt; From File was able too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 04:44:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DELIMITER-01-X-What-is-it/m-p/816990#M322510</guid>
      <dc:creator>hellind</dc:creator>
      <dc:date>2022-06-08T04:44:20Z</dc:date>
    </item>
  </channel>
</rss>

