<?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 Dataset cut short after proc import in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-cut-short-after-proc-import/m-p/530784#M32926</link>
    <description>&lt;P&gt;The dataset I would like to import has some repeat column names, but changing the column names in the raw dataset is not an option. When I run the following script, SAS is deleting all the columns that have repeating column names. However, when my colleague runs the exact same script in his machine, SAS is automatically renaming the repeat column names with adding _1, _2...at the end. We would like to import the dataset with SAS renaming the repeat column names instead of deleting them. We are not sure if that has something to do with SAS EG setup? Or can we add something in the following script to make the import consistent.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc import out=WORK.SURVEY_00_Import&lt;BR /&gt;datafile = "J:\DATA\Appeals Eligibility Rescoring Tool\Input\Survey Extract Raw.sav"&lt;BR /&gt;dbms = SAV replace;&lt;BR /&gt;fmtlib = WORK.FORMATS;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jan 2019 20:58:50 GMT</pubDate>
    <dc:creator>ernie86</dc:creator>
    <dc:date>2019-01-28T20:58:50Z</dc:date>
    <item>
      <title>Dataset cut short after proc import</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-cut-short-after-proc-import/m-p/530784#M32926</link>
      <description>&lt;P&gt;The dataset I would like to import has some repeat column names, but changing the column names in the raw dataset is not an option. When I run the following script, SAS is deleting all the columns that have repeating column names. However, when my colleague runs the exact same script in his machine, SAS is automatically renaming the repeat column names with adding _1, _2...at the end. We would like to import the dataset with SAS renaming the repeat column names instead of deleting them. We are not sure if that has something to do with SAS EG setup? Or can we add something in the following script to make the import consistent.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc import out=WORK.SURVEY_00_Import&lt;BR /&gt;datafile = "J:\DATA\Appeals Eligibility Rescoring Tool\Input\Survey Extract Raw.sav"&lt;BR /&gt;dbms = SAV replace;&lt;BR /&gt;fmtlib = WORK.FORMATS;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 20:58:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-cut-short-after-proc-import/m-p/530784#M32926</guid>
      <dc:creator>ernie86</dc:creator>
      <dc:date>2019-01-28T20:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset cut short after proc import</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-cut-short-after-proc-import/m-p/530793#M32927</link>
      <description>Check your settings for the VALIDVARNAME option and make sure they're the same across the two systems.</description>
      <pubDate>Mon, 28 Jan 2019 21:08:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-cut-short-after-proc-import/m-p/530793#M32927</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-28T21:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset cut short after proc import</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-cut-short-after-proc-import/m-p/530795#M32928</link>
      <description>&lt;P&gt;Try this in your SAS session: options VALIDVARNAME = V7;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 21:08:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-cut-short-after-proc-import/m-p/530795#M32928</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-01-28T21:08:41Z</dc:date>
    </item>
  </channel>
</rss>

