<?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 Enterprise Guide 7.1 and Peoplesoft Tables in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601772#M16764</link>
    <description>&lt;P&gt;To my knowledge, I'm the first to try. Thank you.&amp;nbsp; Here's what I think were the relevant results of the procedure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For SAS/ACCESS Interface to ODBC ...&lt;BR /&gt;Custom version information: 9.4_M4&lt;BR /&gt;For SAS/ACCESS Interface to OLE DB ...&lt;BR /&gt;Custom version information: 9.4_M4&lt;BR /&gt;For SAS/ACCESS Interface to Teradata ...&lt;BR /&gt;Custom version information: 9.44&lt;BR /&gt;For SAS/ACCESS Interface to MySQL ...&lt;BR /&gt;Custom version information: 9.4_M4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---SAS/ACCESS Interface to DB2 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to Oracle 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to SAP ASE 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to PC Files 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to ODBC 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to OLE DB 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to Teradata 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to Microsoft SQL Server 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to MySQL&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2019 19:19:38 GMT</pubDate>
    <dc:creator>eer_seer</dc:creator>
    <dc:date>2019-11-05T19:19:38Z</dc:date>
    <item>
      <title>SAS Enterprise Guide 7.1 and Peoplesoft Tables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601758#M16762</link>
      <description>&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For years, I was able to connect to BANNER tables using a simple statement as follows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME student odbc datasrc='studentprod-odbc' user='' password='' schema=student;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My new institution does not use BANNER.&amp;nbsp; They use peoplesoft. I cannot seem to find a similar way to connect SAS Enterprise Guide 7.1 to the peoplesoft tables for which I have read access.&amp;nbsp; There is also not a SAS server on campus, just a local connection.&amp;nbsp; Does that prohibit me from connecting? Can I connect to peoplesoft on campus using a local machine?&amp;nbsp; I can program relatively well in sas, i just don't understand the techie side of the connections so well.&amp;nbsp; What am I missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 18:40:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601758#M16762</guid>
      <dc:creator>eer_seer</dc:creator>
      <dc:date>2019-11-05T18:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide 7.1 and Peoplesoft Tables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601762#M16763</link>
      <description>&lt;P&gt;Peoplesoft is an HR application, it is not a database, so the question is what database is Peoplesoft implemented on at your work?. Are there any other SAS users who are connecting to the Peoplesoft database or are you the first to try? Others may be able to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you wish to use ODBC database connections from SAS then you must have SAS/ACCESS to ODBC both installed and licensed. Run PROC SETINIT and PROC PRODUCT_STATUS to check this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;
run;

proc setinit;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 18:57:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601762#M16763</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-11-05T18:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide 7.1 and Peoplesoft Tables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601772#M16764</link>
      <description>&lt;P&gt;To my knowledge, I'm the first to try. Thank you.&amp;nbsp; Here's what I think were the relevant results of the procedure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For SAS/ACCESS Interface to ODBC ...&lt;BR /&gt;Custom version information: 9.4_M4&lt;BR /&gt;For SAS/ACCESS Interface to OLE DB ...&lt;BR /&gt;Custom version information: 9.4_M4&lt;BR /&gt;For SAS/ACCESS Interface to Teradata ...&lt;BR /&gt;Custom version information: 9.44&lt;BR /&gt;For SAS/ACCESS Interface to MySQL ...&lt;BR /&gt;Custom version information: 9.4_M4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---SAS/ACCESS Interface to DB2 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to Oracle 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to SAP ASE 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to PC Files 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to ODBC 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to OLE DB 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to Teradata 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to Microsoft SQL Server 31DEC2019&lt;BR /&gt;---SAS/ACCESS Interface to MySQL&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 19:19:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601772#M16764</guid>
      <dc:creator>eer_seer</dc:creator>
      <dc:date>2019-11-05T19:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide 7.1 and Peoplesoft Tables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601777#M16765</link>
      <description>How do you currently access the database? Do you have an ODBC connection or OLEDB connection set up? Check your settings in the windows ODBC in the control panel.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Nov 2019 19:32:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601777#M16765</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-11-05T19:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide 7.1 and Peoplesoft Tables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601778#M16766</link>
      <description>&lt;P&gt;We currently access the tables using an older product called Hyperion which connects to .oce files?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 19:33:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601778#M16766</guid>
      <dc:creator>eer_seer</dc:creator>
      <dc:date>2019-11-05T19:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide 7.1 and Peoplesoft Tables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601807#M16773</link>
      <description>&lt;P&gt;OK, you have the SAS ODBC product installed and licensed. You now need an ODBC driver for the Peoplesoft database - again what database?. Check with your IT people regarding this. They should know what you need.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 21:09:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601807#M16773</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-11-05T21:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide 7.1 and Peoplesoft Tables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601829#M16775</link>
      <description>So you do have a connect, OCE is a connection file. You'll need to talk to your IT team.</description>
      <pubDate>Tue, 05 Nov 2019 21:45:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Enterprise-Guide-7-1-and-Peoplesoft-Tables/m-p/601829#M16775</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-11-05T21:45:25Z</dc:date>
    </item>
  </channel>
</rss>

