<?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 process Variable lenght of label value is longer than 256 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-process-Variable-lenght-of-label-value-is-longer-than-256/m-p/823464#M325141</link>
    <description>&lt;P&gt;Hi ,all ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;data test;
	a="test";
label a="NCI CTCAE Grade (3)/Severity (4)/ Action Taken with Investigational product 
(5)/ Outcome (6)/ Ongoing / End DateRelationship to Investigational Product 
(7) / Relationship to administration procedure 
(8)/ Relationship to concomitant medication (9)/ Suspected cause other than investigational product and concomitant medication";
	run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In Variable ,Lenght of label value too long and would be truncated to a length of 256 bytes.&lt;/P&gt;&lt;P&gt;So Do you have any advice to resolve this issue and show completed label value??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2022 06:30:24 GMT</pubDate>
    <dc:creator>Garyho</dc:creator>
    <dc:date>2022-07-15T06:30:24Z</dc:date>
    <item>
      <title>How to process Variable lenght of label value is longer than 256</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-process-Variable-lenght-of-label-value-is-longer-than-256/m-p/823464#M325141</link>
      <description>&lt;P&gt;Hi ,all ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;data test;
	a="test";
label a="NCI CTCAE Grade (3)/Severity (4)/ Action Taken with Investigational product 
(5)/ Outcome (6)/ Ongoing / End DateRelationship to Investigational Product 
(7) / Relationship to administration procedure 
(8)/ Relationship to concomitant medication (9)/ Suspected cause other than investigational product and concomitant medication";
	run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In Variable ,Lenght of label value too long and would be truncated to a length of 256 bytes.&lt;/P&gt;&lt;P&gt;So Do you have any advice to resolve this issue and show completed label value??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 06:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-process-Variable-lenght-of-label-value-is-longer-than-256/m-p/823464#M325141</guid>
      <dc:creator>Garyho</dc:creator>
      <dc:date>2022-07-15T06:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to process Variable lenght of label value is longer than 256</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-process-Variable-lenght-of-label-value-is-longer-than-256/m-p/823465#M325142</link>
      <description>&lt;P&gt;Not helpful, i know, but i think a label of more than 50 chars is far to long to be used anywhere. Maybe using footnotes in a report or a format to show text instead of values could solve the issue.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 06:54:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-process-Variable-lenght-of-label-value-is-longer-than-256/m-p/823465#M325142</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-07-15T06:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to process Variable lenght of label value is longer than 256</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-process-Variable-lenght-of-label-value-is-longer-than-256/m-p/823466#M325143</link>
      <description>&lt;P&gt;The label is physically limited to 256 bytes.&lt;/P&gt;
&lt;P&gt;Put this explanation into a footnote wherever needed.&lt;/P&gt;
&lt;P&gt;Consider creating a lookup dataset with these values, from which you can create text automatically.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 07:11:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-process-Variable-lenght-of-label-value-is-longer-than-256/m-p/823466#M325143</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-07-15T07:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to process Variable lenght of label value is longer than 256</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-process-Variable-lenght-of-label-value-is-longer-than-256/m-p/823506#M325159</link>
      <description>&lt;P&gt;Can you show an example of other code you use where that label is desirable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have used long labels as such to document what some variable starts as, such as the text of a survey question but very seldom use those labels in reports or analysis.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 13:43:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-process-Variable-lenght-of-label-value-is-longer-than-256/m-p/823506#M325159</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-07-15T13:43:19Z</dc:date>
    </item>
  </channel>
</rss>

