<?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 SAS Data Set LABEL and linebreak in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Set-LABEL-and-linebreak/m-p/144421#M11485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is there a way to do a linebreak for a long custom LABEL name for a sas data set variable?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2015 15:48:29 GMT</pubDate>
    <dc:creator>metallon</dc:creator>
    <dc:date>2015-01-29T15:48:29Z</dc:date>
    <item>
      <title>SAS Data Set LABEL and linebreak</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Set-LABEL-and-linebreak/m-p/144421#M11485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is there a way to do a linebreak for a long custom LABEL name for a sas data set variable?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 15:48:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Set-LABEL-and-linebreak/m-p/144421#M11485</guid>
      <dc:creator>metallon</dc:creator>
      <dc:date>2015-01-29T15:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Data Set LABEL and linebreak</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Set-LABEL-and-linebreak/m-p/144422#M11486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where to expect to see the linebreak take effect? SAS output such as proc contents, the explorer window or elsewhere?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 15:52:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Set-LABEL-and-linebreak/m-p/144422#M11486</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-01-29T15:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Data Set LABEL and linebreak</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Set-LABEL-and-linebreak/m-p/144423#M11487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is what the SPLIT= option on PROC PRINT is designed for.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="strong" style="font-weight: bold;"&gt;SPLIT='&lt;SPAN class="strongEmph" style="font-style: italic;"&gt;split-character&lt;/SPAN&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1.4em;"&gt;specifies the split character, which controls line breaks in column headings. It also uses labels as column headings. PROC PRINT breaks a column heading when it reaches the split character and continues the header on the next line. The split character is not part of the column heading although each occurrence of the split character counts toward the 256-character maximum for a label.&lt;/P&gt;&lt;TABLE cellpadding="4" cellspacing="2"&gt;&lt;TBODY style="font-family: inherit;"&gt;&lt;TR style="font-family: inherit;" valign="top"&gt;&lt;TD align="left" class="label" nowrap="nowrap" style="font-weight: bold; background-color: #f5f5f5;" width="95"&gt;Alias:&lt;/TD&gt;&lt;TD align="left" class="bgBlockLight" style="background-color: #f5f5f5;"&gt;S=&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-family: inherit;" valign="top"&gt;&lt;TD align="left" class="label" nowrap="nowrap" style="font-weight: bold; background-color: #f5f5f5;" width="95"&gt;Interaction:&lt;/TD&gt;&lt;TD align="left" class="bgBlockLight" style="background-color: #f5f5f5;"&gt;You do not need to use both LABEL and SPLIT= because SPLIT= implies the use of labels.&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-family: inherit;" valign="top"&gt;&lt;TD align="left" class="label" nowrap="nowrap" style="font-weight: bold; background-color: #f5f5f5;" width="95"&gt;Interaction:&lt;/TD&gt;&lt;TD align="left" class="bgBlockLight" style="background-color: #f5f5f5;"&gt;The OBS= option honors the split character. (See the discussion of &lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a002291718.htm#a000612307" style="text-decoration: underline; color: #000066;"&gt;OBS=&lt;/A&gt;.)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-family: inherit;" valign="top"&gt;&lt;TD align="left" class="label" nowrap="nowrap" style="font-weight: bold; background-color: #f5f5f5;" width="95"&gt;Featured in:&lt;/TD&gt;&lt;TD align="left" class="bgBlockLight" style="background-color: #f5f5f5;"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a002262172.htm" style="text-decoration: underline; color: #000066;"&gt;Customizing Text in Column Headings&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="margin: 0 0 1.4em;"&gt;&lt;SPAN class="strong" style="font-weight: bold;"&gt;Note:&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; PROC PRINT does not split labels of BY variables in the heading preceding each BY group even if you specify SPLIT=. Instead, PROC PRINT replaces the split character with a blank.&amp;nbsp;&amp;nbsp; &lt;IMG align="bottom" alt="[cautionend]" border="0" class="jiveImage" src="http://support.sas.com/documentation/cdl/en/common/63294/HTML/default/images/cautend.gif" style="font-family: inherit;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 04:04:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Set-LABEL-and-linebreak/m-p/144423#M11487</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-01-30T04:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Data Set LABEL and linebreak</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Set-LABEL-and-linebreak/m-p/144424#M11488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! Thats what I needed!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:30:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Set-LABEL-and-linebreak/m-p/144424#M11488</guid>
      <dc:creator>metallon</dc:creator>
      <dc:date>2015-01-30T09:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Data Set LABEL and linebreak</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Set-LABEL-and-linebreak/m-p/144425#M11489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another possibility, which is useful only if you are sending ODS output to HTML, is to add a soft hyphen character. This causes the browser dynamically to break the word at the hyphen if the available space is narrow, in the same way as it does with a space.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;PRE&gt;%let HY=^{unicode 00AD};
SQL fragment: Quality label="Qual&amp;amp;HY.ity",&lt;/PRE&gt;&lt;P&gt;Notice the dot to end the macro variable reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 12:26:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Set-LABEL-and-linebreak/m-p/144425#M11489</guid>
      <dc:creator>Peter_L</dc:creator>
      <dc:date>2015-02-19T12:26:36Z</dc:date>
    </item>
  </channel>
</rss>

