<?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 How edit import code from SAS EG? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-edit-import-code-from-SAS-EG/m-p/470138#M30494</link>
    <description>&lt;P&gt;I used the import function (File-&amp;gt;Import Data)&amp;nbsp; in EG to import my data. It will generate the importing code. In the the code, it shows the infile&amp;nbsp;path is my C drive even the file is not imported from C drive. Is there a way to edit the code? cz when i tried to edit the code it pops a message saying the code is read only.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;INFILE 'C:\Users\pe07645\AppData\Local\Temp\1\SEG11628\Program Survey Extract-69406f261ab647e6a290cede2a9a0447.txt'&lt;BR /&gt; LRECL=20126&lt;BR /&gt; ENCODING="WLATIN1"&lt;BR /&gt; TERMSTR=CRLF&lt;BR /&gt; DLM='7F'x&lt;BR /&gt; MISSOVER&lt;BR /&gt; DSD ;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jun 2018 22:28:51 GMT</pubDate>
    <dc:creator>ernie86</dc:creator>
    <dc:date>2018-06-13T22:28:51Z</dc:date>
    <item>
      <title>How edit import code from SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-edit-import-code-from-SAS-EG/m-p/470138#M30494</link>
      <description>&lt;P&gt;I used the import function (File-&amp;gt;Import Data)&amp;nbsp; in EG to import my data. It will generate the importing code. In the the code, it shows the infile&amp;nbsp;path is my C drive even the file is not imported from C drive. Is there a way to edit the code? cz when i tried to edit the code it pops a message saying the code is read only.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;INFILE 'C:\Users\pe07645\AppData\Local\Temp\1\SEG11628\Program Survey Extract-69406f261ab647e6a290cede2a9a0447.txt'&lt;BR /&gt; LRECL=20126&lt;BR /&gt; ENCODING="WLATIN1"&lt;BR /&gt; TERMSTR=CRLF&lt;BR /&gt; DLM='7F'x&lt;BR /&gt; MISSOVER&lt;BR /&gt; DSD ;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 22:28:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-edit-import-code-from-SAS-EG/m-p/470138#M30494</guid>
      <dc:creator>ernie86</dc:creator>
      <dc:date>2018-06-13T22:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: How edit import code from SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-edit-import-code-from-SAS-EG/m-p/470204#M30504</link>
      <description>&lt;P&gt;The import wizard in EG works in two steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;the external file is converted to a standardized internal text format and sent to the WORK location of the SAS process (or to temporary space on your desktop if the SAS process runs there and not on a remote server)&lt;/LI&gt;
&lt;LI&gt;code is created that reads this temporary file and executed by the SAS process&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Code that is created automatically by EG for any task node cannot be edited in place; you need to copy/paste it to a new program node and edit it there. Note that in most cases you won't be able to apply the automatically created code on your original file without changes, as step 1 will be missing from the process.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 06:23:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-edit-import-code-from-SAS-EG/m-p/470204#M30504</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-06-14T06:23:45Z</dc:date>
    </item>
  </channel>
</rss>

