<?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 What does EG do when I open a dataset from an unassigned library? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-EG-do-when-I-open-a-dataset-from-an-unassigned-library/m-p/121811#M10087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a library that I have created using DI studio that contains some datasets and also some user-defined formats that I want the datasets use.&lt;/P&gt;&lt;P&gt;My goal is that when a user opens the data in enterprise guide they see the data with the correct user-defined formats applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put a cheat into the advanced options on the library metadata by setting the 'Other option(s) to be appended' field to be&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;; options fmtsearch(mylib)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;this means than when I right click on the library in DI studio and select 'View Libname' it correctly shows as&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LIBNAME mylib BASE "mypath"; options fmtsearch(mylib);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and running this code in enterprise guide lets me view the datasets with the correct format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, in a new EG session when I browse to this library in the enterprise guide server list or metadata folders and open the datasets to view the data, the data does not show in the correct format.&lt;/P&gt;&lt;P&gt;Does anyone know how I can check to see why enterprise guide is not running the full libname statement that I defined it to run in the metadata?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 10:25:17 GMT</pubDate>
    <dc:creator>TimCampbell</dc:creator>
    <dc:date>2013-02-26T10:25:17Z</dc:date>
    <item>
      <title>What does EG do when I open a dataset from an unassigned library?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-EG-do-when-I-open-a-dataset-from-an-unassigned-library/m-p/121811#M10087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a library that I have created using DI studio that contains some datasets and also some user-defined formats that I want the datasets use.&lt;/P&gt;&lt;P&gt;My goal is that when a user opens the data in enterprise guide they see the data with the correct user-defined formats applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put a cheat into the advanced options on the library metadata by setting the 'Other option(s) to be appended' field to be&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;; options fmtsearch(mylib)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;this means than when I right click on the library in DI studio and select 'View Libname' it correctly shows as&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LIBNAME mylib BASE "mypath"; options fmtsearch(mylib);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and running this code in enterprise guide lets me view the datasets with the correct format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, in a new EG session when I browse to this library in the enterprise guide server list or metadata folders and open the datasets to view the data, the data does not show in the correct format.&lt;/P&gt;&lt;P&gt;Does anyone know how I can check to see why enterprise guide is not running the full libname statement that I defined it to run in the metadata?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 10:25:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-EG-do-when-I-open-a-dataset-from-an-unassigned-library/m-p/121811#M10087</guid>
      <dc:creator>TimCampbell</dc:creator>
      <dc:date>2013-02-26T10:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: What does EG do when I open a dataset from an unassigned library?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-EG-do-when-I-open-a-dataset-from-an-unassigned-library/m-p/121812#M10088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is probably because EG uses the META engine by default if the library isn't pre-assigned. I have no idea how such assignment will work with your cheat, but it doesn't sound like a best practice...&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;P&gt;Why don't you put the formats in the SASApp\SASEnvironment\SASFormats location (APFMTLIB), and the they will be available by default?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 12:00:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-EG-do-when-I-open-a-dataset-from-an-unassigned-library/m-p/121812#M10088</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-02-26T12:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: What does EG do when I open a dataset from an unassigned library?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-EG-do-when-I-open-a-dataset-from-an-unassigned-library/m-p/121813#M10089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks LinusH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APFMTLIB worked exactly as I needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 14:37:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-EG-do-when-I-open-a-dataset-from-an-unassigned-library/m-p/121813#M10089</guid>
      <dc:creator>TimCampbell</dc:creator>
      <dc:date>2013-03-05T14:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: What does EG do when I open a dataset from an unassigned library?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-EG-do-when-I-open-a-dataset-from-an-unassigned-library/m-p/121814#M10090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option is to create a SAS library with a LIBREF of LIBRARY. SAS automatically searches this LIBREF for any stored formats without using FMTSEARCH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 19:01:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-EG-do-when-I-open-a-dataset-from-an-unassigned-library/m-p/121814#M10090</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2013-03-05T19:01:23Z</dc:date>
    </item>
  </channel>
</rss>

