<?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: Importing SAS EGP files in SAS Viya environment in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-EGP-files-in-SAS-Viya-environment/m-p/778309#M247730</link>
    <description>&lt;P&gt;Hopefully you still have an EG environment available. I believe that you can export the code of the steps behind the GUI as .SAS code files.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Nov 2021 18:25:36 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-11-03T18:25:36Z</dc:date>
    <item>
      <title>Importing SAS EGP files in SAS Viya environment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-EGP-files-in-SAS-Viya-environment/m-p/778288#M247725</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to Import SAS 9.4 EGP files in SAS Viya environment. Unfortunately, we are not able to import &lt;SPAN&gt;egp&lt;/SPAN&gt; files.&lt;/P&gt;&lt;P&gt;Below are the commands that we have executed in SAS Viya 3.5/ Linux OS to import &lt;SPAN&gt;egp&lt;/SPAN&gt; file using CLI method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;[root@sasserver CLI]# . /opt/sas/viya/config/consul.conf&lt;/LI&gt;&lt;LI&gt;[root@sasserver CLI]# ./sas-viya auth login&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Enter credentials for &lt;A href="https://sasserver.demo.sas.com/" target="_blank" rel="noopener"&gt;https://sasserver.demo.sas.com/&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Userid&amp;gt; sas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Password&amp;gt; Login succeeded. Token saved.&lt;/P&gt;&lt;P&gt;3. [root@sasserver CLI]# ./sas-viya plugins install --repo SAS transfer&lt;/P&gt;&lt;P&gt;Installing the transfer plugin...&lt;/P&gt;&lt;P&gt;Retrieving source file from the SAS repository...&lt;/P&gt;&lt;P&gt;Plugin transfer v1.21.6 is already installed and up to date. Use --force to overwrite.&lt;/P&gt;&lt;P&gt;4. [root@sasserver CLI]# ./importEGProjects --sas-viya-path /opt/sas/viya/home/CLI/sas-viya --source-location /opt/sas/viya/home/EGProjects&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Screenshot of the error message along with log file are attached for reference.&lt;/P&gt;&lt;P&gt;Please help resolving above mentioned error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 17:39:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-EGP-files-in-SAS-Viya-environment/m-p/778288#M247725</guid>
      <dc:creator>devi001</dc:creator>
      <dc:date>2021-11-03T17:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS EGP files in SAS Viya environment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-EGP-files-in-SAS-Viya-environment/m-p/778293#M247726</link>
      <description>&lt;P&gt;.egp files can only be used by Enterprise Guide. Unless you use EG, they become useless.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best (and IMO only) method to store programs is in code form (text files with .sas extension). Even files from the 80's can still be loaded in any SAS environment.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 17:51:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-EGP-files-in-SAS-Viya-environment/m-p/778293#M247726</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-11-03T17:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS EGP files in SAS Viya environment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-EGP-files-in-SAS-Viya-environment/m-p/778309#M247730</link>
      <description>&lt;P&gt;Hopefully you still have an EG environment available. I believe that you can export the code of the steps behind the GUI as .SAS code files.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 18:25:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-EGP-files-in-SAS-Viya-environment/m-p/778309#M247730</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-11-03T18:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS EGP files in SAS Viya environment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-EGP-files-in-SAS-Viya-environment/m-p/778311#M247732</link>
      <description>&lt;P&gt;Since .egp files are zip archives containing xml data, you should be able to extract codes by first unzipping and then retrieving from that.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 18:27:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-EGP-files-in-SAS-Viya-environment/m-p/778311#M247732</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-11-03T18:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS EGP files in SAS Viya environment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-EGP-files-in-SAS-Viya-environment/m-p/778314#M247733</link>
      <description>&lt;P&gt;From what I understand, EG works with Viya 3.5 but not with Viya 4.0 aka 2021.x. If you plan to upgrade to Viya 4 then you will need to migrate all of your EG projects to SAS Studio.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 19:05:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-EGP-files-in-SAS-Viya-environment/m-p/778314#M247733</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-11-03T19:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS EGP files in SAS Viya environment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-EGP-files-in-SAS-Viya-environment/m-p/778318#M247735</link>
      <description>&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Go-with-the-flow-migrating-Enterprise-Guide-Projects-to-SAS/ta-p/743627" target="_self"&gt;EGP files&amp;nbsp;&lt;STRONG&gt;can&lt;/STRONG&gt; be imported into SAS Viya&lt;/A&gt; and converted to SAS Studio flows. However, the best support for this is the most recent versions of SAS Viya -- I'm unsure how it all works in SAS Viya 3.5.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may need to check with SAS Technical Support on about the command you're using and the expected support for importing these.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 19:19:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-EGP-files-in-SAS-Viya-environment/m-p/778318#M247735</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2021-11-03T19:19:18Z</dc:date>
    </item>
  </channel>
</rss>

