<?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 Creating formats in DI for use in EG? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Creating-formats-in-DI-for-use-in-EG/m-p/159235#M263145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck trying to create a new library which will contain formats for lookup codes i.e. A = 'Access' etc, and making them available for use in EG?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing this in DI using the pre/postcode option, it will apply it to my DI output but when i check my output in EG it retains the old formatting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Les&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;proc format library=DRDSN;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;value $CONTYPE&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;'C2C' = 'Conversion'&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;other = 'Other'&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;options fmtsearch=(DRDSN);&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2014 11:30:01 GMT</pubDate>
    <dc:creator>Leslie6860</dc:creator>
    <dc:date>2014-09-25T11:30:01Z</dc:date>
    <item>
      <title>Creating formats in DI for use in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-formats-in-DI-for-use-in-EG/m-p/159235#M263145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck trying to create a new library which will contain formats for lookup codes i.e. A = 'Access' etc, and making them available for use in EG?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing this in DI using the pre/postcode option, it will apply it to my DI output but when i check my output in EG it retains the old formatting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Les&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;proc format library=DRDSN;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;value $CONTYPE&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;'C2C' = 'Conversion'&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;other = 'Other'&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;options fmtsearch=(DRDSN);&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 11:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-formats-in-DI-for-use-in-EG/m-p/159235#M263145</guid>
      <dc:creator>Leslie6860</dc:creator>
      <dc:date>2014-09-25T11:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating formats in DI for use in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-formats-in-DI-for-use-in-EG/m-p/159236#M263146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is ad-hoc programming, what you are needing is an architecture with release management. You can develop something but as some moment it should get hands over to production.&lt;/P&gt;&lt;P&gt;For EG and DI you are sharing the appserver (&amp;lt;SASApp&amp;gt;)&amp;nbsp; that is the place where shared changes should be made.&lt;/P&gt;&lt;P&gt;- Ask you platform admin to modify the sas usermods files accordingly supporting those library with formats&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;- remove all own build code you done as post and/or pre process for that.&lt;/P&gt;&lt;P&gt;- For develop the library should be defined open for update for common usage it should be set as read-only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 11:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-formats-in-DI-for-use-in-EG/m-p/159236#M263146</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-09-25T11:44:55Z</dc:date>
    </item>
  </channel>
</rss>

