<?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: Task &amp;quot;List data&amp;quot; reports &amp;quot;ERROR: Invalid data set name WORK..&amp;quot; in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436857#M28201</link>
    <description>&lt;P&gt;The part it's complaining about is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;out=work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's an illegal name for a data set, because of the dot.&amp;nbsp; You can give the sorted data set a two-part name:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;out=work.mydata&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or a one-part name:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;out=mydata&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2018 20:46:31 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2018-02-13T20:46:31Z</dc:date>
    <item>
      <title>Task "List data" reports "ERROR: Invalid data set name WORK.."</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436850#M28200</link>
      <description>&lt;P&gt;Hi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a very simple process flow, why EG task "List data" does not generate a valid SAS dataset in the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;31 /* -------------------------------------------------------------------&lt;BR /&gt;32 Code generated by SAS Task&lt;BR /&gt;33&lt;BR /&gt;34 Generated on: Tuesday, February 13, 2018 at 3:07:40 PM&lt;BR /&gt;35 By task: List Data&lt;BR /&gt;36&lt;BR /&gt;37 Input Data: C:\SASCOURS\results.sas7bdat&lt;BR /&gt;38 Server: Local&lt;BR /&gt;39 ------------------------------------------------------------------- */&lt;BR /&gt;40&lt;BR /&gt;41 %_eg_conditional_dropds(WORK.);&lt;BR /&gt;42 /* -------------------------------------------------------------------&lt;BR /&gt;43 Sort data set TMP00001.results&lt;BR /&gt;44 ------------------------------------------------------------------- */&lt;BR /&gt;45 PROC SORT&lt;BR /&gt;46 DATA=TMP00001.results(KEEP=STUDENT SEX TEST1 TEST2 TEST3 METHOD AGE)&lt;BR /&gt;47 OUT=WORK.&lt;BR /&gt;48 ;&lt;BR /&gt;ERROR: Invalid data set name WORK..&lt;BR /&gt;49 BY AGE;&lt;BR /&gt;50 RUN;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE SORT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 20:24:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436850#M28200</guid>
      <dc:creator>AVO339</dc:creator>
      <dc:date>2018-02-13T20:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Task "List data" reports "ERROR: Invalid data set name WORK.."</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436857#M28201</link>
      <description>&lt;P&gt;The part it's complaining about is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;out=work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's an illegal name for a data set, because of the dot.&amp;nbsp; You can give the sorted data set a two-part name:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;out=work.mydata&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or a one-part name:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;out=mydata&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 20:46:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436857#M28201</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-02-13T20:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Task "List data" reports "ERROR: Invalid data set name WORK.."</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436863#M28202</link>
      <description>This not my own code. The code is generated by the task "List data" in&lt;BR /&gt;Enterprise Guide...&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Feb 2018 20:53:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436863#M28202</guid>
      <dc:creator>AVO339</dc:creator>
      <dc:date>2018-02-13T20:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Task "List data" reports "ERROR: Invalid data set name WORK.."</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436866#M28203</link>
      <description>&lt;P&gt;Well, I don't use that interface to SAS but I would assume it gives you an opportunity to enter the name for the output from PROC SORT.&amp;nbsp; Most likely (and it's really a guess), you left that blank instead of supplying a name.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 20:56:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436866#M28203</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-02-13T20:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Task "List data" reports "ERROR: Invalid data set name WORK.."</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436872#M28204</link>
      <description>&lt;P&gt;What version of EG are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds like you filled in part of an optional field but not all and that’s messed it up. Modify the task so that the OUTPUT data set created is WORK.YOURNAME or remove the WORK. Portion.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 21:05:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436872#M28204</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-13T21:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Task "List data" reports "ERROR: Invalid data set name WORK.."</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436907#M28208</link>
      <description>&lt;P&gt;Thanks you all for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I can modify the code generated by a task in Enterprise Guide (7.13). I've done that before and it works but my goal is to&amp;nbsp;understand why EG seems not be able to generate a "good" code. I also check many parameters (options in the tools menu) but I didn't find anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way I created another "List data" task with a different input dataset and... it works! (see below).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm back to work and I will do more testing on the first task. Last hint: The first task (in error) comes from an EG project (.egp) created with EG 6.1. and the second is a task created with EG 7.13 (my current version).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alain (AVO339)&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;41 %_eg_conditional_dropds(WORK.&lt;STRONG&gt;SORTTempTableSorted&lt;/STRONG&gt;);&lt;BR /&gt;42 /* -------------------------------------------------------------------&lt;BR /&gt;43 Sort data set TMP00002.business&lt;BR /&gt;44 ------------------------------------------------------------------- */&lt;BR /&gt;45 PROC SORT&lt;BR /&gt;46&amp;nbsp; &amp;nbsp; &amp;nbsp; DATA=TMP00002.business(KEEP=INDUSTRY NATION EMPLOYS SALES)&lt;BR /&gt;47&amp;nbsp; &amp;nbsp; &amp;nbsp; OUT=WORK.&lt;STRONG&gt;SORTTempTableSorted&lt;/STRONG&gt;&lt;BR /&gt;48&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;&lt;BR /&gt;49&amp;nbsp; &amp;nbsp; &amp;nbsp; BY NATION;&lt;BR /&gt;50 RUN;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 22:33:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436907#M28208</guid>
      <dc:creator>AVO339</dc:creator>
      <dc:date>2018-02-13T22:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Task "List data" reports "ERROR: Invalid data set name WORK.."</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436913#M28210</link>
      <description>&lt;P&gt;Hi all again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I deleted the task "List data" and I recreate it and it works. Maybe the problem comes from the fact that I imported a EG task from version 6.1 in my EG version 7.13.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So. I will not try to find more explanations on this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alain (AVO339)&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 22:45:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436913#M28210</guid>
      <dc:creator>AVO339</dc:creator>
      <dc:date>2018-02-13T22:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Task "List data" reports "ERROR: Invalid data set name WORK.."</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436982#M28211</link>
      <description>&lt;P&gt;It looks like an earlier version&amp;nbsp;bug to me, and yes, it could very well be related (or specific)&amp;nbsp;to the fact that it was a migrated project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 03:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Task-quot-List-data-quot-reports-quot-ERROR-Invalid-data-set/m-p/436982#M28211</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2018-02-14T03:47:58Z</dc:date>
    </item>
  </channel>
</rss>

