<?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: converting dataset2formats in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177001#M33880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not understand the question.&amp;nbsp; If you read in and create a format catalogue from a dataset, the type variable indicates if the format applied is character or numeric.&amp;nbsp; The c means that the format is a character format so the input and output would be character e.g:&lt;/P&gt;&lt;P&gt;$SEXC&lt;/P&gt;&lt;P&gt;'1' = 'Male'&lt;/P&gt;&lt;P&gt;'2' = 'Female'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For missing or n then this means a number to character:&lt;/P&gt;&lt;P&gt;SEXC&lt;/P&gt;&lt;P&gt;1 = 'Male'&lt;/P&gt;&lt;P&gt;2 = 'Female'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2014 10:35:22 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2014-08-27T10:35:22Z</dc:date>
    <item>
      <title>converting dataset2formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177000#M33879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. if dataset having fmtname start and label variables only,how sas creating a format/in format with cntlin option of proc format?&lt;/P&gt;&lt;P&gt;2. type varible(optional) is for character/numeric , again why fmtname beginning with $ and&amp;nbsp; type is mentioning as 'c'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both are in the same book and some one explain me ,please&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;proc format cntlin=exposure fmtlib;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;&amp;nbsp; select @exp1944fmt @exp1945fmt;&amp;nbsp;&amp;nbsp;&amp;nbsp; informats to print&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format cntlin=control fmtlib;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt; select $ICDFMT;&amp;nbsp; formats to print&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 10:27:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177000#M33879</guid>
      <dc:creator>rajeshm</dc:creator>
      <dc:date>2014-08-27T10:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: converting dataset2formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177001#M33880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not understand the question.&amp;nbsp; If you read in and create a format catalogue from a dataset, the type variable indicates if the format applied is character or numeric.&amp;nbsp; The c means that the format is a character format so the input and output would be character e.g:&lt;/P&gt;&lt;P&gt;$SEXC&lt;/P&gt;&lt;P&gt;'1' = 'Male'&lt;/P&gt;&lt;P&gt;'2' = 'Female'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For missing or n then this means a number to character:&lt;/P&gt;&lt;P&gt;SEXC&lt;/P&gt;&lt;P&gt;1 = 'Male'&lt;/P&gt;&lt;P&gt;2 = 'Female'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 10:35:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177001#M33880</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-08-27T10:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: converting dataset2formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177002#M33881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry for the trouble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first program:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for the&amp;nbsp; input dataset, sas created a informat with the given values.&lt;/P&gt;&lt;P&gt;second program:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for the input dataset, sas created a format&amp;nbsp; with the given values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in both the cases I have given fmtname,start and label only,but one time sas created a format another time sas created informat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;first program&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;proc format cntlin=exposure fmtlib;&lt;STRONG&gt; * here sas created a informat from the varibles( fmtname,start and end values)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc format;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; select @exp1944fmt @exp1945fmt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt; second program&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc format cntlin=control fmtlib;&lt;STRONG style="font-family: inherit; font-style: inherit;"&gt; &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;* here sas created a format from the varibles (fmtname,start and end values&lt;/SPAN&gt;&lt;/STRONG&gt;)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc format;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;select $ICDFMT; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 10:58:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177002#M33881</guid>
      <dc:creator>rajeshm</dc:creator>
      <dc:date>2014-08-28T10:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: converting dataset2formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177003#M33882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, really not following you.&amp;nbsp; What is the difference between the exposure and control tables?&amp;nbsp; There shouldn't be that much difference between formats and informats, one is a method of reading in the data, the other for display.&amp;nbsp; Perhaps post the datasets, or a subset thereof so I can see the elements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 12:22:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177003#M33882</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-08-28T12:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: converting dataset2formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177004#M33883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS has FORMATS and INFORMATS.&amp;nbsp; The first converts a value to a character string and the second converts a character string to a value.&lt;/P&gt;&lt;P&gt;Both can be either numeric or character.&lt;/P&gt;&lt;P&gt;When you reference them in SAS code you use $ before the name for character formats or informats.&lt;/P&gt;&lt;P&gt;When you reference them in the SELECT or EXCLUDE statement in PROC FORMAT you also add @ in front of the name to let it know that you mean an INFORMAT.&lt;/P&gt;&lt;P&gt;When you are trying to create them from a dataset you set the variable TYPE to indicate which you want to create.&lt;/P&gt;&lt;P&gt;N=Numeric format&lt;/P&gt;&lt;P&gt;C=Character format&lt;/P&gt;&lt;P&gt;I=Numeric informat&lt;/P&gt;&lt;P&gt;J=Character informat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this little program.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;format&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;value&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; A &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;'A'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;value&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; $B '&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;1'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;'B'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;invalue&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; C &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;'C'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;invalue&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; $D &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;'D'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;'1'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;format&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;fmtlib&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;cntlout&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=formats;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;print&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; fmtname type start label ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 13:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177004#M33883</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-08-29T13:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: converting dataset2formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177005#M33884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;I know&amp;nbsp; for creating a format from a dataset ,3 varibles are enough(fmtname,start,label). suppose my dataset not having a type column and I am using cntlin option for creating the format/informat. then how sas is creating the formats/informats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with your example only, used the cntlout option to create a dataset from the format and after that I deleted the formats in catalog and dropped the type column in dataset and again used the option cntlin option to create a format/informat from the dataset. then you can find the log here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9290&amp;nbsp; proc format cntlin=dataset&amp;nbsp;&amp;nbsp; fmtlib ;&lt;/P&gt;&lt;P&gt;NOTE: Format A has been output.&lt;/P&gt;&lt;P&gt;NOTE: Format B has been output.&lt;/P&gt;&lt;P&gt;NOTE: Format C has been output.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE: Format D could not be written because it has the same name as an Institute-supplied format. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is&amp;nbsp; error here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 15:27:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177005#M33884</guid>
      <dc:creator>rajeshm</dc:creator>
      <dc:date>2014-08-30T15:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: converting dataset2formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177006#M33885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no error there. Since you did not provide a TYPE variable it tried to create them all as numeric formats.&amp;nbsp; If you do not want numeric formats then you need to provide the TYPE variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 17:48:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177006#M33885</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-08-30T17:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: converting dataset2formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177007#M33886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, as documented &lt;A href="http://support.sas.com/documentation/cdl/en/leforinforref/64790/HTML/default/viewer.htm#p14hdw0zjbxr9tn1an4mgxor9pc2.htm" title="http://support.sas.com/documentation/cdl/en/leforinforref/64790/HTML/default/viewer.htm#p14hdw0zjbxr9tn1an4mgxor9pc2.htm"&gt;SAS(R) 9.4 Formats and Informats: Reference&lt;/A&gt; format D is a name already being used as SAS supplied&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/67327/HTML/default/viewer.htm#p1upn25lbfo6mkn1wncu4dyh9q91.htm" title="http://support.sas.com/documentation/cdl/en/proc/67327/HTML/default/viewer.htm#p1upn25lbfo6mkn1wncu4dyh9q91.htm"&gt;Base SAS(R) 9.4 Procedures Guide, Third Edition&lt;/A&gt; See restrictions: "The name of a user-defined format cannot be the same as the name of a format that is supplied by SAS."&lt;/P&gt;&lt;P&gt;It works as documented.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No error, just keep attention to RTFM.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 18:57:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177007#M33886</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-30T18:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: converting dataset2formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177008#M33887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understand,&lt;/P&gt;&lt;P&gt;if we are not mentioning type column it will create &lt;STRONG&gt;format default&lt;/STRONG&gt;(numeric/character name depnds on the fmtname ) But if we mention (i,j) as types then it will create informats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if my assumption is wrong,let me know. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 14:19:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/converting-dataset2formats/m-p/177008#M33887</guid>
      <dc:creator>rajeshm</dc:creator>
      <dc:date>2014-09-21T14:19:13Z</dc:date>
    </item>
  </channel>
</rss>

