<?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 How to modify a user-defined format in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-a-user-defined-format/m-p/439614#M28397</link>
    <description>&lt;P&gt;Hi Gurus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working with user-defined format, and need to change a stored user-defined format $nykrpak.&lt;/P&gt;&lt;P&gt;It have been stored for some time ago and I don't have the documentation or sas program that created it in the first place.&lt;/P&gt;&lt;P&gt;Instead of creating a new format, I want to change the existing.&lt;/P&gt;&lt;P&gt;Please recommend how to view and maintain a stored user-defined format.&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;Ole&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2018 08:04:28 GMT</pubDate>
    <dc:creator>obertel</dc:creator>
    <dc:date>2018-02-23T08:04:28Z</dc:date>
    <item>
      <title>How to modify a user-defined format</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-a-user-defined-format/m-p/439614#M28397</link>
      <description>&lt;P&gt;Hi Gurus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working with user-defined format, and need to change a stored user-defined format $nykrpak.&lt;/P&gt;&lt;P&gt;It have been stored for some time ago and I don't have the documentation or sas program that created it in the first place.&lt;/P&gt;&lt;P&gt;Instead of creating a new format, I want to change the existing.&lt;/P&gt;&lt;P&gt;Please recommend how to view and maintain a stored user-defined format.&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;Ole&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 08:04:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-a-user-defined-format/m-p/439614#M28397</guid>
      <dc:creator>obertel</dc:creator>
      <dc:date>2018-02-23T08:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify a user-defined format</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-a-user-defined-format/m-p/439618#M28398</link>
      <description>&lt;P&gt;Use proc format with cntlout -option to save the format definition to a dataset, than modify the dataset an use proc format with cntlin to update the format definition. Having a backup of the catalog is recommended.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format cntlout=work.format_def;
   select $nypark;
run;

/* update dataset work.format_def */

proc format cntlin=work.format_def;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Feb 2018 08:16:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-a-user-defined-format/m-p/439618#M28398</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-02-23T08:16:56Z</dc:date>
    </item>
  </channel>
</rss>

