<?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 formats from SAS Base to SAS Enterprise Guide in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-formats-from-SAS-Base-to-SAS-Enterprise-Guide/m-p/620251#M35440</link>
    <description>&lt;P&gt;You should not have to move any formats just to use SAS Enterprise Guide.&amp;nbsp; EG is just a client that connects to SAS, and SAS is the tool that accesses your formats.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your change might also involve a switch in where your SAS is installed though.&amp;nbsp; For example, from Base SAS on Windows to a central environment on Unix.&amp;nbsp; In that case, your SAS formats (and any other SAS catalog resource) need to be migrated.&amp;nbsp; You can &lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=proc&amp;amp;docsetTarget=p1kv04orx2cy03n1urntor37gzkz.htm&amp;amp;locale=en" target="_self"&gt;use PROC MIGRATE&lt;/A&gt; or PROC CPORT/CIMPORT for this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once migrated, your formats need to be in your OPTIONS FMTSEARCH path -- and SAS and EG will just find them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;has good advice about preserving the format definitions as data -- this makes it easier to recreate the formats in different environments.&amp;nbsp; You'll also be able to view format definitions in EG with &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Viewing-SAS-catalog-entries-and-formats-within-SAS-Enterprise/ta-p/385690" target="_self"&gt;the Catalog and Format Explorer.&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jan 2020 17:54:01 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2020-01-27T17:54:01Z</dc:date>
    <item>
      <title>Importing formats from SAS Base to SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-formats-from-SAS-Base-to-SAS-Enterprise-Guide/m-p/620236#M35436</link>
      <description>&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;The company I work for recently moved from SAS Base to SAS EG 8.2. We work with a lot of formats, and have an extensive format catalog from SAS Base.&lt;/P&gt;&lt;P&gt;Is there anyway to import these formats into SAS EG without having to recreate them with the Create Format tasks available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 17:15:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-formats-from-SAS-Base-to-SAS-Enterprise-Guide/m-p/620236#M35436</guid>
      <dc:creator>Raquell</dc:creator>
      <dc:date>2020-01-27T17:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Importing formats from SAS Base to SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-formats-from-SAS-Base-to-SAS-Enterprise-Guide/m-p/620237#M35437</link>
      <description>You can put them into a catalog and move them over, but you just need to make sure they're the same bitness. An easier method that's more robust is to use the CNTLOUT on the PROC FORMAT to generate the formats, move that data set to your new system and use CNTLIN to recreate all your formats in your new library. &lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jan 2020 17:19:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-formats-from-SAS-Base-to-SAS-Enterprise-Guide/m-p/620237#M35437</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-27T17:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Importing formats from SAS Base to SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-formats-from-SAS-Base-to-SAS-Enterprise-Guide/m-p/620251#M35440</link>
      <description>&lt;P&gt;You should not have to move any formats just to use SAS Enterprise Guide.&amp;nbsp; EG is just a client that connects to SAS, and SAS is the tool that accesses your formats.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your change might also involve a switch in where your SAS is installed though.&amp;nbsp; For example, from Base SAS on Windows to a central environment on Unix.&amp;nbsp; In that case, your SAS formats (and any other SAS catalog resource) need to be migrated.&amp;nbsp; You can &lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=proc&amp;amp;docsetTarget=p1kv04orx2cy03n1urntor37gzkz.htm&amp;amp;locale=en" target="_self"&gt;use PROC MIGRATE&lt;/A&gt; or PROC CPORT/CIMPORT for this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once migrated, your formats need to be in your OPTIONS FMTSEARCH path -- and SAS and EG will just find them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;has good advice about preserving the format definitions as data -- this makes it easier to recreate the formats in different environments.&amp;nbsp; You'll also be able to view format definitions in EG with &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Viewing-SAS-catalog-entries-and-formats-within-SAS-Enterprise/ta-p/385690" target="_self"&gt;the Catalog and Format Explorer.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 17:54:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-formats-from-SAS-Base-to-SAS-Enterprise-Guide/m-p/620251#M35440</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-01-27T17:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Importing formats from SAS Base to SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-formats-from-SAS-Base-to-SAS-Enterprise-Guide/m-p/620256#M35441</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS Eg is on a new server, and we had to remove the SAS Base connection altogether as the version we had was not compatible with SAS EG. Unfortunately I just have the catalog - no code or the data for&amp;nbsp; the formats. As there are a few hundred formats we use, I was trying to avoid having to export them all into a data format to then import them back in...&lt;/P&gt;&lt;P&gt;I'll try the PROC options.&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;</description>
      <pubDate>Mon, 27 Jan 2020 18:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-formats-from-SAS-Base-to-SAS-Enterprise-Guide/m-p/620256#M35441</guid>
      <dc:creator>Raquell</dc:creator>
      <dc:date>2020-01-27T18:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Importing formats from SAS Base to SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-formats-from-SAS-Base-to-SAS-Enterprise-Guide/m-p/620257#M35442</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 18:00:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-formats-from-SAS-Base-to-SAS-Enterprise-Guide/m-p/620257#M35442</guid>
      <dc:creator>Raquell</dc:creator>
      <dc:date>2020-01-27T18:00:30Z</dc:date>
    </item>
  </channel>
</rss>

