<?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: SAS EG Change label of imported dataset in project view in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/301303#M20480</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/42345"&gt;@rogerjdeangelis﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can respond by e-mail, but not by using the reply feature in your e-mail program. &amp;nbsp;Instead, use the&amp;nbsp;&lt;STRONG&gt;Reply&lt;/STRONG&gt; link at the bottom of the notification you recieve. &amp;nbsp;See &lt;A href="https://communities.sas.com/t5/Community-Memo/Take-action-from-your-inbox-new-Reply-by-email-in-community/ba-p/243868" target="_self"&gt;details for this process here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And we are lucky to have many SAS-L and sasCommunity.org participants on this community as well. &amp;nbsp;SAS experts are generous with their time in all forums!&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2016 14:38:44 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2016-09-28T14:38:44Z</dc:date>
    <item>
      <title>SAS EG Change label of imported dataset in project view</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/301130#M20468</link>
      <description>&lt;P&gt;Anyone know how to change the label of a SAS dataset that is imported from say an excel spreadsheet. For example, I import an excel sheet called "AWP" using the import wizard. Unlike query builder, there is no option to name the output dataset something different - however, what I'm really after is that when the import is complete, in the project view, the output dataset has a label "Data Imported from AWP" rather than the actual dataset name - "AWP". Even if I right click and go into properties, I'm not allowed to change this label. Any solutions?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2016 21:43:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/301130#M20468</guid>
      <dc:creator>JediApprentice</dc:creator>
      <dc:date>2016-09-27T21:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Change label of imported dataset in project view</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/301140#M20469</link>
      <description>&lt;P&gt;You can change the physical table name on the first page of the Import Data wizard, but as you mentioned, there does not appear to be a way to change the label of the data node that is output from the Import Data task.&amp;nbsp; I view this as a bug (or at least a shortcoming)&amp;nbsp;and will enter an issue in our tracking system to address.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2016 23:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/301140#M20469</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2016-09-27T23:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Change label of imported dataset in project view</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/301230#M20473</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;I am a little confused.

Why not

libname xel "c:/xls/myxls.xlsx";
data arbitrary_name(label="arbitrary_label");;
  set xel.'sheet1$'n;
run;quit;
libname xel close;




&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Sep 2016 12:05:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/301230#M20473</guid>
      <dc:creator>rogerjdeangelis</dc:creator>
      <dc:date>2016-09-28T12:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Change label of imported dataset in project view</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/301231#M20474</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/42345"&gt;@rogerjdeangelis﻿&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case, the displayed label in the EG process flow is&amp;nbsp;&lt;STRONG&gt;not&lt;/STRONG&gt; related to the data set label attribute. &amp;nbsp;Sometimes they are the same, but this is a case where the EG Import Data task assigns a label for the project to display, and it cannot be changed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you write your own PROC IMPORT or other method to read in the Excel file, then you can assign your own data set labels. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 12:11:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/301231#M20474</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-09-28T12:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Change label of imported dataset in project view</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/301243#M20477</link>
      <description>&lt;P&gt;My mistake&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I did not understand the questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am very ignorant about EG project files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; It is annoyning that I have to log into SAS forum and cannot reply to SAS forum generated emails to my gmail account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The return address is 'replies.disabled@sas.com. Also it would be very nice if the latest &amp;nbsp;postings could be sent to my email or better yet mirroed on SAS-L. There are a lot of skilled programmers on SAS-L who can help. Same goes for Stackoverflow.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 12:48:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/301243#M20477</guid>
      <dc:creator>rogerjdeangelis</dc:creator>
      <dc:date>2016-09-28T12:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Change label of imported dataset in project view</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/301303#M20480</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/42345"&gt;@rogerjdeangelis﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can respond by e-mail, but not by using the reply feature in your e-mail program. &amp;nbsp;Instead, use the&amp;nbsp;&lt;STRONG&gt;Reply&lt;/STRONG&gt; link at the bottom of the notification you recieve. &amp;nbsp;See &lt;A href="https://communities.sas.com/t5/Community-Memo/Take-action-from-your-inbox-new-Reply-by-email-in-community/ba-p/243868" target="_self"&gt;details for this process here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And we are lucky to have many SAS-L and sasCommunity.org participants on this community as well. &amp;nbsp;SAS experts are generous with their time in all forums!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 14:38:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/301303#M20480</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-09-28T14:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Change label of imported dataset in project view</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/307160#M20774</link>
      <description>&lt;P&gt;Just wanted to follow-up and let you all know that we addressed this in the next release.&amp;nbsp;In EG 7.13, you will be able to edit the label for any data node, including output data nodes.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 15:24:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/307160#M20774</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2016-10-25T15:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Change label of imported dataset in project view</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/307206#M20780</link>
      <description>&lt;P&gt;Awesome, thank you very much. I appreciate it.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 18:09:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Change-label-of-imported-dataset-in-project-view/m-p/307206#M20780</guid>
      <dc:creator>JediApprentice</dc:creator>
      <dc:date>2016-10-25T18:09:17Z</dc:date>
    </item>
  </channel>
</rss>

