<?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 SAS EG Functionality Vs SAS Studio in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Functionality-Vs-SAS-Studio/m-p/844412#M41708</link>
    <description>&lt;P&gt;I have a question, my company recently moved from SAS EG to Studio.&amp;nbsp; One of the features of EG that I really liked was the data import which wrote out the infile code with all the formats and lengths.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot figure out how to do that in SAS Studio.&amp;nbsp; All it does is the proc import, I need to know how to get the code for using infile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know how to do this in SAS Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Elliott&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2022 16:14:05 GMT</pubDate>
    <dc:creator>Elliott</dc:creator>
    <dc:date>2022-11-15T16:14:05Z</dc:date>
    <item>
      <title>SAS EG Functionality Vs SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Functionality-Vs-SAS-Studio/m-p/844412#M41708</link>
      <description>&lt;P&gt;I have a question, my company recently moved from SAS EG to Studio.&amp;nbsp; One of the features of EG that I really liked was the data import which wrote out the infile code with all the formats and lengths.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot figure out how to do that in SAS Studio.&amp;nbsp; All it does is the proc import, I need to know how to get the code for using infile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know how to do this in SAS Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Elliott&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 16:14:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Functionality-Vs-SAS-Studio/m-p/844412#M41708</guid>
      <dc:creator>Elliott</dc:creator>
      <dc:date>2022-11-15T16:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Functionality Vs SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Functionality-Vs-SAS-Studio/m-p/844413#M41709</link>
      <description>&lt;P&gt;When you use PROC IMPORT for a text file, the data step code is written to the log.&lt;/P&gt;
&lt;P&gt;For file formats which can't be read with a data step (e.g. Excel), there will not be such code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW you should not use PROC IMPORT for a text file. Write the data step yourself, according to the documentation of the file.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 16:28:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Functionality-Vs-SAS-Studio/m-p/844413#M41709</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-11-15T16:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Functionality Vs SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Functionality-Vs-SAS-Studio/m-p/844414#M41710</link>
      <description>&lt;P&gt;Are you reading a text file (like a CSV)?&amp;nbsp; If so then PROC IMPORT will show the code it generated in the SAS log.&amp;nbsp; You can copy and paste it (you might need to remove some extra stuff inserted by the log) into the editor and clean up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are reading from a Excel file then you cannot mimic what EG did.&amp;nbsp; In that case EG would actually convert the Excel file into a text file on your PC and upload the text file to SAS and read that in (at least that is what the old versions of EG did before SAS released the XLSX libname engine).&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 16:39:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Functionality-Vs-SAS-Studio/m-p/844414#M41710</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-11-15T16:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Functionality Vs SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Functionality-Vs-SAS-Studio/m-p/844422#M41711</link>
      <description>Are you referring to an option to select that saved the program to a text file or the code that was generated in the log?&lt;BR /&gt;The log should still show the generated code, but I'm not sure if Studio has the option to have the code saved as well. If that's a feature you'd like to see you can also consider adding it to the SAS Ballot for consideration.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SASware-Ballot-Ideas/idb-p/sas_ideas" target="_blank"&gt;https://communities.sas.com/t5/SASware-Ballot-Ideas/idb-p/sas_ideas&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Nov 2022 16:59:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Functionality-Vs-SAS-Studio/m-p/844422#M41711</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-11-15T16:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Functionality Vs SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Functionality-Vs-SAS-Studio/m-p/844465#M41712</link>
      <description>&lt;P&gt;Try running PROC IMPORT after adding this statement: options source source2;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then check the SAS log to see if the underlying DATA step code is showing.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 19:18:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Functionality-Vs-SAS-Studio/m-p/844465#M41712</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-11-15T19:18:12Z</dc:date>
    </item>
  </channel>
</rss>

