<?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 proc format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-format/m-p/180967#M265154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #c00000;"&gt;25. What option in PROC FORMAT allows you to create a format from an input control data set rather than VALUE statement?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2014 07:58:55 GMT</pubDate>
    <dc:creator>jadhavsada1_gmail_com</dc:creator>
    <dc:date>2014-11-21T07:58:55Z</dc:date>
    <item>
      <title>proc format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-format/m-p/180967#M265154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #c00000;"&gt;25. What option in PROC FORMAT allows you to create a format from an input control data set rather than VALUE statement?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:58:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-format/m-p/180967#M265154</guid>
      <dc:creator>jadhavsada1_gmail_com</dc:creator>
      <dc:date>2014-11-21T07:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: proc format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-format/m-p/180968#M265155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/67327/HTML/default/viewer.htm#p1gg77jyhc9s42n1f1vjyx2hsg8b.htm" title="http://support.sas.com/documentation/cdl/en/proc/67327/HTML/default/viewer.htm#p1gg77jyhc9s42n1f1vjyx2hsg8b.htm"&gt;Base SAS(R) 9.4 Procedures Guide, Third Edition&lt;/A&gt; (using a function to create a format)&amp;nbsp;&amp;nbsp; still the same procs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 08:19:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-format/m-p/180968#M265155</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-21T08:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: proc format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-format/m-p/180969#M265156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The option which is used to create the formats from the input dataset is &lt;STRONG&gt;cntlin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;the way the dataset is passed in the cntlin in as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format cntlin=dataset;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the required variables in the dataset for creating the formats this way are&lt;/P&gt;&lt;P&gt;fmtname /*a valid format name*/&lt;/P&gt;&lt;P&gt;start /*value*/&lt;/P&gt;&lt;P&gt;end /*which is again a value , but can be used only when we need to assign the format to a range*/&lt;/P&gt;&lt;P&gt;label /* this variable has the value which you want to actually assign*/&lt;/P&gt;&lt;P&gt;type /* mention C if character format and N for numeric format*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 10:15:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-format/m-p/180969#M265156</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2014-11-21T10:15:54Z</dc:date>
    </item>
  </channel>
</rss>

