<?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 SIGNON to maiframe from EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SIGNON-to-maiframe-from-EG/m-p/14142#M2929</link>
    <description>dear all,&lt;BR /&gt;
in a normal SAS session i use code below:&lt;BR /&gt;
FILENAME  RLINK   'c:\data\sas\tcpip\tcpaxa.SCR';&lt;BR /&gt;
OPTIONS COMAMID=TCP REMOTE=PRDSYS;  &lt;BR /&gt;
SIGNON;&lt;BR /&gt;
&lt;BR /&gt;
IF i put this code in a 'program' in an eGuide project, it does NOT work (=ask for userid &amp;amp; passw) !!&lt;BR /&gt;
IS this not possible in eGuide??&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Herman</description>
    <pubDate>Wed, 15 Jun 2011 12:53:55 GMT</pubDate>
    <dc:creator>Jaheuk</dc:creator>
    <dc:date>2011-06-15T12:53:55Z</dc:date>
    <item>
      <title>SIGNON to maiframe from EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SIGNON-to-maiframe-from-EG/m-p/14142#M2929</link>
      <description>dear all,&lt;BR /&gt;
in a normal SAS session i use code below:&lt;BR /&gt;
FILENAME  RLINK   'c:\data\sas\tcpip\tcpaxa.SCR';&lt;BR /&gt;
OPTIONS COMAMID=TCP REMOTE=PRDSYS;  &lt;BR /&gt;
SIGNON;&lt;BR /&gt;
&lt;BR /&gt;
IF i put this code in a 'program' in an eGuide project, it does NOT work (=ask for userid &amp;amp; passw) !!&lt;BR /&gt;
IS this not possible in eGuide??&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Herman</description>
      <pubDate>Wed, 15 Jun 2011 12:53:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SIGNON-to-maiframe-from-EG/m-p/14142#M2929</guid>
      <dc:creator>Jaheuk</dc:creator>
      <dc:date>2011-06-15T12:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: SIGNON to maiframe from EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SIGNON-to-maiframe-from-EG/m-p/14143#M2930</link>
      <description>This could work if you run it when EG is using a local SAS installation as a server.&lt;BR /&gt;
Chances are that your site prefers that you work directly with mainframe SAS. In this case, your EG session should login via a SAS metadata server, and your code will run in a SAS workspace server, on the mainframe.&lt;BR /&gt;
I suggest that you contact your SAS admin on the mainframe for connection details.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Wed, 15 Jun 2011 21:20:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SIGNON-to-maiframe-from-EG/m-p/14143#M2930</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2011-06-15T21:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: SIGNON to maiframe from EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SIGNON-to-maiframe-from-EG/m-p/14144#M2931</link>
      <description>Please confirm if your SAS signon program is being run on the same SAS server or not for both the "normal SAS session" and your EGP version. If you are not running this program on the same servers then you could get different results.</description>
      <pubDate>Wed, 15 Jun 2011 23:22:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SIGNON-to-maiframe-from-EG/m-p/14144#M2931</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2011-06-15T23:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: SIGNON to maiframe from EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SIGNON-to-maiframe-from-EG/m-p/14145#M2932</link>
      <description>I'm not very knowledgeable on this but my colleagues have told me that SAS/Connect (which is what does the signon) doesn't play well with the Integration Technologies used by Enterprise Guide. If you don't get it working quickly, you should probably throw it to Tech. Support.</description>
      <pubDate>Thu, 16 Jun 2011 00:07:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SIGNON-to-maiframe-from-EG/m-p/14145#M2932</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2011-06-16T00:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: SIGNON to maiframe from EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SIGNON-to-maiframe-from-EG/m-p/14146#M2933</link>
      <description>Tom&lt;BR /&gt;
&lt;BR /&gt;
You shouldn't believe everything your colleagues tell you. &lt;BR /&gt;
&lt;BR /&gt;
The rsubmit command (mp connect) is issued on the SAS Server. EG has nothing to do with it except of sending all the code to the SAS Server and retrieving the result.&lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
Patrick</description>
      <pubDate>Thu, 16 Jun 2011 11:10:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SIGNON-to-maiframe-from-EG/m-p/14146#M2933</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2011-06-16T11:10:07Z</dc:date>
    </item>
  </channel>
</rss>

