<?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 ERROR: Procedure GENMOD not found in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Procedure-GENMOD-not-found/m-p/398975#M20794</link>
    <description>&lt;P&gt;I'm trying to use a dataset here&amp;nbsp;&lt;A href="https://mregresion.files.wordpress.com/2012/08/agresti-introduction-to-categorical-data.pdf" target="_blank"&gt;https://mregresion.files.wordpress.com/2012/08/agresti-introduction-to-categorical-data.pdf&lt;/A&gt; on page 234, Table 7.19. I've manually typed the data into SAS and the procedure desired.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to&amp;nbsp;fit a log linear model to the data that includes all two-way interactions but no three-way interactions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title1 'ANALYSIS OF DATA ON OPINION OF TREATMENT MEASURES FOR AIDS';
title2 'Building a Log-linear Model';
data aids;
	input Gender $ InfoOpinion $ HealthOpinion $ Count @@;
	datalines;
Male   Support Support  76 Male   Support Oppose 160
Male    Oppose Support   6 Male    Oppose Oppose  25
Female Support Support 114 Female Support Oppose 181
Female  Oppose Support  11 Female  Oppose Oppose  48
;
run;
title3 "Model with all 2-way interactions but no 3-way interaction";
proc genmod data=aids;
	 class Gender InfoOpinion HealthOpinion;
	 model Count = Gender|InfoOpinion|HealthOpinion@2
	 				/ dist=Poisson link=log type3;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I feel pretty confident that I did all of my coding correctly, my main issue is that my output says ERROR: Procedure GENMOD not found.&lt;/P&gt;&lt;P&gt;I've scoured the internet and even contacted a SAS agent about it. I think the main cause is that I am doing all of this on a university computer, and&amp;nbsp;because&amp;nbsp;my university uses the free University Edition proc genmod is not available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also ran&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;PRE&gt;proc setinit noalias;
    run;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-footer"&gt;&amp;nbsp;&lt;BR /&gt;NOTE: PROCEDURE SETINIT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;Original site validation data&lt;BR /&gt;Current version: 9.04.01M3P062415&lt;BR /&gt;Site name: 'UTAH STATE UNIV-COMPUTER SERVICES-SFA- T&amp;amp;R'.&lt;BR /&gt;Site number: 70081324.&lt;BR /&gt;Expiration: 31OCT2017.&lt;BR /&gt;Grace Period: 45 days (ending 15DEC2017).&lt;BR /&gt;Warning Period: 45 days (ending 29JAN2018).&lt;BR /&gt;System birthday: 07SEP2016.&lt;BR /&gt;Operating System: WX64_WKS.&lt;BR /&gt;Product expiration dates:&lt;BR /&gt;---Base SAS Software&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/STAT&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/GRAPH&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ETS&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/FSP&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/OR&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/AF&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/IML&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/QC&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/SHARE&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ASSIST&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/CONNECT&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/EIS&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/GIS&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/SHARE*NET&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS Enterprise Miner&lt;BR /&gt;31OCT2017&lt;BR /&gt;---MDDB Server common products&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS Integration Technologies&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/Secure 168-bit&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/Secure Windows&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS Enterprise Guide&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS Bridge for ESRI&lt;BR /&gt;31OCT2017&lt;BR /&gt;---OR OPT&lt;BR /&gt;31OCT2017&lt;BR /&gt;---OR PRS&lt;BR /&gt;31OCT2017&lt;BR /&gt;---OR IVS&lt;BR /&gt;31OCT2017&lt;BR /&gt;---OR LSO&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to DB2&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Oracle&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Sybase&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to PC Files&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to ODBC&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to OLE DB&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Teradata&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Microsoft SQL Server&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to MySQL&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS Enterprise Miner for Desktop&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/IML Studio&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS Workspace Server for Local Access&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Netezza&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Aster nCluster&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Greenplum&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Sybase IQ&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS to Hadoop&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS to Vertica&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS to Postgres&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS to Impala&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS to HAWQ&lt;BR /&gt;31OCT2017&lt;BR /&gt;---High Performance Suite&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS Add-in for Microsoft Excel&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS to SAP HANA&lt;BR /&gt;31OCT2017&lt;BR /&gt;---Interface to the PI System&lt;BR /&gt;31OCT2017&lt;/DIV&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-footer"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-footer"&gt;Can someone explain where to go from here? What to do?&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Tue, 26 Sep 2017 23:41:27 GMT</pubDate>
    <dc:creator>Mistro1212</dc:creator>
    <dc:date>2017-09-26T23:41:27Z</dc:date>
    <item>
      <title>ERROR: Procedure GENMOD not found</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Procedure-GENMOD-not-found/m-p/398975#M20794</link>
      <description>&lt;P&gt;I'm trying to use a dataset here&amp;nbsp;&lt;A href="https://mregresion.files.wordpress.com/2012/08/agresti-introduction-to-categorical-data.pdf" target="_blank"&gt;https://mregresion.files.wordpress.com/2012/08/agresti-introduction-to-categorical-data.pdf&lt;/A&gt; on page 234, Table 7.19. I've manually typed the data into SAS and the procedure desired.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to&amp;nbsp;fit a log linear model to the data that includes all two-way interactions but no three-way interactions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title1 'ANALYSIS OF DATA ON OPINION OF TREATMENT MEASURES FOR AIDS';
title2 'Building a Log-linear Model';
data aids;
	input Gender $ InfoOpinion $ HealthOpinion $ Count @@;
	datalines;
Male   Support Support  76 Male   Support Oppose 160
Male    Oppose Support   6 Male    Oppose Oppose  25
Female Support Support 114 Female Support Oppose 181
Female  Oppose Support  11 Female  Oppose Oppose  48
;
run;
title3 "Model with all 2-way interactions but no 3-way interaction";
proc genmod data=aids;
	 class Gender InfoOpinion HealthOpinion;
	 model Count = Gender|InfoOpinion|HealthOpinion@2
	 				/ dist=Poisson link=log type3;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I feel pretty confident that I did all of my coding correctly, my main issue is that my output says ERROR: Procedure GENMOD not found.&lt;/P&gt;&lt;P&gt;I've scoured the internet and even contacted a SAS agent about it. I think the main cause is that I am doing all of this on a university computer, and&amp;nbsp;because&amp;nbsp;my university uses the free University Edition proc genmod is not available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also ran&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;PRE&gt;proc setinit noalias;
    run;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-footer"&gt;&amp;nbsp;&lt;BR /&gt;NOTE: PROCEDURE SETINIT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;Original site validation data&lt;BR /&gt;Current version: 9.04.01M3P062415&lt;BR /&gt;Site name: 'UTAH STATE UNIV-COMPUTER SERVICES-SFA- T&amp;amp;R'.&lt;BR /&gt;Site number: 70081324.&lt;BR /&gt;Expiration: 31OCT2017.&lt;BR /&gt;Grace Period: 45 days (ending 15DEC2017).&lt;BR /&gt;Warning Period: 45 days (ending 29JAN2018).&lt;BR /&gt;System birthday: 07SEP2016.&lt;BR /&gt;Operating System: WX64_WKS.&lt;BR /&gt;Product expiration dates:&lt;BR /&gt;---Base SAS Software&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/STAT&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/GRAPH&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ETS&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/FSP&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/OR&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/AF&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/IML&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/QC&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/SHARE&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ASSIST&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/CONNECT&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/EIS&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/GIS&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/SHARE*NET&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS Enterprise Miner&lt;BR /&gt;31OCT2017&lt;BR /&gt;---MDDB Server common products&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS Integration Technologies&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/Secure 168-bit&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/Secure Windows&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS Enterprise Guide&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS Bridge for ESRI&lt;BR /&gt;31OCT2017&lt;BR /&gt;---OR OPT&lt;BR /&gt;31OCT2017&lt;BR /&gt;---OR PRS&lt;BR /&gt;31OCT2017&lt;BR /&gt;---OR IVS&lt;BR /&gt;31OCT2017&lt;BR /&gt;---OR LSO&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to DB2&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Oracle&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Sybase&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to PC Files&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to ODBC&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to OLE DB&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Teradata&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Microsoft SQL Server&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to MySQL&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS Enterprise Miner for Desktop&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/IML Studio&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS Workspace Server for Local Access&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Netezza&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Aster nCluster&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Greenplum&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS Interface to Sybase IQ&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS to Hadoop&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS to Vertica&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS to Postgres&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS to Impala&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS to HAWQ&lt;BR /&gt;31OCT2017&lt;BR /&gt;---High Performance Suite&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS Add-in for Microsoft Excel&lt;BR /&gt;31OCT2017&lt;BR /&gt;---SAS/ACCESS to SAP HANA&lt;BR /&gt;31OCT2017&lt;BR /&gt;---Interface to the PI System&lt;BR /&gt;31OCT2017&lt;/DIV&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-footer"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-footer"&gt;Can someone explain where to go from here? What to do?&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 26 Sep 2017 23:41:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Procedure-GENMOD-not-found/m-p/398975#M20794</guid>
      <dc:creator>Mistro1212</dc:creator>
      <dc:date>2017-09-26T23:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure GENMOD not found</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Procedure-GENMOD-not-found/m-p/398978#M20795</link>
      <description>&lt;P&gt;You are not running the university edition. &amp;nbsp;You have SAS/STAT licensed, so you should have GENMOD. &amp;nbsp;I wonder if someone deleted it?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 23:49:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Procedure-GENMOD-not-found/m-p/398978#M20795</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-09-26T23:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure GENMOD not found</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Procedure-GENMOD-not-found/m-p/398989#M20796</link>
      <description>&lt;P&gt;I run SAS&amp;nbsp;at the same site and GENMOD works for me, so I suspect there is something wrong with your personal installation, not the site license. Do you get a similar error message if you try running a different SAS/STAT procedure?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could spend a lot of time trying to figure it out; you probably have already. It could be time efficient to just reinstall SAS Foundation and pay attention to whether any part of the installation fails. (You could upgrade to the M4 maintenance release while you were at it.) If the problem persists, then move to Plan B.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 00:15:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Procedure-GENMOD-not-found/m-p/398989#M20796</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2017-09-27T00:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure GENMOD not found</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Procedure-GENMOD-not-found/m-p/399221#M20800</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;proc&lt;/FONT&gt; &lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;product_status&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt;;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;run&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="SAS Monospace" size="2"&gt;Proc Setinit shows license information, Product_status shows what is actually installed&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 15:16:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Procedure-GENMOD-not-found/m-p/399221#M20800</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-27T15:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure GENMOD not found</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Procedure-GENMOD-not-found/m-p/400343#M20869</link>
      <description>&lt;P&gt;I've asked my professor about this situation and he believes that the University Edition of SAS is installed on all of the computers I need to use, but that the IT department may have made a mistake in the installation, thus causing the code to fail. He is going to contact them to reinstall SAS on these computers and then it should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After running your code, this is what was obtained.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Base SAS Software ...&lt;BR /&gt;Custom version information: 9.4_M3&lt;BR /&gt;Image version information: 9.04.01M3P062415&lt;BR /&gt;NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 17:22:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Procedure-GENMOD-not-found/m-p/400343#M20869</guid>
      <dc:creator>Mistro1212</dc:creator>
      <dc:date>2017-10-02T17:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure GENMOD not found</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Procedure-GENMOD-not-found/m-p/400439#M20875</link>
      <description>That suggests that only Base SAS was installed. To use PROC GENMOD, you also need to have SAS/STAT installed.</description>
      <pubDate>Mon, 02 Oct 2017 20:10:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Procedure-GENMOD-not-found/m-p/400439#M20875</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-10-02T20:10:21Z</dc:date>
    </item>
  </channel>
</rss>

