<?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: Format Description at the Time of Definition in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Format-Description-at-the-Time-of-Definition/m-p/278516#M58910</link>
    <description>&lt;P&gt;I didn't test the code but posted from a paper I found&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would certainly make sense to have a FORMAT description that you can display or modify in PROC FORMAT itself.&lt;/P&gt;</description>
    <pubDate>Sun, 19 Jun 2016 20:03:21 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2016-06-19T20:03:21Z</dc:date>
    <item>
      <title>Format Description at the Time of Definition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Format-Description-at-the-Time-of-Definition/m-p/278330#M58867</link>
      <description>&lt;P style="margin: 1pt 0in;"&gt;&lt;FONT color="#000000" face="Arial" size="2"&gt;I can’t find a way to enter the description for a format when I’m defining the format with PROC FORMAT.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 1pt 0in;"&gt;&lt;FONT color="#000000" face="Arial" size="2"&gt;The only method that I could find for entering the description of a format is by using PROC CATALOG after the format is already defined.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 1pt 0in;"&gt;&lt;FONT color="#000000" face="Arial" size="2"&gt;Is that right?&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 1pt 0in;"&gt;&lt;FONT color="#000000" face="Arial" size="2"&gt;The “description” to which I’m referring is the text in the “Description” field in the results of PROC CATALOG&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 23:30:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Format-Description-at-the-Time-of-Definition/m-p/278330#M58867</guid>
      <dc:creator>agoldma</dc:creator>
      <dc:date>2016-06-17T23:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Format Description at the Time of Definition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Format-Description-at-the-Time-of-Definition/m-p/278331#M58868</link>
      <description>&lt;P&gt;I think you are correct. The description you refer to is a general attribute on all catalog entries such as macros, graphs and so on and is not specific to formats. Hence you can only display or modify it using PROC CATALOG or CATALOG window:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC CATALOG CATALOG = LIBRARY.FORMATS;
MODIFY MyFormat FORMAT (DESCRIPTION = "My Format Description") ;
CONTENTS;
RUN ;
QUIT;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Using PROC FORMAT FMTLIB will not print out the catalog entry description.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 23:54:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Format-Description-at-the-Time-of-Definition/m-p/278331#M58868</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-06-17T23:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Format Description at the Time of Definition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Format-Description-at-the-Time-of-Definition/m-p/278396#M58883</link>
      <description>&lt;P&gt;Thank you for confirming&lt;/P&gt;
&lt;P&gt;Just a small comment about the example above: "MODIFY MyFormat FORMAT" should probably be "MODIFY MyFormat", and it might need the /entrytype= option after the description&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm getting ready to submit a SAS Ballot Idea for this, but I want to check if I'm missing anything.&lt;/P&gt;
&lt;P&gt;What I really want to do is to identify the person who modified the format catalog.&lt;/P&gt;
&lt;P&gt;Some operating systems identify the person who created the file but not the person who modified it.&lt;/P&gt;
&lt;P&gt;I would like to write the &amp;amp;sysuserid of the person who runs the PROC FORMAT into the description of the format.&lt;/P&gt;
&lt;P&gt;Is there another way to identify the person who modified one format in the catalog?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ideally, the sysuserid would be automatically written into the catalog -- in the same way that the date-time stamps are written automatically.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2016 15:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Format-Description-at-the-Time-of-Definition/m-p/278396#M58883</guid>
      <dc:creator>agoldma</dc:creator>
      <dc:date>2016-06-18T15:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Format Description at the Time of Definition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Format-Description-at-the-Time-of-Definition/m-p/278516#M58910</link>
      <description>&lt;P&gt;I didn't test the code but posted from a paper I found&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would certainly make sense to have a FORMAT description that you can display or modify in PROC FORMAT itself.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jun 2016 20:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Format-Description-at-the-Time-of-Definition/m-p/278516#M58910</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-06-19T20:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Format Description at the Time of Definition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Format-Description-at-the-Time-of-Definition/m-p/279719#M59010</link>
      <description>&lt;P&gt;I submitted a ballot idea for this: &lt;A href="https://communities.sas.com/t5/SASware-Ballot-Ideas/Format-Description-at-the-Time-of-Definition/idi-p/279718#M2021" target="_blank"&gt;Format Description at the Time of Definition&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 12:38:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Format-Description-at-the-Time-of-Definition/m-p/279719#M59010</guid>
      <dc:creator>agoldma</dc:creator>
      <dc:date>2016-06-23T12:38:12Z</dc:date>
    </item>
  </channel>
</rss>

