<?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: Import ';' delimited file from URL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-delimited-file-from-URL/m-p/776243#M246826</link>
    <description>&lt;P&gt;PS with a text file, I would never use IMPORT. Write your own data step according to the documentation you received with the file.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Oct 2021 17:25:35 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-10-25T17:25:35Z</dc:date>
    <item>
      <title>Import ';' delimited file from URL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-delimited-file-from-URL/m-p/776240#M246824</link>
      <description>&lt;P&gt;I am able to import the file but am struggling to get specify the delimiter to a semicolon (;).&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;filename stdata temp;
proc http
	url="https://www4.stat.ncsu.edu/~online/datasets/StudentData.txt"
	out=stdata;
quit;

proc import datafile=stdata
	out=homework.StudentData
	dbms=dlm
	delimiter=';'
	replace;
run;

proc print data=homework.studentdata;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 17:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-delimited-file-from-URL/m-p/776240#M246824</guid>
      <dc:creator>avaslef</dc:creator>
      <dc:date>2021-10-25T17:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Import ';' delimited file from URL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-delimited-file-from-URL/m-p/776242#M246825</link>
      <description>&lt;P&gt;DELIMITER= has to be its own statement.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 17:19:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-delimited-file-from-URL/m-p/776242#M246825</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-25T17:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Import ';' delimited file from URL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-delimited-file-from-URL/m-p/776243#M246826</link>
      <description>&lt;P&gt;PS with a text file, I would never use IMPORT. Write your own data step according to the documentation you received with the file.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 17:25:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-delimited-file-from-URL/m-p/776243#M246826</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-25T17:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Import ';' delimited file from URL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-delimited-file-from-URL/m-p/776246#M246828</link>
      <description>Thank you!</description>
      <pubDate>Mon, 25 Oct 2021 17:25:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-delimited-file-from-URL/m-p/776246#M246828</guid>
      <dc:creator>avaslef</dc:creator>
      <dc:date>2021-10-25T17:25:45Z</dc:date>
    </item>
  </channel>
</rss>

