<?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: Changing the length of a character variable in a data input statement... in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Changing-the-length-of-a-character-variable-in-a-data-input/m-p/480107#M5939</link>
    <description>&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I never would have thought of this approach on my own. Was trying to do this with a length statement and format / informat statements.&lt;/P&gt;</description>
    <pubDate>Sat, 21 Jul 2018 00:51:25 GMT</pubDate>
    <dc:creator>ChristosK</dc:creator>
    <dc:date>2018-07-21T00:51:25Z</dc:date>
    <item>
      <title>Changing the length of a character variable in a data input statement...</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Changing-the-length-of-a-character-variable-in-a-data-input/m-p/480104#M5937</link>
      <description>&lt;P&gt;I have values within some character variables that are longer than 8, which is the default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I lengthen these values so that the data input step &amp;nbsp;can read these in?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data Concordance_MAP;&lt;BR /&gt;input DV $ IV $ CC LCL UCL ;&lt;BR /&gt;datalines;&lt;BR /&gt;BI_A_MAP BI_LA_MAP 0.5813 0.4376 0.696&lt;/P&gt;&lt;P&gt;etc.....&lt;/P&gt;&lt;P&gt;;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 23:51:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Changing-the-length-of-a-character-variable-in-a-data-input/m-p/480104#M5937</guid>
      <dc:creator>ChristosK</dc:creator>
      <dc:date>2018-07-20T23:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the length of a character variable in a data input statement...</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Changing-the-length-of-a-character-variable-in-a-data-input/m-p/480105#M5938</link>
      <description>&lt;P&gt;like this?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data Concordance_MAP;
input DV :  $15. IV  :  $15. CC LCL UCL ;
datalines;
BI_A_MAP BI_LA_MAP 0.5813 0.4376 0.696
;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Jul 2018 23:54:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Changing-the-length-of-a-character-variable-in-a-data-input/m-p/480105#M5938</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-07-20T23:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the length of a character variable in a data input statement...</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Changing-the-length-of-a-character-variable-in-a-data-input/m-p/480107#M5939</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I never would have thought of this approach on my own. Was trying to do this with a length statement and format / informat statements.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jul 2018 00:51:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Changing-the-length-of-a-character-variable-in-a-data-input/m-p/480107#M5939</guid>
      <dc:creator>ChristosK</dc:creator>
      <dc:date>2018-07-21T00:51:25Z</dc:date>
    </item>
  </channel>
</rss>

