<?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: Increase length during format in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173367#M44656</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;Sorry, I meant the original poster. I have come across quite a few of your solutions, CTorress; they are always interesting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also for the original poster, here is a link to a helpful (introductory) paper: &lt;A href="http://www.lexjansen.com/pharmasug/2006/Tutorials/TU02.pdf" title="http://www.lexjansen.com/pharmasug/2006/Tutorials/TU02.pdf"&gt;http://www.lexjansen.com/pharmasug/2006/Tutorials/TU02.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2015 18:43:41 GMT</pubDate>
    <dc:creator>MaikH_Schutze</dc:creator>
    <dc:date>2015-01-07T18:43:41Z</dc:date>
    <item>
      <title>Increase length during format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173362#M44651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I formatted my numeric admission source (Admtsource) as shown below . My result does not show full description of admission source.&amp;nbsp; How to I increase length of my label?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format library=fmts;&lt;/P&gt;&lt;P&gt;value ADMTSOURCE &lt;/P&gt;&lt;P&gt;&amp;nbsp; 00='TRANSFERRED FROM ON-SITE ACUTE CARE UNIT TO REHAB UNIT'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 01='TRANSFERRED FOR ANOTHER HOSPITAL TO A SPECIALTY CENTER'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 02='TRANSFERRED FROM ANOTHER HOSPITAL FOR ANY OTHER REASON';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 18:01:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173362#M44651</guid>
      <dc:creator>bikash</dc:creator>
      <dc:date>2015-01-07T18:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Increase length during format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173363#M44652</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;It looks like you are using a numeric format but the values, 00, 01, and 02, are not numeric. The following code works and shows the entire text string.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;proc format;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;value $ ADMTSOURCE &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;'00'='TRANSFERRED FROM ON-SITE ACUTE CARE UNIT TO REHAB UNIT'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;'01'='TRANSFERRED FOR ANOTHER HOSPITAL TO A SPECIALTY CENTER'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;'&lt;/SPAN&gt;02'='TRANSFERRED FROM ANOTHER HOSPITAL FOR ANY OTHER REASON';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;data test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;infile datalines;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;input x $;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;datalines;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;00&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;01&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;02&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;proc print data=test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;format x $ADMTSOURCE.;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;Hope that helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;M.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 18:14:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173363#M44652</guid>
      <dc:creator>MaikH_Schutze</dc:creator>
      <dc:date>2015-01-07T18:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Increase length during format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173364#M44653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not know what you mean with "My result does not show full description of admission source". What are you trying to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format works OK for me. See sample below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format;&lt;BR /&gt;value ADMTSOURCE&lt;BR /&gt;&amp;nbsp; 00='TRANSFERRED FROM ON-SITE ACUTE CARE UNIT TO REHAB UNIT'&lt;BR /&gt;&amp;nbsp; 01='TRANSFERRED FOR ANOTHER HOSPITAL TO A SPECIALTY CENTER'&lt;BR /&gt;&amp;nbsp; 02='TRANSFERRED FROM ANOTHER HOSPITAL FOR ANY OTHER REASON';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;data have;&lt;BR /&gt;&amp;nbsp; format i admtsource.;&lt;BR /&gt;&amp;nbsp; do i=0 to 3;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output;&lt;BR /&gt;&amp;nbsp; end;&lt;BR /&gt;&amp;nbsp; stop;&lt;BR /&gt;run;&lt;BR /&gt;proc print; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="print.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8614_print.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CTorres&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 18:19:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173364#M44653</guid>
      <dc:creator>CTorres</dc:creator>
      <dc:date>2015-01-07T18:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Increase length during format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173365#M44654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would also be helpful for the community if you could copy the notes and/or error messages from your log to see if there is something we are missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 18:30:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173365#M44654</guid>
      <dc:creator>MaikH_Schutze</dc:creator>
      <dc:date>2015-01-07T18:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Increase length during format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173366#M44655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp; proc format;&lt;BR /&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp; value ADMTSOURCE&lt;BR /&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00='TRANSFERRED FROM ON-SITE ACUTE CARE UNIT TO REHAB UNIT'&lt;BR /&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01='TRANSFERRED FOR ANOTHER HOSPITAL TO A SPECIALTY CENTER'&lt;BR /&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02='TRANSFERRED FROM ANOTHER HOSPITAL FOR ANY OTHER REASON';&lt;BR /&gt;NOTE: Format ADMTSOURCE has been output.&lt;BR /&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE FORMAT used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;7&lt;BR /&gt;8&amp;nbsp;&amp;nbsp;&amp;nbsp; data have;&lt;BR /&gt;9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format i admtsource.;&lt;BR /&gt;10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do i=0 to 3;&lt;BR /&gt;11&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output;&lt;BR /&gt;12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;BR /&gt;13&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stop;&lt;BR /&gt;14&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.HAVE has 4 observations and 1 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;15&amp;nbsp;&amp;nbsp; proc print; run;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;/P&gt;&lt;P&gt;NOTE: There were 4 observations read from the data set WORK.HAVE.&lt;BR /&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.68 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.59 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CTorres&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 18:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173366#M44655</guid>
      <dc:creator>CTorres</dc:creator>
      <dc:date>2015-01-07T18:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Increase length during format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173367#M44656</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;Sorry, I meant the original poster. I have come across quite a few of your solutions, CTorress; they are always interesting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also for the original poster, here is a link to a helpful (introductory) paper: &lt;A href="http://www.lexjansen.com/pharmasug/2006/Tutorials/TU02.pdf" title="http://www.lexjansen.com/pharmasug/2006/Tutorials/TU02.pdf"&gt;http://www.lexjansen.com/pharmasug/2006/Tutorials/TU02.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 18:43:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173367#M44656</guid>
      <dc:creator>MaikH_Schutze</dc:creator>
      <dc:date>2015-01-07T18:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Increase length during format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173368#M44657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it worked in result. I saw my formatted value in library and thought it was not showing proper label. See label in library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sas.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8615_sas.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 18:50:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173368#M44657</guid>
      <dc:creator>bikash</dc:creator>
      <dc:date>2015-01-07T18:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Increase length during format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173369#M44658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Result shows full labels.&lt;/P&gt;&lt;P&gt;Is there any way to increase length of label in library so that it can does not show truncated label?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 19:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173369#M44658</guid>
      <dc:creator>bikash</dc:creator>
      <dc:date>2015-01-07T19:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Increase length during format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173370#M44659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You seem to be showing the output of the PROC FORMAT.&lt;/P&gt;&lt;P&gt;You can use CNTLOUT= option of PROC FORMAT to generate a dataset that will have the non truncated values for your labels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 19:07:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173370#M44659</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-01-07T19:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Increase length during format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173371#M44660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I will try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 19:18:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173371#M44660</guid>
      <dc:creator>bikash</dc:creator>
      <dc:date>2015-01-07T19:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Increase length during format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173372#M44661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format cntlout=want (keep= start end label)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maxlablen=80;&lt;/P&gt;&lt;P&gt;&amp;nbsp; select ADMTSOURCE;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;title "FORMAT NAME: ADMTSOURCE";&lt;/P&gt;&lt;P&gt;proc print noobs; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CTorres&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 19:19:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173372#M44661</guid>
      <dc:creator>CTorres</dc:creator>
      <dc:date>2015-01-07T19:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Increase length during format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173373#M44662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am making format libraray, so where will your code fit in mine? Can you modify this code? fmts is my format library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format library=fmts;&lt;/P&gt;&lt;P&gt;value ADMTSOURCE&lt;/P&gt;&lt;P&gt;&amp;nbsp; 00='TRANSFERRED FROM ON-SITE ACUTE CARE UNIT TO REHAB UNIT'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 01='TRANSFERRED FOR ANOTHER HOSPITAL TO A SPECIALTY CENTER'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 02='TRANSFERRED FROM ANOTHER HOSPITAL FOR ANY OTHER REASON';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 19:30:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173373#M44662</guid>
      <dc:creator>bikash</dc:creator>
      <dc:date>2015-01-07T19:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Increase length during format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173374#M44663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just include the library= option in the proc format statement: proc format cntlout=want (keep= start end label) &lt;STRONG&gt;library=fmts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CTorres&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 19:35:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173374#M44663</guid>
      <dc:creator>CTorres</dc:creator>
      <dc:date>2015-01-07T19:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Increase length during format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173375#M44664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc format library=fmts;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;value ADMTSOURCE&lt;STRONG&gt;(default=40)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; 00='TRANSFERRED FROM ON-SITE ACUTE CARE UNIT TO REHAB UNIT'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; 01='TRANSFERRED FOR ANOTHER HOSPITAL TO A SPECIALTY CENTER'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; 02='TRANSFERRED FROM ANOTHER HOSPITAL FOR ANY OTHER REASON';&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;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;or try &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;format&amp;nbsp; x &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ADMTSOURCE40. ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 04:06:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Increase-length-during-format/m-p/173375#M44664</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-08T04:06:33Z</dc:date>
    </item>
  </channel>
</rss>

