<?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: PIPE Alternative? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PIPE-Alternative/m-p/66817#M6697</link>
    <description>You can run pipe and x commands through EG.&lt;BR /&gt;
&lt;BR /&gt;
There are a number of ways in which this can be done, but as you are running local EG, here is the solution you need:&lt;BR /&gt;
&lt;BR /&gt;
Go to Start and type regedit&lt;BR /&gt;
&lt;BR /&gt;
Navigate to HKEY_CLASSES_ROOT\CLSID\{440196D4-90F0-11D0-9F41-00A024BB830C}\LocalServer32&lt;BR /&gt;
&lt;BR /&gt;
Here you will see the sas command used to start your local workspace server session.  In this command, replace the -noxcmd with -xcmd.&lt;BR /&gt;
&lt;BR /&gt;
Restart EG.&lt;BR /&gt;
&lt;BR /&gt;
Easiest way to check is to run proc options and check xcmd is now set.&lt;BR /&gt;
&lt;BR /&gt;
Cheers.</description>
    <pubDate>Wed, 07 Jan 2009 17:07:01 GMT</pubDate>
    <dc:creator>mgst170</dc:creator>
    <dc:date>2009-01-07T17:07:01Z</dc:date>
    <item>
      <title>PIPE Alternative?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PIPE-Alternative/m-p/66815#M6695</link>
      <description>OK...quick run-down of what I am trying to do:&lt;BR /&gt;
&lt;BR /&gt;
Code node in EG project...using an EG project for the scheduling capabilities...&lt;BR /&gt;
&lt;BR /&gt;
Code does:&lt;BR /&gt;
PIPE to a folder&lt;BR /&gt;
Data step to create dataset of folder metadata attributes (particularly looking at one file in the folder)&lt;BR /&gt;
Parse out the Create Date of file of interest. &lt;BR /&gt;
Compare that date to sysdate using a macro.&lt;BR /&gt;
If no match, program sleeps and rechecks for date match using do loop before continuing to the actual meat of the program.&lt;BR /&gt;
&lt;BR /&gt;
Of course I now realize through research that this fails at the beginning because you can't use PIPE in EG.  Is there any coding alternatives other than changing the EG config (or anything of that nature)?&lt;BR /&gt;
&lt;BR /&gt;
Other info:&lt;BR /&gt;
SAS EG running locally only.  No SAS server...yet.  Hoping to get it soon.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.</description>
      <pubDate>Mon, 22 Dec 2008 15:14:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PIPE-Alternative/m-p/66815#M6695</guid>
      <dc:creator>RobW</dc:creator>
      <dc:date>2008-12-22T15:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: PIPE Alternative?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PIPE-Alternative/m-p/66816#M6696</link>
      <description>windows API may be effective when you are "local", but what about on the server? Would that be "windows" too?&lt;BR /&gt;
&lt;BR /&gt;
PeterC&lt;BR /&gt;
&lt;BR /&gt;
good examples at &lt;A href="http://devenezia.com/downloads/sas/sascbtbl/" target="_blank"&gt;http://devenezia.com/downloads/sas/sascbtbl/&lt;/A&gt;    .

Message was edited by: Peter_c</description>
      <pubDate>Mon, 22 Dec 2008 16:35:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PIPE-Alternative/m-p/66816#M6696</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-22T16:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: PIPE Alternative?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PIPE-Alternative/m-p/66817#M6697</link>
      <description>You can run pipe and x commands through EG.&lt;BR /&gt;
&lt;BR /&gt;
There are a number of ways in which this can be done, but as you are running local EG, here is the solution you need:&lt;BR /&gt;
&lt;BR /&gt;
Go to Start and type regedit&lt;BR /&gt;
&lt;BR /&gt;
Navigate to HKEY_CLASSES_ROOT\CLSID\{440196D4-90F0-11D0-9F41-00A024BB830C}\LocalServer32&lt;BR /&gt;
&lt;BR /&gt;
Here you will see the sas command used to start your local workspace server session.  In this command, replace the -noxcmd with -xcmd.&lt;BR /&gt;
&lt;BR /&gt;
Restart EG.&lt;BR /&gt;
&lt;BR /&gt;
Easiest way to check is to run proc options and check xcmd is now set.&lt;BR /&gt;
&lt;BR /&gt;
Cheers.</description>
      <pubDate>Wed, 07 Jan 2009 17:07:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PIPE-Alternative/m-p/66817#M6697</guid>
      <dc:creator>mgst170</dc:creator>
      <dc:date>2009-01-07T17:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: PIPE Alternative?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PIPE-Alternative/m-p/66818#M6698</link>
      <description>mgst170:&lt;BR /&gt;
&lt;BR /&gt;
Thanks for posting that...worked like a charm.&lt;BR /&gt;
&lt;BR /&gt;
rmw</description>
      <pubDate>Thu, 08 Jan 2009 22:39:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PIPE-Alternative/m-p/66818#M6698</guid>
      <dc:creator>RobW</dc:creator>
      <dc:date>2009-01-08T22:39:23Z</dc:date>
    </item>
  </channel>
</rss>

