<?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: Need help with code of seperate variables with delimiter in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Need-help-with-code-of-seperate-variables-with-delimiter/m-p/670310#M23306</link>
    <description>&lt;P&gt;All you have to do in the example is change the &amp;amp; to |&lt;/P&gt;</description>
    <pubDate>Sat, 18 Jul 2020 14:35:47 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-07-18T14:35:47Z</dc:date>
    <item>
      <title>Need help with code of seperate variables with delimiter</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Need-help-with-code-of-seperate-variables-with-delimiter/m-p/670287#M23302</link>
      <description>&lt;P&gt;i have data set in note pad like that i want import into sas&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Car Make Model Type Origin Seat MRP Show Room Price Rate Star&lt;BR /&gt;Acura|MDX|SUV|Asia|All|$36,945|$33,337|3.5|&lt;BR /&gt;Acura|RSX Type S 2dr|Sedan|Asia|Front|$23,820|$21,761|2|&lt;/P&gt;&lt;P&gt;Those data have delimiter value of |&lt;/P&gt;&lt;P&gt;Expected result as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result&lt;BR /&gt;Car Make&amp;nbsp; Model&amp;nbsp; &amp;nbsp; Type&amp;nbsp; &amp;nbsp;Origin&amp;nbsp; Seat&amp;nbsp; &amp;nbsp; &amp;nbsp; MRP&amp;nbsp; &amp;nbsp; &amp;nbsp; Show Room Price Rate Star&lt;BR /&gt;Acura&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MDX&amp;nbsp; &amp;nbsp; &amp;nbsp; SUV&amp;nbsp; &amp;nbsp; Asia&amp;nbsp; &amp;nbsp; All&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$36,945&amp;nbsp; $33,337&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3.5&lt;BR /&gt;Acura&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; RSK&amp;nbsp; &amp;nbsp; &amp;nbsp; Sedan&amp;nbsp; &amp;nbsp;Asia&amp;nbsp; Front&amp;nbsp; &amp;nbsp; &amp;nbsp; $23,820 $21,761&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2020 10:48:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Need-help-with-code-of-seperate-variables-with-delimiter/m-p/670287#M23302</guid>
      <dc:creator>manilara44</dc:creator>
      <dc:date>2020-07-18T10:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with code of seperate variables with delimiter</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Need-help-with-code-of-seperate-variables-with-delimiter/m-p/670290#M23303</link>
      <description>&lt;P&gt;Here's an example:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n03ji3gyt52p10n1mma27gr6rdxg.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n03ji3gyt52p10n1mma27gr6rdxg.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2020 11:32:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Need-help-with-code-of-seperate-variables-with-delimiter/m-p/670290#M23303</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-07-18T11:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with code of seperate variables with delimiter</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Need-help-with-code-of-seperate-variables-with-delimiter/m-p/670294#M23304</link>
      <description>&lt;P&gt;Can u help me with code of real data of mine? i want code for import and input file statement too?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2020 11:50:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Need-help-with-code-of-seperate-variables-with-delimiter/m-p/670294#M23304</guid>
      <dc:creator>manilara44</dc:creator>
      <dc:date>2020-07-18T11:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with code of seperate variables with delimiter</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Need-help-with-code-of-seperate-variables-with-delimiter/m-p/670308#M23305</link>
      <description>&lt;P&gt;Save your data to a text file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use PROC IMPORT on that text file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code you need will be in the log and you can customize it as needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, follow the instructions here, example 5 specifically.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stats.idre.ucla.edu/sas/modules/inputting-data-into-sas/" target="_blank"&gt;https://stats.idre.ucla.edu/sas/modules/inputting-data-into-sas/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2020 14:27:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Need-help-with-code-of-seperate-variables-with-delimiter/m-p/670308#M23305</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-18T14:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with code of seperate variables with delimiter</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Need-help-with-code-of-seperate-variables-with-delimiter/m-p/670310#M23306</link>
      <description>&lt;P&gt;All you have to do in the example is change the &amp;amp; to |&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2020 14:35:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Need-help-with-code-of-seperate-variables-with-delimiter/m-p/670310#M23306</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-07-18T14:35:47Z</dc:date>
    </item>
  </channel>
</rss>

