<?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 use this command in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-this-command/m-p/569044#M160303</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	Proc import datafile = "path\name_file.csv" 
		out = name_output dbms = dlm replace ;
		delimiter = ";" ;
		getnames = yes ; /* depend of your data */
		guessingrows=500; /* facultative, by default 20*/
	run ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 26 Jun 2019 10:14:02 GMT</pubDate>
    <dc:creator>Onizuka</dc:creator>
    <dc:date>2019-06-26T10:14:02Z</dc:date>
    <item>
      <title>How to use this command</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-this-command/m-p/568996#M160277</link>
      <description>I have one CSV file in below path&lt;BR /&gt;'\\10.11.333\a\b\test.csv' .&lt;BR /&gt;When I am writing proc import like see below&lt;BR /&gt;Proc import data file='\\10.11.333\a\b\test.csv' DBMS=CSV&lt;BR /&gt;Out=want;&lt;BR /&gt;Run;&lt;BR /&gt;When I am running this code I am getting error.&lt;BR /&gt;Then how to import that data</description>
      <pubDate>Wed, 26 Jun 2019 07:20:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-this-command/m-p/568996#M160277</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2019-06-26T07:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use this command</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-this-command/m-p/569009#M160287</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Maxim 1: Read the Documentation.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In this case, the documentation for the&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=proc&amp;amp;docsetTarget=n18jyszn33umngn14czw2qfw7thc.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;PROC IMPORT Statement&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Your mistake will be obvious.&lt;/P&gt;
&lt;P&gt;The position of the ERROR indicator in the log will also provide a clue which part of the statement is wrong.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 08:09:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-this-command/m-p/569009#M160287</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-26T08:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use this command</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-this-command/m-p/569044#M160303</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	Proc import datafile = "path\name_file.csv" 
		out = name_output dbms = dlm replace ;
		delimiter = ";" ;
		getnames = yes ; /* depend of your data */
		guessingrows=500; /* facultative, by default 20*/
	run ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Jun 2019 10:14:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-this-command/m-p/569044#M160303</guid>
      <dc:creator>Onizuka</dc:creator>
      <dc:date>2019-06-26T10:14:02Z</dc:date>
    </item>
  </channel>
</rss>

