<?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 and Export  procedure in EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6220#M1969</link>
    <description>I am not able to import or export the data by using Code but i can export or impot data by using import wizard. My questation is, i want to know whether we have option in the EG, import or exporting data by coding.</description>
    <pubDate>Wed, 09 Jan 2008 12:15:18 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-01-09T12:15:18Z</dc:date>
    <item>
      <title>Import and Export  procedure in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6217#M1966</link>
      <description>Hi,&lt;BR /&gt;
May i know why dont  we have Import and Export of data in EG by coding( automatically).&lt;BR /&gt;
i know the way of exporting or importing like File -&amp;gt; Import wizard (or) Export Wizard.&lt;BR /&gt;
But i want to know the way of coding in EG for import &amp;amp; export the data.</description>
      <pubDate>Tue, 08 Jan 2008 15:22:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6217#M1966</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-08T15:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Import and Export  procedure in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6218#M1967</link>
      <description>I am not quite sure of what you mean - you can create a new code and run a PROC IMPORT procedure (or any other SAS code).</description>
      <pubDate>Tue, 08 Jan 2008 15:42:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6218#M1967</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-08T15:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Import and Export  procedure in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6219#M1968</link>
      <description>Use Help, SAS Online Documentation to find the Base SAS documentation for your version of SAS.&lt;BR /&gt;
&lt;BR /&gt;
Then look up within that documentation the PROC IMPORT and PROC EXPORT procedures.</description>
      <pubDate>Tue, 08 Jan 2008 15:49:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6219#M1968</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-08T15:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Import and Export  procedure in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6220#M1969</link>
      <description>I am not able to import or export the data by using Code but i can export or impot data by using import wizard. My questation is, i want to know whether we have option in the EG, import or exporting data by coding.</description>
      <pubDate>Wed, 09 Jan 2008 12:15:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6220#M1969</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-09T12:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Import and Export  procedure in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6221#M1970</link>
      <description>I am not able to import or export the data by using Code but i can export or impot data by using import wizard. My questation is, i want to know whether we have option in the EG, import or exporting data by coding.</description>
      <pubDate>Wed, 09 Jan 2008 12:16:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6221#M1970</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-09T12:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Import and Export  procedure in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6222#M1971</link>
      <description>YES</description>
      <pubDate>Wed, 09 Jan 2008 13:13:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6222#M1971</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-09T13:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Import and Export  procedure in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6223#M1972</link>
      <description>Hi Basu,&lt;BR /&gt;
&lt;BR /&gt;
to type a code in enterprise guide:&lt;BR /&gt;
1- select file --&amp;gt; new --&amp;gt; code.&lt;BR /&gt;
once the Editor open. use the following example code. it is to import dlimited text file. file name is "delimiter.txt" you can make any sample file from your side. the delimiter between columns is semi colon.&lt;BR /&gt;
&lt;BR /&gt;
the data will be imported to SAS data set called mydata in work library.&lt;BR /&gt;
&lt;BR /&gt;
proc import datafile="x:\myfiles\delimiter.txt"&lt;BR /&gt;
 &lt;BR /&gt;
     out=mydata&lt;BR /&gt;
 &lt;BR /&gt;
     dbms=dlm&lt;BR /&gt;
 &lt;BR /&gt;
     replace;&lt;BR /&gt;
 &lt;BR /&gt;
     delimiter=';';&lt;BR /&gt;
 &lt;BR /&gt;
     getnames=yes;&lt;BR /&gt;
run;&lt;BR /&gt;
 &lt;BR /&gt;
  options nodate ps=60 ls=80;&lt;BR /&gt;
&lt;BR /&gt;
proc print data=mydata;&lt;BR /&gt;
run;&lt;BR /&gt;
 &lt;BR /&gt;
I wish it is helpful for you.</description>
      <pubDate>Wed, 09 Jan 2008 13:47:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6223#M1972</guid>
      <dc:creator>MohamedS</dc:creator>
      <dc:date>2008-01-09T13:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Import and Export  procedure in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6224#M1973</link>
      <description>Hello, &lt;BR /&gt;
&lt;BR /&gt;
Has anyone had issues importing and Exporting DBase (5) files?  We're trying to import a file with boolean expressions.  When imported, the boolean expressions (yes or No) values are converted to SAS boolean values (0 or 1).  But when we update the file and try to export it again, the boolean columns retain their integer formats and are now "1.0000" instead of YES in the resulting dbase file.   I know that we can get around this by coding in Character Yes/No values but is there an option that can be set somewhere to retain the boolean format without the additional intervention?&lt;BR /&gt;
&lt;BR /&gt;
Has anyone come across this?</description>
      <pubDate>Fri, 11 Jan 2008 20:00:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-and-Export-procedure-in-EG/m-p/6224#M1973</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-11T20:00:45Z</dc:date>
    </item>
  </channel>
</rss>

